NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
SSH fun (Score:3, Informative)
I had that one bite me once, too - luckily I still had one of my ssh sessions connected. The key is to not do the installkernel and installworld steps when you're going to be disconnecting from the system. You can toss the buildworld and buildkernel into a screen and forget about them, but when you come back to do the install steps and mergemaster, make certain that you complete the process and reboot!
Most times ssh doesn't change significantly, but when it does, you get in trouble with things like this
Re:SSH fun (Score:1)
I found SSH to be broken after I had ran mergemaster. I suspect that I messed with PAM settings. I did touched SSH configs too but it should not affect SSH daemon as I haven't restarted it.
Luckily I did run installworld before logging off and I have very slim hope that newly installed SSH will be compatible with new configs. I'll find it tomorrow when I'll get somebody with physical access to this box to reboot it.
Ilya Martynov (http://martynov.org/ [martynov.org])
Reply to This
Parent
Re:SSH fun (Score:2)
I do remote system upgrades on a regular (read almost daily) basis - if you practice enough with non-critical systems and get a good, functional procedure down, it can go off flawlessly. On some systems (pretty much everything I have in production, for example) you simply can't afford the amount of downtime that going down into single user even for just a couple of quick reboots and installs will generate.
If you ran installworld and mergemaster before logging off, you should be good to go when you reboot
Re:SSH fun (Score:1)
Ilya Martynov (http://martynov.org/ [martynov.org])