I'm recently getting the following reported for PS output in the high 5 minute load emails from at least 2 of my servers.
"Unable to obtain process output within 15 seconds - Timed out"
If I run PS from shell it reports fine.
Any ideas why?
Unable to obtain process output within 15 seconds
-
- Junior Member
- Posts: 2
- Joined: 05 Jun 2013, 12:55
-
- Junior Member
- Posts: 1
- Joined: 31 Dec 2013, 16:26
Re: Unable to obtain process output within 15 seconds
Same pb here
csf v6.38
May be it is a BUG
csf v6.38
May be it is a BUG
Re: Unable to obtain process output within 15 seconds
We have the same problem on 2 servers. The message is consistent no matter when the notice is sent or how high the load. Can't say which version it started with but we keep looking for the fix. It's difficult to diagnose the load issue without the process list.
Process List Not Showing in Load Alert
We have been receiving loadalerts, though the processlists receive the following.
Output from ps:
Unable to obtain process output within 15 seconds - Timed out
Additionally, the other two files only provide one line of output, which does not help much for diagnosing the issue. Is this a known issue, or are there any workarounds that are available?
Output from ps:
Unable to obtain process output within 15 seconds - Timed out
Additionally, the other two files only provide one line of output, which does not help much for diagnosing the issue. Is this a known issue, or are there any workarounds that are available?
-
- Moderator
- Posts: 1524
- Joined: 01 Oct 2008, 09:24
Re: Unable to obtain process output within 15 seconds
We've identified the problem and will have a fix for it in the next release. In the meantime you can modify the latest /etc/csf/lfd.pl and change line 2566 from:
to:
then restart lfd.
Code: Select all
@proclist = &syscoammnd(__LINE__,$config{PS},"axuf");
Code: Select all
@proclist = &syscommand(__LINE__,$config{PS},"axuf");
-
- Moderator
- Posts: 1524
- Joined: 01 Oct 2008, 09:24
Re: Unable to obtain process output within 15 seconds
This is now fixed in csf v6.42:
http://blog.configserver.com/
http://blog.configserver.com/