Re: [jffnms-users] Re: JFFNMS php processes using all available system resources

2005-03-21 Thread Javier Szyszlican
Hi Aaron, I'll need you to add d($process);d($process_name); To Line 311 of lib/api.inc.php And then run: /usr/local/bin/php -q poller2.php master 2 And show me the output at the top. Javier Aaron Daubman wrote: Hi Javier, Here's what the output from `ps -eo args` looks like under FreeBSD 5.3 about

Re: [jffnms-users] Re: JFFNMS php processes using all available system resources

2005-03-21 Thread Aaron Daubman
Hi Javier, Here's what the output from `ps -eo args` looks like under FreeBSD 5.3 about 10 minutes after re-enabling the jffnms cronjobs: ---snip--- [EMAIL PROTECTED](55)> ps -eo args -U jffnms ps: Process environment requires procfs(5) COMMAND /bin/sh -c cd $JFFNMS && $PHP -q poller2.php master

Re: [jffnms-users] Re: JFFNMS php processes using all available system resources

2005-03-21 Thread Javier Szyszlican
Hi Aaron, It seems our system against running a program twice is not working on your server. Check the lib/api.inc.php is_process_running function. We're running "ps -eo args" to check fi ap rocess is already running. Also do a killall php to clean everything. Javier Aaron Daubman wrote: Hello aga

RE: [jffnms-users] Re: JFFNMS php processes using all available system resources

2005-03-17 Thread Min Qiu
om: Javier Szyszlican [mailto:[EMAIL PROTECTED] Sent: Thursday, March 17, 2005 3:20 PM Cc: jffnms-users@lists.sourceforge.net Subject: [jffnms-users] Re: JFFNMS php processes using all available system resources Hi Aaron, Aaron Daubman wrote: > Hi Javier, et al; > > Pardon if I don'

[jffnms-users] Re: JFFNMS php processes using all available system resources

2005-03-17 Thread Javier Szyszlican
Hi Aaron, Aaron Daubman wrote: Hi Javier, et al; Pardon if I don't provide enough useful information up front - let me know what would be useful to know and I'll include it. I'm in the process of setting up a brand new JFFNMS 0.8.1 install on a Sunfire V20z dual opteron with 2G ram running FreeBSD