Hello everyone To install nav3.1.0, I have got a problem about Compiling the SimpleSnmp, the system shows that: BUILD FAILED /nav/nav-3.1.0/src/SimpleSnmp/build.xml:30: Compile failed; see the compiler err or output for details.
And there is another problem about the rrdtool. As I know , the py-rrdtool-0.21 can't support rrdtool of version 1.2 or over, how about the rrdtool-python-1.2.3, dose it support rrdtool-1.2.x? can anybody who can help me ? also ,I can only find the nav-3.1.0 source package, is anybody who has got the rpm package, please tell me where can I get it. Thanks
__________________________________________________ žÏ¿ì×¢²áÑÅ»¢³¬ŽóÈÝÁ¿Ãâ·ÑÓÊÏä? http://cn.mail.yahoo.comFrom wj_peng24 at yahoo.com.cn Fri Jul 7 16:20:58 2006 From: wj_peng24 at yahoo.com.cn (wenjun peng) Date: Fri Jul 7 09:21:10 2006 Subject: [Nav-users] psycopg Message-ID: 20060707072058.94623.qmail@web15910.mail.cnb.yahoo.com
Hello, When I start the web interface, the page can't be show out, and it said :
ImportError: /usr/lib/python2.4/site- packages/psycopgmodule.so: failed to map segment from shared object: Permission denied
what's wrong with the module psycopg
__________________________________________________ žÏ¿ì×¢²áÑÅ»¢³¬ŽóÈÝÁ¿Ãâ·ÑÓÊÏä? http://cn.mail.yahoo.comFrom a.l.prois at usit.uio.no Fri Jul 7 11:40:44 2006 From: a.l.prois at usit.uio.no (=?ISO-8859-1?Q?Asbj=F8rn_Pr=F8is?=) Date: Fri Jul 7 10:40:53 2006 Subject: [Nav-users] Errors with cricket-config from NAV-3.1.0 Message-ID: Pine.SOL.4.63-L.0607071031580.18695@saruman.uio.no
Helu. When installing a fresh 3.1.0 of NAV, with the cricket configs etc from that release there are some problems.
--- snip --- -bash-3.00# cat ~navcron/cricket/cricket-logs/giga.0 [07-Jul-2006 10:33:01 ] Log level changed from warn to info. [07-Jul-2006 10:33:01 ] Starting collector: Cricket version 1.0.5 (2004-03-28) [07-Jul-2006 10:33:01*] Unknown subtree /giga-router-interfaces. [07-Jul-2006 10:33:01*] Unknown subtree /giga-switch-ports. [07-Jul-2006 10:33:01*] Unknown subtree /giga-router-interfaces. [07-Jul-2006 10:33:01*] Unknown subtree /giga-switch-ports. [07-Jul-2006 10:33:01 ] Processed 0 targets in 0 seconds. --- /snip ---
It doesnt match the new subtree structure (router-interfaces, router-interfaces-snmpv1-and-giga, switch-ports, switch-ports-snmpv1-and-giga and so on)..
This is causing lots of missing switch and router-ports!
The solution is, i guess, i to use the cricket-setup from nav-3.0.1 meanwhile! Just a tip for those reinstalling NAV from scratch with 3.1.0 #:)
-Asbj?rn-
From wj_peng24 at yahoo.com.cn Fri Jul 7 18:25:38 2006
From: wj_peng24 at yahoo.com.cn (wenjun peng) Date: Fri Jul 7 11:25:55 2006 Subject: [Nav-users] introduction Message-ID: 20060707092538.17539.qmail@web15906.mail.cnb.yahoo.com
hello, Can anyone who write a new installations about how to install the nav-3.1.0 in ferdora core5 and also how to configure it. it is better to list the whole things that needed during installation.
__________________________________________________ žÏ¿ì×¢²áÑÅ»¢³¬ŽóÈÝÁ¿Ãâ·ÑÓÊÏä? http://cn.mail.yahoo.comFrom morten.vold at uninett.no Mon Jul 10 13:06:09 2006 From: morten.vold at uninett.no (Morten Vold) Date: Mon Jul 10 12:06:18 2006 Subject: [Nav-users] Problem with Browsing rrd files In-Reply-To: OF8925035B.D5AD17F5-ON852571A2.004AEB13-852571A2.004BA622@hearstsc.com References: OF8925035B.D5AD17F5-ON852571A2.004AEB13-852571A2.004BA622@hearstsc.com Message-ID: 44B22691.4010901@uninett.no
SLander@hearstsc.com wrote:
Morten,
If I manually enter the url, I get the same result - segfault and
blank screen. If I change the rrdBrowser.conf file to point to a non-existent location, IE, instead of /tmp/rrd_ as the prefix, I use just "rrd_", then I get a menu with "year month week day hour" and some choose action items. But, obviously, no graph.
That's not what your supposed to see at all. The rrdBrowser stores most of its interactive state in your user session, which is why I asked you to completely close your browser (to remove anything left in your session data) - alternatively log out of NAV or remove the NAV cookie from your browser. Then navigate directly to http://NavServer/browse/rrd (typing nothing after rrd), without clicking your way to the rrd browser from somewhere else in the interface.
Even typing a non-existant location in your rrdBrowser.conf should not take your a menu with "year month week day hour" when typing that URL directly...
This is really hard to debug, since a segfault can only stem from native code - which NAV doesn't contain at all. The best way would probably be to debug the apache process, but that could prove really ugly. If the path we're on right now doesn't lead anywhere, I'm not really sure how I can help you, short of suggesting that you reinstall rrdtool and pyrrdtool completely, just to see what happens.