>>> Lars Marowsky-Bree <[email protected]> schrieb am 22.02.2013 um 12:35 in >>> Nachricht <[email protected]>: > On 2013-02-22T08:39:29, Ulrich Windl <[email protected]> > wrote: > > > It's hard to find out which module is actually used from the syslog; see > yourself: > > That looks like there wasn't a watchdog driver loaded based on the > hardware, but when sbd opened the watchdog device, the autoload > triggered and the kernel/modprobe tried to load everything matching > char-major-8 until it found something. > > You really should configure the system to load the right watchdog driver > that matches your hardware via /etc/modprobe.d/ explicitly. > > sbd has no knowlegde of which driver is backing /dev/watchdog; the > interface doesn't allow the user of /dev/watchdog to ask which module is > serving this.
Hi Lars, a quick check in the reference manual and HA-manual showed nothing for that topic. At least I found out that "wdt" is a better pattern to look for: # lsmod |grep wdt xen_wdt 13525 0 hpwdt 14180 0 iTCO_wdt 18032 0 iTCO_vendor_support 13718 1 iTCO_wdt ib700wdt 13290 0 advantechwdt 13440 1 acquirewdt 13288 0 wdt_pci 14081 0 Still wondering which of those is the correct (TM) one... Regards, Ulrich _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
