I have about 40 Rasbperry B+ working constantly on different locations. I use Raspbian jessie. I've setup watchdog with "nowayout=1":
Code: Select all
cat /etc/modprobe.d/watchdog.conf
options bcm2708_wdog nowayout=1 heartbeat=13
Code: Select all
cat /etc/modprobe.d/watchdog.conf
options bcm2708_wdog nowayout=1 heartbeat=13
tryp64 wrote: ... "shutdown -h 0" ...
Code: Select all
shutdown -r 0
I was trying your command. This is the output:pksato wrote:Hi,
Shutdown process disable watchdog. Its is not a system fault, is a legitimate system of.
I suggest to disable stop of watchdog daemon of shutdown process.
I don't sure (check documentation of distribution in use), but this command remove watchdog from runlevel 0 (halt)
update-rc.d watchdog stop 1 6 . start 2 3 4 5
Code: Select all
root@raspberrypi:/home/pi# update-rc.d watchdog stop 1 6 . start 2 3 4 5
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
update-rc.d: warning: start runlevel arguments (3 4 5) do not match watchdog Default-Start values (2 3 4 5)
update-rc.d: warning: stop runlevel arguments (6) do not match watchdog Default-Stop values (0 1 6)