Re: ipmi_watchdog can not reset the kernel panic machine

2007-11-25 Thread Corey Minyard
The watchdog is "off" by default, meaning that you have to have something actually start resetting the watchdog before it will start running. That's why you are seeing this behavior. There is a start_now option that will start the watchdog when it is loaded, but then it will reset the system

Re: ipmi_watchdog can not reset the kernel panic machine

2007-11-24 Thread Andrew Morton
(cc's added) On Fri, 23 Nov 2007 20:28:41 -0800 (PST) [EMAIL PROTECTED] wrote: > Build kernel-2.6.24-rc3. pmi_watchdog can not reset the kernel panic > machine. The watchdog can never to record panic information to IPMI SEL. > > 1. I disable auto reset when kernel panic by echo "0" > > /proc/

ipmi_watchdog can not reset the kernel panic machine

2007-11-23 Thread youquan_song
Build kernel-2.6.24-rc3. pmi_watchdog can not reset the kernel panic machine. The watchdog can never to record panic information to IPMI SEL. 1. I disable auto reset when kernel panic by echo "0" > /proc/sys/kernel/panic 2. modprobe ipmi_watchdog timeout=120 action=reset 3. Load a driver, th