riptidewave93/UNVR-NAS

In some cases reboots hang

Closed this issue · 1 comments

Sometimes we get a funky kernel panic on reboot, specifically it crashes sometimes when trying to kill init; and the 90 second watchdog timeout starts.

To get around this, we really should have an init script we run that fixes this by changing the crash timeout with:

echo 2>/proc/sys/kernel/panic

or something along those lines.

Resolved in 27713ab