Linux

Kernel panic reboot

By default after a kernel panic Linux just sits there and waits for a user to hit the restart button. That can be a bad thing if it’s a remote server. Checking if enabled To check if its enabled try this: # cat /proc/sys/kernel/panic 0 The returned 0 is the time the kernel will wait […]

Read More