1) Since this is from DAG's repository, you should address problems to him.  We support the rpms on SourceForge that we create and the source.  With other peoples binary packages we don't know what patches (if any) have been applied, etc.
 
2) The log is useless ... need the gdb information.
 
3) See comment [BMS] inline too...
 
-----Burton


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike B
Sent: Tuesday, February 08, 2005 8:33 AM
To: [email protected]
Subject: RE: [Ntop] Ntop locks up when opening configNtop.html

I am running 3.1.

Here’s the output from startup:

[EMAIL PROTECTED] root]# ntop -w 3000 -W 0

Tue Feb  8 07:22:45 2005  Initializing gdbm databases

Tue Feb  8 07:22:45 2005  ntop will be started as user nobody

Tue Feb  8 07:22:45 2005  ntop v.3.1 (Dag Apt RPM Repository) MT (SSL)

Tue Feb  8 07:22:45 2005  Configured on Jan  3 2005 22:49:28, built on Jan  3 2005 22:51:16.

Tue Feb  8 07:22:45 2005  Copyright 1998-2004 by Luca Deri <[EMAIL PROTECTED]>

Tue Feb  8 07:22:45 2005  Get the freshest ntop from http://www.ntop.org/

Tue Feb  8 07:22:45 2005  Initializing ntop

Tue Feb  8 07:22:45 2005  Checking eth0 for additional devices

Tue Feb  8 07:22:45 2005  Resetting traffic statistics for device eth0

Tue Feb  8 07:22:45 2005  DLT: Device 0 [eth0] is 1, mtu 1514, header 14

Tue Feb  8 07:22:45 2005  Initializing gdbm databases

Tue Feb  8 07:22:45 2005  VENDOR: Loading MAC address table.

Tue Feb  8 07:22:45 2005  VENDOR: Checking for MAC address table file

Tue Feb  8 07:22:45 2005  VENDOR: File '/etc/ntop/specialMAC.txt.gz' does not need to be reloaded

Tue Feb  8 07:22:45 2005  VENDOR: ntop continues ok

Tue Feb  8 07:22:45 2005  VENDOR: Checking for MAC address table file

Tue Feb  8 07:22:45 2005  VENDOR: File '/etc/ntop/oui.txt.gz' does not need to be reloaded

Tue Feb  8 07:22:45 2005  VENDOR: ntop continues ok

Tue Feb  8 07:22:45 2005  Fingeprint: Loading signature file.

Tue Feb  8 07:22:45 2005  Fingeprint: ...loaded 1697 records

Tue Feb  8 07:22:45 2005  ASN: Checking for Autonomous System Number table file

Tue Feb  8 07:22:45 2005  **WARNING** ASN: Unable to open file 'AS-list.txt'

Tue 08 Feb 2005 07:22:45 AM MST  I18N: Default language (from ntop host) is 'en_US'

Tue 08 Feb 2005 07:22:45 AM MST  I18N: This instance of ntop supports 0 additional language(s)

Tue 08 Feb 2005 07:22:45 AM MST  IP2CC: Checking for IP address <-> Country Code mapping file

Tue 08 Feb 2005 07:22:45 AM MST  IP2CC: Loading file '/etc/ntop/p2c.opt.table.gz'

Tue 08 Feb 2005 07:22:45 AM MST  IP2CC: ...found 52395 lines

Tue 08 Feb 2005 07:22:45 AM MST  GDVERCHK: Guessing at libgd version

Tue 08 Feb 2005 07:22:45 AM MST  **WARNING** GDVERCHK: Unable to load gd, message is 'libgd.so: cannot open shared object file: No such file or directory'

 

Gd is installed but I can’t find a libgd.so, however if I try and remove gd it will affect my nagios installation. The next line down however it says it finds gd and it matches the version installed

 

Tue 08 Feb 2005 07:22:45 AM MST  GDVERCHK: ... as 1.8.x 

 

