Re: [collectd] kernel message SIGCHLD set to SIG_IGN

2010-02-03 Thread Mirko Buffoni
Can you check if the Linux you're using already features /proc/$PID/status? If so, could you post that file of a running collectd process? Here is the /proc/$PID/status of collectd Name: collectd State: S (sleeping) Tgid: 21089 Pid:21089 PPid: 1 TracerPid: 0 Uid:0 0

Re: [collectd] kernel message SIGCHLD set to SIG_IGN

2010-02-02 Thread Florian Forster
Hi Mirko, On Fri, Jan 29, 2010 at 11:21:58PM +0100, Mirko Buffoni wrote: Jan 29 23:11:48 server kernel: application bug: collectd(7755) has SIGCHLD set to SIG_IGN but calls wait(). Jan 29 23:11:48 server kernel: (see the NOTES section of 'man 2 wait'). Workaround activated. What does it

[collectd] kernel message SIGCHLD set to SIG_IGN

2010-01-29 Thread Mirko Buffoni
Hi Florian, after having patched the code in order to compile collectd-4.8.1 on an old RedHat 9.0 system, I finally succeded. However in the logs I see the following warning message: Jan 29 23:11:48 server kernel: application bug: collectd(7755) has SIGCHLD set to SIG_IGN but calls wait(). Jan