[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Freeipmi-devel] Re: FreeIPMI beta w/ BMC watchdog workaround for Sun ma
From: |
Dave Love |
Subject: |
[Freeipmi-devel] Re: FreeIPMI beta w/ BMC watchdog workaround for Sun machines |
Date: |
Mon, 21 Jun 2010 23:57:46 +0100 |
User-agent: |
Gnus/5.110011 (No Gnus v0.11) |
[Sorry, I thought I sent this earlier, but I'm harassed and losing
track.]
Al Chu <address@hidden> writes:
> --- bmc-watchdog.c 16 Jun 2010 17:52:38 -0000 1.131
> +++ bmc-watchdog.c 17 Jun 2010 23:18:57 -0000
> @@ -1920,6 +1920,8 @@ _daemon_cmd (void)
> && reset_period < (retry_wait_time * retry_attempt))
> retry_attempt = reset_period/retry_wait_time;
>
> + sleep (5);
> +
> while (shutdown_flag)
> {
> struct timeval start_tv, end_tv;
>
That seemed to work on x4500/Solaris, but then I tried with a shorter
sleep, and now it's not working after restoring the sleep (5), but does
last a longer, variable, time than without the sleep. I'll see if I can
figure any more out.
It does seem to work on an x4100 (not M2) with RedHat.
[Freeipmi-devel] Re: FreeIPMI beta w/ BMC watchdog workaround for Sun machines, Al Chu, 2010/06/18