Dean Styles wrote:
> I find my status graphs stalling every couple of hours/days.  I am not
> checking all the time but the following is a short list of dates and times
> from the web status display:
>
> Fri Oct 6 14:05:12 2006
> Mon Oct 9 05:00:12 2006
> Tue Oct 10 18:00:12 2006
> Fri Oct 20 15:00:12 2006
> Fri Oct 20 22:00:12 2006
> Sat Oct 21 15:00:12 2006
> Tue Oct 24 03:00:12 2006
> Thu Oct 26 08:00:12 2006
> Tue Oct 31 18:00:12 2006
> Thu Nov 2 22:00:12 2006
>
> You do not need to reboot the server - all I do is a "killall -HUP fcron" to
> reload the configuration and the graphs run and stay running for a few hours
> or days.  fcron is running but apparently not performing its scheduled
> duties.
>
> Does anyone have a version of fcron that fixes this stalling behaviour?
>
>   

You can try the fcron 3.0.1 package from here

http://www.stellarcore.net/downloads/efw2-updates/fcron-3.0.1-0.endian10.i386.rpm

I do not know if it fixes that problem. I have this loop running 
currently try to see anything goes zombie on the machine [I'm trying to 
catch frox acting badly.]

#!/bin/bash

loop=1

while [ $loop ]; do
  ps --no-heading -elw | grep 'Z' >> zombie.log
  sleep 600
done

exit

You could change the sleep to 300 and see if you are getting anything 
that turns zombie that might be holding fcron up. Also grep 
/var/log/messages to see if fcron pushed out any errors at that time

grep fcron /var/log/messages


-Mike

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Efw-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/efw-user

Reply via email to