
I'm trying to enable the watchdog as described here (and other places):
http://binerry.de/post/28263824530/rasp ... hdog-timer
But on reboot I'm getting the following errors in syslog:
Jan 1 01:00:17 webpi wd_keepalive[840]: int=10 alive=/dev/watchdog realtime=yes
Jan 1 01:00:17 webpi wd_keepalive[840]: hardware wartchdog identity: BCM2708
Jan 1 01:00:17 webpi wd_keepalive[840]: unable to disable oom handling!
Jan 1 01:00:17 webpi kernel: [ 18.305250] watchdog stopped
Jan 1 01:00:22 webpi watchdog[854]: starting daemon (5.12):
Jan 1 01:00:22 webpi watchdog[854]: int=1s realtime=yes sync=no soft=no mla=0 mem=0
Jan 1 01:00:22 webpi watchdog[854]: ping: no machine to check
Jan 1 01:00:22 webpi watchdog[854]: file: no file to check
Jan 1 01:00:22 webpi watchdog[854]: pidfile: no server process to check
Jan 1 01:00:22 webpi watchdog[854]: interface: no interface to check
Jan 1 01:00:22 webpi watchdog[854]: test=none(0) repair=none(0) alive=/dev/watchdog heartbeat=none temp=none to=root no_act=no
Jan 1 01:00:22 webpi watchdog[854]: cannot set timeout 60 (errno = 22 = 'Invalid argument')
Jan 1 01:00:22 webpi watchdog[854]: hardware wartchdog identity: BCM2708
And the watchdog is disabled... I'm using the latest firmware/kernel pulled by rpi-update.
Does someone have any ideas?