Tag: bad idea
-
More Garbage Sysadmin: Reboot Linux Server on Kernel Panic
Just like restarting a server when the memory is low, I’ve had a recent problem with kernel panics on my Raspberry Pi, and I’ve found a terrible solution to fix it: Just reboot. Setting the /proc/sys/kernel/panic file contents to a non-zero integer will reboot the server on kernel panic after that many seconds. Because I’m…