Comment on Server randomly locked up. Trying to find out why
sj_zero 4 days ago
For homeservers if you're not always on-site to look at it, it's a good idea to set a reset on kernel panic.
More ideal not to reboot of course, but I am often hundreds of miles from my servers so a kernel panic over something that wouldn't have otherwise killed the system is something I'd rather live with and reboot.
SwissOS@sh.itjust.works 3 days ago
How do you do that? (Reset on kernel panic)
sj_zero 2 days ago
In sysctl.conf you can put
kernel.panic=1
Where 1 is the seconds until reboot.