On Tue, Nov 01, 2011 at 11:52:26AM +0100, Johan Boeckx wrote:
>    * any idea how to fix the upgrade of the mysql-database from 0.8.5 till
>    0.9.1. It goes well till 0.9.0, but from 0.9.0 to 0.9.1 i have all
>    duplication errors, starting with dmii_up column from hosts-table
I'll look into it but I think 0.9.1 has the same database as 0.9.0

>    * reachability interface is not discoverd, even fping is configured with
>    correct permissions aka installation manual
I checked that, works ok here.  Most common problem with this is that
fping moved from /usr/sbin to /usr/sbin and most people miss the 's'

If you run something like 
php -q autodiscovery_interfaces.php -h X -t20
where X is a host ID of something you have configured it might tell you
what is going on. Note the lack of space between the t and 20 , there is
something wierd with the getopt.

>    * with a newly installed database, when I select multiple interfaces for a
>    host in performance tab, I only see one interface, while multiple
>    interface are selected
Javascript fun!  That's now fixed and in git

>    * for some reason no logs are saved (/opt/jffnms/logs), even when in the
>    sytem_setup-interface log_files_path is set ok. They have correct chmod
>    and chown jffnms:jffnms
I'm seeing logs, do you have jffnms_debug = 1 in jffnms.conf?

>    * when I open a host in the admin-interface I receive the error "[Tue Nov
>    01 09:38:06 2011] [error] [client 10.104.0.3] PHP Notice:  Undefined
>    offset: 2 in /opt/jffnms/htdocs/admin/adm/adm_hosts.inc.php on line 156,
>    referer:
>    
> http://10.104.254.170/jffnms/admin/adm/adm_standard.php?admin_structure=hosts";
Not sure why this causes an error but explictly checked for this case
and bypasses it.

>    * when I do manually the poller2 : php -q poller2.php 50
>    PHP Fatal error:  Call to undefined function poller_plan() in
>    /opt/jffnms/engine/poller2.php on line 95
>    manually poller.php seems to work
poller.php is poller version 3, use that.

>    * the interfaces give the wrong traffic, compared to version 0.8.5 , gives
>    300 mbit/s, while the real traffic is 1,5 mbit/s
Now that is truly odd; as in really really stange.  JFFNMS just gets
whatever number it is given.  Can you run the poller on one of those
interfaces twice and note the numbers?

>    * when I do discovery, I receive following errors + discovery keeps
>    hanging
They're all the same error and in fact the same as the one above.

>    * rrdtool font doesnt seem to work, even while sun-java6-fonts  is
>    installed for lucida
Did you specify the right file?  rrdtool_font is the full path to the
ttf file, ie
rrdtool_font = /usr/share/fonts/truetype/ttf-bitstream-vera/VeraSe.ttf

>    11:41:57 2011] [error] [client 10.104.0.3] PHP Fatal error:  Cannot
>    redeclare config_load_libs() (previously declared in
>    /opt/jffnms/conf/config.php:133) in /opt/jffnms/conf/config.php on line
>    166, referer: http://10.104.254.170/jffnms/admin/setup.php";
The cannot redeclare has been fixed in git already the other two are
annoying warnings and are removed now.

 - Craig

-- 
Craig Small VK2XLZ   http://enc.com.au/          csmall at : enc.com.au
Debian GNU/Linux     http://www.debian.org/      csmall at : debian.org
old fingerprint:     1C1B D893 1418 2AF4 45EE  95CB C76C E5AC 12CA DFA5
NEW fingerprint:     5D2F B320 B825 D939 04D2  0519 3938 F96B DF50 FEA5

------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
jffnms-users mailing list
jffnms-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jffnms-users

Reply via email to