(1) What is it with people dumping large log extracts without line breaks into email...
(2) Log extracts are largely useless - read the docs/FAQ article on this (3) Address resolution queue - this can overflow during startup on larger networks - ntop sees so many hosts right then it simply gives up. As has been discussed in the past on this list (http://listgateway.unipi.it/pipermail/ntop/2005-March/010005.html), it will eventually catch-up, as it sees subsequent packets from these hosts. That's why the log says "ntop continues" You'll need to figure out what's actually going on. Look in docs/FAQ - there are some instructions on running under gdb. You may be able to 'cheat' too... run as normal and when ntop hangs, THEN connect via gdb. I.e. use ps to figure out the pid # and do gdb /usr/bin/ntop <pid> to connect to a running process. Then do show threads to see all the running threads. One at a time, do thread 1 show stack to see where each thread is. That will show if there is a deadlock. You may also be able to see the mutex web page (http://....:3000/showMutex.html) if the web server isn't actually hung up. -----Burton -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chan Min Wai Sent: Wednesday, June 15, 2005 4:58 AM To: [email protected] Subject: [Ntop] Network Load Statistics -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dear All, When i click on the "Network Load Statistics" Something like the below happen.... The program use 100% CPU and ntop is not responding any more. I'm using the Cvs version on a System that have 512MB Memory and a P4 3.0E (HT) Below are part of the log. Wed Jun 15 15:14:38 2005 **WARNING** Message is '/usr/local/lib/ntop/plugins/xmldumpPlugin.so: undefined symbol: dumpXML' Wed Jun 15 15:14:38 2005 Calling plugin start functions (if any) Wed Jun 15 15:14:38 2005 RRD: Welcome to the RRD plugin Wed Jun 15 15:14:38 2005 RRD: Mask for new directories is 0700 Wed Jun 15 15:14:38 2005 RRD: Mask for new files is 0066 Wed Jun 15 15:14:38 2005 THREADMGMT: RRD: Started thread (t2987903920) for data collection Wed Jun 15 15:14:38 2005 THREADMGMT: RRD: Data collection thread running [p6384, t2987903920]... Wed Jun 15 15:14:38 2005 Now running as requested user 'nobody' (65534:65534) Wed Jun 15 15:14:38 2005 **WARNING** INIT: Unable to create pid file (/usr/local/var/ntop/ntop.pid)Wed Jun 15 15:14:38 2005 Note: Reporting device initally set to 9 [eth5] Wed Jun 15 15:14:38 2005 THREADMGMT: Started thread (-1315456080) for network packet sniffing on etWed Jun 15 15:14:37 2005 Initializing gdbm databases Wed Jun 15 15:14:37 2005 VENDOR: Loading MAC address table. Wed Jun 15 15:14:37 2005 VENDOR: Checking for MAC address table file Wed Jun 15 15:14:37 2005 VENDOR: File '/usr/local/etc/ntop/specialMAC.txt.gz' does not need to be reloaded Wed Jun 15 15:14:37 2005 VENDOR: ntop continues ok Wed Jun 15 15:14:37 2005 VENDOR: Checking for MAC address table file Wed Jun 15 15:14:37 2005 VENDOR: File '/usr/local/etc/ntop/oui.txt.gz' does not need to be reloadedWed Jun 15 15:14:37 2005 VENDOR: ntop continues ok Wed Jun 15 15:14:37 2005 Fingeprint: Loading signature file. Wed Jun 15 15:14:37 2005 Fingeprint: ...loaded 1697 records Wed Jun 15 15:14:37 2005 ASN: Checking for Autonomous System Number table file Wed Jun 15 15:14:37 2005 ASN: Loading file '/usr/local/etc/ntop/AS-list.txt.gz' Wed Jun 15 15:14:38 2005 ASN: ...found 111435 lines Wed Jun 15 15:14:38 2005 ASN: ....Used 3780 KB of memory (12 per entry) Wed Jun 15 15:14:38 2005 I18N: This instance of ntop does not support multiple languages Wed Jun 15 15:14:38 2005 IP2CC: Checking for IP address <-> Country Code mapping file Wed Jun 15 15:14:38 2005 IP2CC: Loading file '/usr/local/etc/ntop/p2c.opt.table.gz' Wed Jun 15 15:14:38 2005 IP2CC: ...found 52395 lines Wed Jun 15 15:14:38 2005 GDVERCHK: Guessing at libgd version Wed Jun 15 15:14:38 2005 GDVERCHK: ... as 2.0.21+ Wed Jun 15 15:14:38 2005 Initializing external applications Wed Jun 15 15:14:38 2005 THREADMGMT: Started thread (-1264796752) for network packet analyser Wed Jun 15 15:14:38 2005 THREADMGMT: Started thread (-1273189456) for fingerprinting Wed Jun 15 15:14:38 2005 THREADMGMT: FINGERPRINT: Scan thread running [p6384, t3021777840]... Wed Jun 15 15:14:38 2005 THREADMGMT: Started thread (-1281582160) for idle hosts detection Wed Jun 15 15:14:38 2005 THREADMGMT: Packet processor thread running [p6384, t3030170544]... Wed Jun 15 15:14:38 2005 THREADMGMT: Started thread (-1289974864) for DNS address resolution Wed Jun 15 15:14:38 2005 Calling plugin start functions (if any) Wed Jun 15 15:14:38 2005 THREADMGMT: Address resolution(1) thread running [p6384, t3004992432]... Wed Jun 15 15:14:38 2005 THREADMGMT: Idle host scan thread running [p6384, t3013385136]... Wed Jun 15 15:14:38 2005 SSL is present but https is disabled: use -W <https port> for enabling it Wed Jun 15 15:14:38 2005 INITWEB: Initializing web server Wed Jun 15 15:14:37 2005 NOTE: (but see warning on man page for the - --instance parameter) Wed Jun 15 15:14:37 2005 NOTE: ntop libraries are in '/usr/local/lib' Wed Jun 15 15:14:37 2005 Initializing ntop Wed Jun 15 15:14:37 2005 Checking eth0 for additional devices Wed Jun 15 15:14:37 2005 Resetting traffic statistics for device eth0 Wed Jun 15 15:14:37 2005 DLT: Device 0 [eth0] is 1, mtu 1514, header 14 Wed Jun 15 15:14:37 2005 Checking eth0.1 for additional devices Wed Jun 15 15:14:37 2005 Resetting traffic statistics for device eth0.1 Wed Jun 15 15:14:37 2005 DLT: Device 1 [eth0.1] is 1, mtu 1514, header 14 Wed Jun 15 15:14:37 2005 Checking eth0.1000 for additional devices Wed Jun 15 15:14:37 2005 Resetting traffic statistics for device eth0.1000 Wed Jun 15 15:14:37 2005 DLT: Device 2 [eth0.1000] is 1, mtu 1514, header 14 Wed Jun 15 15:14:37 2005 Checking eth0.30 for additional devices Wed Jun 15 15:14:37 2005 Resetting traffic statistics for device eth0.30 Wed Jun 15 15:14:37 2005 DLT: Device 3 [eth0.30] is 1, mtu 1514, header 14 Wed Jun 15 15:14:37 2005 Checking eth0.31 for additional devices Wed Jun 15 15:14:37 2005 Resetting traffic statistics for device eth0.31 Wed Jun 15 15:14:37 2005 DLT: Device 4 [eth0.31] is 1, mtu 1514, header 14 Wed Jun 15 15:14:37 2005 Checking eth1 for additional devices Wed Jun 15 15:14:37 2005 Resetting traffic statistics for device eth1 Wed Jun 15 15:14:37 2005 DLT: Device 5 [eth1] is 1, mtu 1514, header 14 Wed Jun 15 15:14:37 2005 Checking eth3 for additional devices Wed Jun 15 15:14:37 2005 Resetting traffic statistics for device eth3 Wed Jun 15 15:14:37 2005 DLT: Device 6 [eth3] is 1, mtu 1514, header 14 Wed Jun 15 15:14:37 2005 Checking eth4 for additional devices Wed Jun 15 15:14:37 2005 Resetting traffic statistics for device eth4 Wed Jun 15 15:14:37 2005 DLT: Device 7 [eth4] is 1, mtu 1514, header 14 Wed Jun 15 15:14:37 2005 Checking eth4.4000 for additional devices Wed Jun 15 15:14:37 2005 Resetting traffic statistics for device eth4.4000 Wed Jun 15 15:14:37 2005 DLT: Device 8 [eth4.4000] is 1, mtu 1514, header 14 Wed Jun 15 15:14:37 2005 Checking eth5 for additional devices Wed Jun 15 15:14:37 2005 Resetting traffic statistics for device eth5 Wed Jun 15 15:14:37 2005 DLT: Device 9 [eth5] is 1, mtu 1514, header 14 Wed Jun 15 15:14:37 2005 Initializing gdbm databases Wed Jun 15 15:14:37 2005 VENDOR: Loading MAC address table. Wed Jun 15 15:14:37 2005 VENDOR: Checking for MAC address table file Wed Jun 15 15:14:37 2005 VENDOR: File '/usr/local/etc/ntop/specialMAC.txt.gz' does not need to be reloaded Wed Jun 15 15:14:37 2005 VENDOR: ntop continues ok Wed Jun 15 15:14:37 2005 VENDOR: Checking for MAC address table file Wed Jun 15 15:14:37 2005 VENDOR: File '/usr/local/etc/ntop/oui.txt.gz' does not need to be reloadedWed Jun 15 15:14:37 2005 VENDOR: ntop continues ok Wed Jun 15 15:14:37 2005 Fingeprint: Loading signature file. Wed Jun 15 15:14:37 2005 Fingeprint: ...loaded 1697 records Wed Jun 15 15:14:37 2005 ASN: Checking for Autonomous System Number table file Wed Jun 15 15:14:37 2005 ASN: Loading file '/usr/local/etc/ntop/AS-list.txt.gz' Wed Jun 15 15:14:38 2005 ASN: ...found 111435 lines Wed Jun 15 15:14:38 2005 ASN: ....Used 3780 KB of memory (12 per entry) Wed Jun 15 15:14:38 2005 I18N: This instance of ntop does not support multiple languages Wed Jun 15 15:14:38 2005 IP2CC: Checking for IP address <-> Country Code mapping file Wed Jun 15 15:14:38 2005 IP2CC: Loading file '/usr/local/etc/ntop/p2c.opt.table.gz' Wed Jun 15 15:14:38 2005 IP2CC: ...found 52395 lines Wed Jun 15 15:14:38 2005 GDVERCHK: Guessing at libgd version Wed Jun 15 15:14:38 2005 GDVERCHK: ... as 2.0.21+ Wed Jun 15 15:14:38 2005 Initializing external applications Wed Jun 15 15:14:38 2005 THREADMGMT: Started thread (-1264796752) for network packet analyser Wed Jun 15 15:14:38 2005 THREADMGMT: Started thread (-1273189456) for fingerprinting Wed Jun 15 15:14:38 2005 THREADMGMT: FINGERPRINT: Scan thread running [p6384, t3021777840]... Wed Jun 15 15:14:38 2005 THREADMGMT: Started thread (-1281582160) for idle hosts detection Wed Jun 15 15:14:38 2005 THREADMGMT: Packet processor thread running [p6384, t3030170544]... Wed Jun 15 15:14:38 2005 THREADMGMT: Started thread (-1289974864) for DNS address resolution Wed Jun 15 15:14:38 2005 Calling plugin start functions (if any) Wed Jun 15 15:14:38 2005 THREADMGMT: Address resolution(1) thread running [p6384, t3004992432]... Wed Jun 15 15:14:38 2005 THREADMGMT: Idle host scan thread running [p6384, t3013385136]... Wed Jun 15 15:14:38 2005 SSL is present but https is disabled: use -W <https port> for enabling it Wed Jun 15 15:14:38 2005 INITWEB: Initializing web server Wed Jun 15 15:14:38 2005 INITWEB: Initializing tcp/ip socket connections for web server Wed Jun 15 15:14:38 2005 INITWEB: Initialized socket, port 3000, address (any) Wed Jun 15 15:14:38 2005 INITWEB: Waiting for HTTP connections on port 3000 Wed Jun 15 15:14:38 2005 INITWEB: Starting web server Wed Jun 15 15:14:38 2005 THREADMGMT: WEB: Started thread (t2996599728) for web server Wed Jun 15 15:14:38 2005 Listening on [eth0,eth0.1,eth0.1000,eth0.30,eth0.31,eth1,eth3,eth4,eth4.4000,eth5] Wed Jun 15 15:14:38 2005 Loading Plugins Wed Jun 15 15:14:38 2005 Searching for plugins in /usr/local/lib/ntop/plugins Wed Jun 15 15:14:38 2005 THREADMGMT: WEB: Server connection thread running [p6384, t2996599728]... Wed Jun 15 15:14:38 2005 Note: SIGPIPE handler set (ignore) Wed Jun 15 15:14:38 2005 ICMP: Welcome to ICMP Watch. (C) 1999-2004 by Luca Deri Wed Jun 15 15:14:38 2005 WEB: ntop's web server is now processing requests Wed Jun 15 15:14:38 2005 LASTSEEN: Welcome to Host Last Seen. (C) 1999 by Andrea Marangoni Wed Jun 15 15:14:38 2005 NETFLOW: Welcome to NetFlow.(C) 2002-05 by Luca Deri Wed Jun 15 15:14:38 2005 PDA: Welcome to PDA. (C) 2001-2004 by L.Deri and W.Brock Wed Jun 15 15:14:38 2005 RRD: Welcome to Round-Robin Databases. (C) 2002-04 by Luca Deri. Wed Jun 15 15:14:38 2005 SNMP: Welcome to SNMP. (C) 2004 by F.Fusco and G.Giardina Wed Jun 15 15:14:38 2005 SFLOW: Welcome to sFlow.(C) 2002-04 by Luca Deri Wed Jun 15 15:14:38 2005 **WARNING** Unable to load plugin '/usr/local/lib/ntop/plugins/xmldumpPlugin.so' Wed Jun 15 15:14:38 2005 **WARNING** Message is '/usr/local/lib/ntop/plugins/xmldumpPlugin.so: undefined symbol: dumpXML' Wed Jun 15 15:14:38 2005 Calling plugin start functions (if any) Wed Jun 15 15:14:38 2005 RRD: Welcome to the RRD plugin Wed Jun 15 15:14:38 2005 RRD: Mask for new directories is 0700 Wed Jun 15 15:14:38 2005 RRD: Mask for new files is 0066 Wed Jun 15 15:14:38 2005 THREADMGMT: RRD: Started thread (t2987903920) for data collection Wed Jun 15 15:14:38 2005 THREADMGMT: RRD: Data collection thread running [p6384, t2987903920]... Wed Jun 15 15:14:38 2005 Now running as requested user 'nobody' (65534:65534) Wed Jun 15 15:14:38 2005 **WARNING** INIT: Unable to create pid file (/usr/local/var/ntop/ntop.pid)Wed Jun 15 15:14:38 2005 Note: Reporting device initally set to 9 [eth5] Wed Jun 15 15:14:38 2005 THREADMGMT: Started thread (-1315456080) for network packet sniffing on eth0 h0 h0 h0 Wed Jun 15 15:14:38 2005 THREADMGMT: pcapDispatch(eth0) thread running [p6384, t2979511216]... Wed Jun 15 15:14:38 2005 THREADMGMT: Started thread (-1323848784) for network packet sniffing on eth0.1 Wed Jun 15 15:14:38 2005 THREADMGMT: pcapDispatch(eth0.1) thread running [p6384, t2971118512]... Wed Jun 15 15:14:38 2005 THREADMGMT: Started thread (-1332241488) for network packet sniffing on eth0.1000 Wed Jun 15 15:14:38 2005 THREADMGMT: Started thread (-1340634192) for network packet sniffing on eth0.30 Wed Jun 15 15:14:38 2005 THREADMGMT: pcapDispatch(eth0.30) thread running [p6384, t2954333104]... Wed Jun 15 15:14:38 2005 THREADMGMT: Started thread (-1350566992) for network packet sniffing on eth0.31 Wed Jun 15 15:14:38 2005 THREADMGMT: pcapDispatch(eth0.1000) thread running [p6384, t2962725808]...Wed Jun 15 15:14:38 2005 THREADMGMT: Started thread (-1358959696) for network packet sniffing on eth1 Wed Jun 15 15:14:38 2005 THREADMGMT: pcapDispatch(eth1) thread running [p6384, t2936007600]... Wed Jun 15 15:14:38 2005 THREADMGMT: pcapDispatch(eth0.31) thread running [p6384, t2944400304]... Wed Jun 15 15:14:38 2005 THREADMGMT: Started thread (-1367352400) for network packet sniffing on eth3 Wed Jun 15 15:14:38 2005 THREADMGMT: pcapDispatch(eth3) thread running [p6384, t2927614896]... Wed Jun 15 15:14:38 2005 THREADMGMT: Started thread (-1375745104) for network packet sniffing on eth4 Wed Jun 15 15:14:38 2005 THREADMGMT: Started thread (-1384137808) for network packet sniffing on eth4.4000 Wed Jun 15 15:14:38 2005 THREADMGMT: Started thread (-1392530512) for network packet sniffing on eth5 Wed Jun 15 15:14:38 2005 THREADMGMT: pcapDispatch(eth4) thread running [p6384, t2919222192]... Wed Jun 15 15:14:38 2005 THREADMGMT: pcapDispatch(eth4.4000) thread running [p6384, t2910829488]...Wed Jun 15 15:14:38 2005 THREADMGMT: pcapDispatch(eth5) thread running [p6384, t2902436784]... Wed Jun 15 15:41:58 2005 **WARNING** Address resolution queue is full [4096 slots] Wed Jun 15 15:41:58 2005 Addresses in excess won't be resolved - ntop continues Wed Jun 15 17:26:11 2005 NOTE: -L | --use-syslog=facility not specified, child processes will log to the default (24). Wed Jun 15 15:14:38 2005 INITWEB: Initializing tcp/ip socket connections for web server Wed Jun 15 15:14:38 2005 INITWEB: Initialized socket, port 3000, address (any) Wed Jun 15 15:14:38 2005 INITWEB: Waiting for HTTP connections on port 3000 Wed Jun 15 15:14:38 2005 INITWEB: Starting web server Wed Jun 15 15:14:38 2005 THREADMGMT: WEB: Started thread (t2996599728) for web server Wed Jun 15 15:14:38 2005 Listening on [eth0,eth0.1,eth0.1000,eth0.30,eth0.31,eth1,eth3,eth4,eth4.4000,eth5] Wed Jun 15 15:14:38 2005 Loading Plugins Wed Jun 15 15:14:38 2005 Searching for plugins in /usr/local/lib/ntop/plugins Wed Jun 15 15:14:38 2005 THREADMGMT: WEB: Server connection thread running [p6384, t2996599728]... Wed Jun 15 15:14:38 2005 Note: SIGPIPE handler set (ignore) Wed Jun 15 15:14:38 2005 ICMP: Welcome to ICMP Watch. (C) 1999-2004 by Luca Deri Wed Jun 15 15:14:38 2005 WEB: ntop's web server is now processing requests Wed Jun 15 15:14:38 2005 LASTSEEN: Welcome to Host Last Seen. (C) 1999 by Andrea Marangoni Wed Jun 15 15:14:38 2005 NETFLOW: Welcome to NetFlow.(C) 2002-05 by Luca Deri Wed Jun 15 15:14:38 2005 PDA: Welcome to PDA. (C) 2001-2004 by L.Deri and W.Brock Wed Jun 15 15:14:38 2005 RRD: Welcome to Round-Robin Databases. (C) 2002-04 by Luca Deri. Wed Jun 15 15:14:38 2005 SNMP: Welcome to SNMP. (C) 2004 by F.Fusco and G.Giardina Wed Jun 15 15:14:38 2005 SFLOW: Welcome to sFlow.(C) 2002-04 by Luca Deri Wed Jun 15 15:14:38 2005 **WARNING** Unable to load plugin '/usr/local/lib/ntop/plugins/xmldumpPlugin.so' Wed Jun 15 15:14:38 2005 **WARNING** Message is '/usr/local/lib/ntop/plugins/xmldumpPlugin.so: undefined symbol: dumpXML' Wed Jun 15 15:14:38 2005 Calling plugin start functions (if any) Wed Jun 15 15:14:38 2005 RRD: Welcome to the RRD plugin Wed Jun 15 15:14:38 2005 RRD: Mask for new directories is 0700 Wed Jun 15 15:14:38 2005 RRD: Mask for new files is 0066 Wed Jun 15 15:14:38 2005 THREADMGMT: RRD: Started thread (t2987903920) for data collection Wed Jun 15 15:14:38 2005 THREADMGMT: RRD: Data collection thread running [p6384, t2987903920]... Wed Jun 15 15:14:38 2005 Now running as requested user 'nobody' (65534:65534) Wed Jun 15 15:14:38 2005 **WARNING** INIT: Unable to create pid file (/usr/local/var/ntop/ntop.pid)Wed Jun 15 15:14:38 2005 Note: Reporting device initally set to 9 [eth5] Wed Jun 15 15:14:38 2005 THREADMGMT: Started thread (-1315456080) for network packet sniffing on eth0 h0 Wed Jun 15 15:14:38 2005 THREADMGMT: pcapDispatch(eth0) thread running [p6384, t2979511216]... Wed Jun 15 15:14:38 2005 THREADMGMT: Started thread (-1323848784) for network packet sniffing on eth0.1 Wed Jun 15 15:14:38 2005 THREADMGMT: pcapDispatch(eth0.1) thread running [p6384, t2971118512]... Wed Jun 15 15:14:38 2005 THREADMGMT: Started thread (-1332241488) for network packet sniffing on eth0.1000 Wed Jun 15 15:14:38 2005 THREADMGMT: Started thread (-1340634192) for network packet sniffing on eth0.30 Wed Jun 15 15:14:38 2005 THREADMGMT: pcapDispatch(eth0.30) thread running [p6384, t2954333104]... Wed Jun 15 15:14:38 2005 THREADMGMT: Started thread (-1350566992) for network packet sniffing on eth0.31 Wed Jun 15 15:14:38 2005 THREADMGMT: pcapDispatch(eth0.1000) thread running [p6384, t2962725808]...Wed Jun 15 15:14:38 2005 THREADMGMT: Started thread (-1358959696) for network packet sniffing on eth1 Wed Jun 15 15:14:38 2005 THREADMGMT: pcapDispatch(eth1) thread running [p6384, t2936007600]... Wed Jun 15 15:14:38 2005 THREADMGMT: pcapDispatch(eth0.31) thread running [p6384, t2944400304]... Wed Jun 15 15:14:38 2005 THREADMGMT: Started thread (-1367352400) for network packet sniffing on eth3 Wed Jun 15 15:14:38 2005 THREADMGMT: pcapDispatch(eth3) thread running [p6384, t2927614896]... Wed Jun 15 15:14:38 2005 THREADMGMT: Started thread (-1375745104) for network packet sniffing on eth4 Wed Jun 15 15:14:38 2005 THREADMGMT: Started thread (-1384137808) for network packet sniffing on eth4.4000 Wed Jun 15 15:14:38 2005 THREADMGMT: Started thread (-1392530512) for network packet sniffing on eth5 Wed Jun 15 15:14:38 2005 THREADMGMT: pcapDispatch(eth4) thread running [p6384, t2919222192]... Wed Jun 15 15:14:38 2005 THREADMGMT: pcapDispatch(eth4.4000) thread running [p6384, t2910829488]...Wed Jun 15 15:14:38 2005 THREADMGMT: pcapDispatch(eth5) thread running [p6384, t2902436784]... Wed Jun 15 15:41:58 2005 **WARNING** Address resolution queue is full [4096 slots] Wed Jun 15 15:41:58 2005 Addresses in excess won't be resolved - ntop continues Wed Jun 15 17:26:11 2005 NOTE: -L | --use-syslog=facility not specified, child processes will log to the default (24). Wed Jun 15 15:14:38 2005 INITWEB: Initializing tcp/ip socket connections for web server Wed Jun 15 15:14:38 2005 INITWEB: Initialized socket, port 3000, address (any) Wed Jun 15 15:14:38 2005 INITWEB: Waiting for HTTP connections on port 3000 Wed Jun 15 15:14:38 2005 INITWEB: Starting web server Wed Jun 15 15:14:38 2005 THREADMGMT: WEB: Started thread (t2996599728) for web server Wed Jun 15 15:14:38 2005 Listening on [eth0,eth0.1,eth0.1000,eth0.30,eth0.31,eth1,eth3,eth4,eth4.4000,eth5] Wed Jun 15 15:14:38 2005 Loading Plugins Wed Jun 15 15:14:38 2005 Searching for plugins in /usr/local/lib/ntop/plugins Wed Jun 15 15:14:38 2005 THREADMGMT: WEB: Server connection thread running [p6384, t2996599728]... Wed Jun 15 15:14:38 2005 Note: SIGPIPE handler set (ignore) Wed Jun 15 15:14:38 2005 ICMP: Welcome to ICMP Watch. (C) 1999-2004 by Luca Deri Wed Jun 15 15:14:38 2005 WEB: ntop's web server is now processing requests Wed Jun 15 15:14:38 2005 LASTSEEN: Welcome to Host Last Seen. (C) 1999 by Andrea Marangoni Wed Jun 15 15:14:38 2005 NETFLOW: Welcome to NetFlow.(C) 2002-05 by Luca Deri Wed Jun 15 15:14:38 2005 PDA: Welcome to PDA. (C) 2001-2004 by L.Deri and W.Brock Wed Jun 15 15:14:38 2005 RRD: Welcome to Round-Robin Databases. (C) 2002-04 by Luca Deri. Wed Jun 15 15:14:38 2005 SNMP: Welcome to SNMP. (C) 2004 by F.Fusco and G.Giardina Wed Jun 15 15:14:38 2005 SFLOW: Welcome to sFlow.(C) 2002-04 by Luca Deri Wed Jun 15 15:14:38 2005 **WARNING** Unable to load plugin '/usr/local/lib/ntop/plugins/xmldumpPlugin.so' Wed Jun 15 15:14:38 2005 **WARNING** Message is '/usr/local/lib/ntop/plugins/xmldumpPlugin.so: undefined symbol: dumpXML' Wed Jun 15 15:14:38 2005 Calling plugin start functions (if any) Wed Jun 15 15:14:38 2005 RRD: Welcome to the RRD plugin Wed Jun 15 15:14:38 2005 RRD: Mask for new directories is 0700 Wed Jun 15 15:14:38 2005 RRD: Mask for new files is 0066 Wed Jun 15 15:14:38 2005 THREADMGMT: RRD: Started thread (t2987903920) for data collection Wed Jun 15 15:14:38 2005 THREADMGMT: RRD: Data collection thread running [p6384, t2987903920]... Wed Jun 15 15:14:38 2005 Now running as requested user 'nobody' (65534:65534) Wed Jun 15 15:14:38 2005 **WARNING** INIT: Unable to create pid file (/usr/local/var/ntop/ntop.pid)Wed Jun 15 15:14:38 2005 Note: Reporting device initally set to 9 [eth5] Wed Jun 15 15:14:38 2005 THREADMGMT: Started thread (-1315456080) for network packet sniffing on eth0 Wed Jun 15 15:14:38 2005 THREADMGMT: pcapDispatch(eth0) thread running [p6384, t2979511216]... Wed Jun 15 15:14:38 2005 THREADMGMT: Started thread (-1323848784) for network packet sniffing on eth0.1 Wed Jun 15 15:14:38 2005 THREADMGMT: pcapDispatch(eth0.1) thread running [p6384, t2971118512]... Wed Jun 15 15:14:38 2005 THREADMGMT: Started thread (-1332241488) for network packet sniffing on eth0.1000 Wed Jun 15 15:14:38 2005 THREADMGMT: Started thread (-1340634192) for network packet sniffing on eth0.30 Wed Jun 15 15:14:38 2005 THREADMGMT: pcapDispatch(eth0.30) thread running [p6384, t2954333104]... Wed Jun 15 15:14:38 2005 THREADMGMT: Started thread (-1350566992) for network packet sniffing on eth0.31 Wed Jun 15 15:14:38 2005 THREADMGMT: pcapDispatch(eth0.1000) thread running [p6384, t2962725808]...Wed Jun 15 15:14:38 2005 THREADMGMT: Started thread (-1358959696) for network packet sniffing on eth1 Wed Jun 15 15:14:38 2005 THREADMGMT: pcapDispatch(eth1) thread running [p6384, t2936007600]... Wed Jun 15 15:14:38 2005 THREADMGMT: pcapDispatch(eth0.31) thread running [p6384, t2944400304]... Wed Jun 15 15:14:38 2005 THREADMGMT: Started thread (-1367352400) for network packet sniffing on eth3 Wed Jun 15 15:14:38 2005 THREADMGMT: pcapDispatch(eth3) thread running [p6384, t2927614896]... Wed Jun 15 15:14:38 2005 THREADMGMT: Started thread (-1375745104) for network packet sniffing on eth4 Wed Jun 15 15:14:38 2005 THREADMGMT: Started thread (-1384137808) for network packet sniffing on eth4.4000 Wed Jun 15 15:14:38 2005 THREADMGMT: Started thread (-1392530512) for network packet sniffing on eth5 Wed Jun 15 15:14:38 2005 THREADMGMT: pcapDispatch(eth4) thread running [p6384, t2919222192]... Wed Jun 15 15:14:38 2005 THREADMGMT: pcapDispatch(eth4.4000) thread running [p6384, t2910829488]...Wed Jun 15 15:14:38 2005 THREADMGMT: pcapDispatch(eth5) thread running [p6384, t2902436784]... Wed Jun 15 15:41:58 2005 **WARNING** Address resolution queue is full [4096 slots] Wed Jun 15 15:41:58 2005 Addresses in excess won't be resolved - ntop continues Wed Jun 15 17:26:11 2005 NOTE: -L | --use-syslog=facility not specified, child processes will log to the default (24). -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org iD8DBQFCr/u7V0p9slMZLW4RAsQWAJwPH3a8PqxjXjCERV4r4nLgIHHR3ACfaQbj qBsq0VTHax5z9EbciiTw44c= =SPT2 -----END PGP SIGNATURE----- _______________________________________________ Ntop mailing list [email protected] http://listgateway.unipi.it/mailman/listinfo/ntop _______________________________________________ Ntop mailing list [email protected] http://listgateway.unipi.it/mailman/listinfo/ntop
