Hello,

I finally got jffnms 8.3 installed on Gentoo with a 2.2.6 apache
server running. Here's the version of the software I used:

rrdtool         1.2.23-r1
apache2         2.2.6
posgresql       8.0.13
php5            5.2.5
net-snmp        5.4.1-r1
fping           2.4_beta2-r1
graphviz        2.12
nmap            4.20
tmpwatch        2.9.11.2


Are these versions of software (any problems) OK?


Here's where I symlinked in the jffnms files:
ln -s /opt/jffnms/htdocs /var/www/localhost/htdocs/jffnms

so my urls look like this:
http://192.168.2.23/jffnms/htdocs/admin/setup.php


Is that correct?


The only problem I have is postgresql seems to not be configured
 correctly; from the setup.php page I get this error:

 Is The Database Working?                no

I've restarted (and rebooted) everything so I'm stumped. I follows
these instructions for postgresql setup:


# psql template1 postgres
        template1=# create user jffnms password 'jffnms' createdb;
        template1=# \connect template1 jffnms
        template1=# create database jffnms;
        template1=# \q

psql jffnms jffnms </opt/jffnms/docs/jffnms-0.8.3.pgsql
(note this differs from the generic linux installation: but
it worked)

ideas or explanations are most welcome as to how to fix the database


James



-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
jffnms-users mailing list
jffnms-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jffnms-users

Reply via email to