Most people who have more than a passing interest in UNIXen probably know the
UNIX recovery legend.
I just managed to remotely reboot a cranky Linux system that had once again had a ATA whoopsie and decided to remount the root filesystem read-only, and throw I/O errors all over the place (hypothesis: everything not cached; generally the things
(
Read more... )
Comments 5
Which should I start with? Also, anything else you'd particularly recommend to a beginning FOSS engineer-in-training over teh holey days? Debian lenny's been giving me a wee bit of admin trouble as it is, but that might well just be the laptop's wifi firmware and nvidia kernel module I'm using now.
Reply
UNIX in a Nutshell is probably hilariously out of date, as modern Linux has thrown away as much of the original UNIX philosophy as it can, keeping only the worst bits (like continually aiming for 90%-max solutions).
Reply
Reply
(Reboot)
If the filesystem hadn't already remounted as readonly, I'd use
echo sub > /proc/sysrq-trigger
(Sync filesystems, remount as read only, reboot)
Knowing the Ctrl+Alt+SysRq commands is very handy when dealing with misbehaving Linux machines.
Reply
Reply
Leave a comment