You are not logged in.
Related: https://bbs.archlinux.org/viewtopic.php?id=216457
Even with UEFI version 3.20 (file C275D4I3.20) the broken hardware watchdog is still not fixed: system resets despite having "watchdog-device = /dev/watchdog" in /etc/watchdog.conf and the service enabled and running:
This AsRock Rack board gets these IPMI modules loaded and watchdog.service seems to run ok:
# lsmod | grep ipmi
ipmi_ssif 32768 0
ipmi_si 65536 0
ipmi_devintf 20480 0
ipmi_msghandler 65536 3 ipmi_devintf,ipmi_si,ipmi_ssif
# systemctl status watchdog.service
* watchdog.service - Watchdog Daemon
Loaded: loaded (/usr/lib/systemd/system/watchdog.service; enabled; vendor preset: disabled)
Active: active (running) since Mon 2018-12-24 00:21:36 CET; 51s ago
Process: 356 ExecStart=/usr/bin/watchdog (code=exited, status=0/SUCCESS)
Main PID: 359 (watchdog)
Tasks: 1 (limit: 4915)
Memory: 768.0K
CGroup: /system.slice/watchdog.service
`-359 /usr/bin/watchdog
Dec 24 00:21:36 asrock1 watchdog[359]: interface: no interface to check
Dec 24 00:21:36 asrock1 watchdog[359]: temperature: no sensors to check
Dec 24 00:21:36 asrock1 watchdog[359]: no test binary files
Dec 24 00:21:36 asrock1 watchdog[359]: no repair binary files
Dec 24 00:21:36 asrock1 watchdog[359]: error retry time-out = 60 seconds
Dec 24 00:21:36 asrock1 watchdog[359]: repair attempts = 1
Dec 24 00:21:36 asrock1 watchdog[359]: alive=/dev/watchdog heartbeat=[none] to=root no_act=no force=no
Dec 24 00:21:36 asrock1 watchdog[359]: watchdog now set to 60 seconds
Dec 24 00:21:36 asrock1 watchdog[359]: hardware watchdog identity: wdat_wdt
Dec 24 00:21:36 asrock1 systemd[1]: Started Watchdog Daemon.There seem to be 2 watch dog devices available:
# ls -la /dev/watch*
crw------- 1 root root 10, 130 Dec 24 01:52 /dev/watchdog
crw------- 1 root root 246, 0 Dec 24 01:52 /dev/watchdog0Watchdog is version 5.15; Variable 'realtime' found as 'yes' = 1; Integer 'priority' found = 1.
Is doesn't matter which one is configured in /etc/watchdog.conf, the system resets itself after 5 minutes.
Has anyone got the NMI hardware watch dog on AsRock Rack C2750D4I boards working as expected?
Last edited by probackup-nl (2018-12-24 08:51:40)
Offline