PINE64
Watchdog issue on ayufan 0.6.41 build for stretch/armhf/omv4 - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: ROCK64 (https://forum.pine64.org/forumdisplay.php?fid=85)
+--- Forum: Linux on Rock64 (https://forum.pine64.org/forumdisplay.php?fid=88)
+--- Thread: Watchdog issue on ayufan 0.6.41 build for stretch/armhf/omv4 (/showthread.php?tid=6101)



Watchdog issue on ayufan 0.6.41 build for stretch/armhf/omv4 - jata - 05-26-2018

Hi all,

The ayufan 0.6.41 build stretch/armhf/omv4 has recently been released as stable so I have done a clean/fresh install of this onto a spare SD card to test. Install is fine and OMV is up and running. Looking at the logs, the only thing that does not look right is that the watchdog daemon does not start.

extract from my log below. Any ideas what this could be and how to troubleshoot?

many thanks!

May 26 08:34:25 rock64 systemd[1]: Starting watchdog daemon...
May 26 08:34:25 rock64 sh[1399]: modprobe: FATAL: Module softdog not found in directory /lib/modules/4.4.126-rockchip-ayufan-227
May 26 08:34:25 rock64 systemd[1]: Starting Beep after system start...
May 26 08:34:25 rock64 systemd[1]: watchdog.service: Control process exited, code=exited status=1
May 26 08:34:25 rock64 systemd[1]: Failed to start watchdog daemon.
May 26 08:34:25 rock64 systemd[1]: watchdog.service: Unit entered failed state.
May 26 08:34:25 rock64 systemd[1]: watchdog.service: Triggering OnFailure= dependencies.
May 26 08:34:25 rock64 systemd[1]: watchdog.service: Failed with result 'exit-code'.
May 26 08:34:25 rock64 systemd[1]: Starting watchdog keepalive daemon...
May 26 08:34:25 rock64 systemd[1]: Reached target Graphical Interface.
May 26 08:34:25 rock64 sh[1408]: modprobe: FATAL: Module softdog not found in directory /lib/modules/4.4.126-rockchip-ayufan-227
May 26 08:34:25 rock64 systemd[1]: Starting Update UTMP about System Runlevel Changes...
May 26 08:34:25 rock64 systemd[1]: wd_keepalive.service: Control process exited, code=exited status=1
May 26 08:34:25 rock64 systemd[1]: Failed to start watchdog keepalive daemon.
May 26 08:34:25 rock64 systemd[1]: wd_keepalive.service: Unit entered failed state.
May 26 08:34:25 rock64 systemd[1]: wd_keepalive.service: Failed with result 'exit-code'.


RE: Watchdog issue on ayufan 0.6.41 build for stretch/armhf/omv4 - pfeerick - 05-26-2018

(05-26-2018, 12:50 AM)jata Wrote: extract from my log below. Any ideas what this could be and how to troubleshoot?


Line #2:

Code:
modprobe: FATAL: Module softdog not found in directory /lib/modules/4.4.126-rockchip-ayufan-227

suggests that the module hasn't been compiled/included in the image.


RE: Watchdog issue on ayufan 0.6.41 build for stretch/armhf/omv4 - jata - 05-26-2018

Thanks. Yes - that is what I think also.

For now I have disabled watchdog using the command: systemctl disable watchdog