Hi all,

I'm testing JFFNMS, but I found some issues

My system,

Slackware 9.1
Apache 1.3.29
php 4.3.4
mod_ssl 2.8.16
mysql 4.0.17
net-snmp 5.1
openssl 0.9.7c
rrdtool 1.0.46

All compiled from sources!! no packages

When CRON run:  cd /opt/jffnms/engine && /usr/local/bin/php -q poller.php

I get this WARNING.

PHP Warning:  Call-time pass-by-reference has been deprecated - argument passed
by value;  If you would like to pass it by reference, modify the declaration of
[runtime function name]().  If you would like to enable call-time
pass-by-refere
nce, you can set allow_call_time_pass_reference to true in your INI file. 
Howev
er, future versions may not support this any longer.  in
/opt/jffnms/engine/poll
er.php on line 179


Another ISSUE.

CRON command: "cd /opt/jffnms/engine && /usr/local/bin/php -q consolidate.php"

I get this:

Another instance of Consolidator is running, aborting...

But I wasn't unable to find ANY other process.

I'm not a programmer, but I like to see where is the problem by myself.
Then I run in command line (shell) without any problem.
I check the api.inc.php in the line 305

exec("ps -eo args",$ps_list); //call 'ps'

ps -eo <-- What?? my Slackware doesn't like this.

I modified to:

exec("ps ax | grep args",$ps_list); //call 'ps'

And it works. But I tried to find what's the value of "args", I also check the
PHP page and I didn't find anything similar.

And finally, What about adding any other hardware, for example a USRobotics
Access Point?, I need to add the MIB ?? where ? how ?

Thanks in Advance.




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
jffnms-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jffnms-users

Reply via email to