[BMS] Nope, that's a lie... look at gdVersionGuess() in graph.c, ultimately that 1.8.x is just a constant. As I had originally written the code, if the library load failed, there wasn't a guess returned.  It now gives a constant based on the setting of GD2_VERS (which BTW isn't set anywhere).  I guess the assumption is that the tests in ./configure worked, so there must be a library somewhere out there...  But the fact that we can't load it here is an indicator of trouble to come when we try to use the functions later on...

 

Tue 08 Feb 2005 07:22:45 AM MST  Initializing external applications

Tue 08 Feb 2005 07:22:45 AM MST  THREADMGMT: Packet processor thread running...

Tue 08 Feb 2005 07:22:45 AM MST  THREADMGMT: Started thread (1116957488) for network packet analyser

Tue 08 Feb 2005 07:22:45 AM MST  THREADMGMT: Fingerprint scan thread running...

Tue 08 Feb 2005 07:22:45 AM MST  THREADMGMT: Started thread (1125350192) for fingerprinting

Tue 08 Feb 2005 07:22:45 AM MST  THREADMGMT: Idle host scan thread running...

Tue 08 Feb 2005 07:22:45 AM MST  THREADMGMT: Started thread (1133742896) for idle hosts detection

Tue 08 Feb 2005 07:22:45 AM MST  THREADMGMT: Address resolution thread running...

Tue 08 Feb 2005 07:22:45 AM MST  THREADMGMT: Started thread (1142135600) for DNS address resolution

Tue 08 Feb 2005 07:22:45 AM MST  Calling plugin start functions (if any)

Tue 08 Feb 2005 07:22:45 AM MST  CHKVER: Checking current ntop version at version.ntop.org/version.xml

Tue 08 Feb 2005 07:22:46 AM MST  SSL is present but https is disabled: use -W <https port> for enabling it

Tue 08 Feb 2005 07:22:46 AM MST  INITWEB: Initializing web server

Tue 08 Feb 2005 07:22:46 AM MST  INITWEB: Initializing tcp/ip socket connections for web server

Tue 08 Feb 2005 07:22:46 AM MST  INITWEB: Initialized socket, port 3000, address (any)

Tue 08 Feb 2005 07:22:46 AM MST  INITWEB: Waiting for HTTP connections on port 3000

Tue 08 Feb 2005 07:22:46 AM MST  INITWEB: Starting web server

Tue 08 Feb 2005 07:22:46 AM MST  THREADMGMT: web connections thread (20917) started...

Tue 08 Feb 2005 07:22:46 AM MST  Note: SIGPIPE handler set (ignore)

Tue 08 Feb 2005 07:22:46 AM MST  WEB: ntop's web server is now processing requests

Tue 08 Feb 2005 07:22:46 AM MST  THREADMGMT: Started thread (1158921008) for web server

Tue 08 Feb 2005 07:22:46 AM MST  Listening on [eth0]

Tue 08 Feb 2005 07:22:46 AM MST  Loading Plugins

Tue 08 Feb 2005 07:22:46 AM MST  Searching for plugins in /usr/lib/ntop/plugins

Tue 08 Feb 2005 07:22:46 AM MST  NETFLOW: Welcome to NetFlow.(C) 2002-04 by Luca Deri

Tue 08 Feb 2005 07:22:46 AM MST  RRD: Welcome to rrdPlugin. (C) 2002-04 by Luca Deri.

Tue 08 Feb 2005 07:22:46 AM MST  XML: Welcome to xmldump plugin. (C) 2003-2004 by Burton Strauss

Tue 08 Feb 2005 07:22:46 AM MST  LASTSEEN: Welcome to LastSeenWatchPlugin. (C) 1999 by Andrea Marangoni

Tue 08 Feb 2005 07:22:46 AM MST  SFLOW: Welcome to sFlow.(C) 2002-04 by Luca Deri

Tue 08 Feb 2005 07:22:46 AM MST  SNMP: Welcome to snmpPlugin. (C) 2004 by F.Fusco and G.Giardina

Tue 08 Feb 2005 07:22:46 AM MST  PDA: Welcome to PDAPlugin. (C) 2001-2004 by L.Deri and W.Brock

Tue 08 Feb 2005 07:22:46 AM MST  ICMP: Welcome to icmpWatchPlugin. (C) 1999-2004 by Luca Deri

Tue 08 Feb 2005 07:22:46 AM MST  Calling plugin start functions (if any)

Tue 08 Feb 2005 07:22:46 AM MST  RRD: Welcome to the RRD plugin

Tue 08 Feb 2005 07:22:46 AM MST  RRD: Mask for new directories is 0700

Tue 08 Feb 2005 07:22:46 AM MST  RRD: Mask for new files is 0066

Tue 08 Feb 2005 07:22:46 AM MST  THREADMGMT: rrd thread (1167313712) started

Tue 08 Feb 2005 07:22:46 AM MST  RRD: Started thread (1167313712) for data collection.

Tue 08 Feb 2005 07:22:46 AM MST  Now running as requested user 'nobody' (99:99)

Tue 08 Feb 2005 07:22:46 AM MST  INIT: Created pid file (/var/ntop/ntop.pid)

Tue 08 Feb 2005 07:22:46 AM MST  Note: Reporting device initally set to 0 [eth0] (merged)

Tue 08 Feb 2005 07:22:46 AM MST  THREADMGMT: pcapDispatch(eth0) thread running...

Tue 08 Feb 2005 07:22:46 AM MST  THREADMGMT: Started thread (1175706416) for network packet sniffing on eth0

Tue 08 Feb 2005 07:22:46 AM MST  CHKVER: Version file is from 'version.ntop.org'

Tue 08 Feb 2005 07:22:46 AM MST  CHKVER: as of date is '2004-12-01T17:00:00'

Tue 08 Feb 2005 07:22:46 AM MST  CHKVER: This version of ntop is the CURRENT stable version

 

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Burton Strauss
Sent: Tuesday, February 08, 2005 7:08 AM
To: [email protected]
Subject: RE: [Ntop] Ntop locks up when opening configNtop.html

 

What do you mean by 'latest version'?  3.1  or the CVS (where the ? belongs in ntop-dev)...

 

The usual instructions are to run under gdb and capture the failure info (esp. bt full) - see the instructions at the bottom of docs/FAQ.

 

-----Burton

 

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike B
Sent: Monday, February 07, 2005 10:56 PM
To: [email protected]
Subject: [Ntop] Ntop locks up when opening configNtop.html

I am able to start ntop (latest version) successfully and open any page but configNtop.html, once I log in ntop locks up. I’ve tried removing and reinstalling but no luck.

Anything I can look at to fix this? I can’t find a log file to speak of.

 

Mike

 

 

 

_______________________________________________
Ntop mailing list
[email protected]
http://listgateway.unipi.it/mailman/listinfo/ntop

Reply via email to