Riccardo, check if ntop is "really" listening on 3000 port using netstat -nap |grep ntop. If so, you could try to curl http://localhost:3000/ If the page is returned, you might have some firewall (iptables on the machine? Take care also of selinux) betweek you and the ntop machine. Regards, Yuri ############################################### Yuri Francalacci - y...@ntop.org - http://www.ntop.org "Simplicity is the ultimate sophistication" - Leonardo da Vinci ###############################################
On Oct 28, 2011, at 1:05 PM, Riccardo Bortolameotti wrote: > I've got these. As u can see, ntop captures packets. But the problem of > socket persists, and i cant connect from browser to ipserver:3000 (unable to > connect: Firefox can't establish a connection to the server at > 192.168.206.144:3000). > > > [root@james ntop]# rm fingerprint.db macPrefix.db ntop_pw.db prefsCache.db > rm: rimuovere regular file `fingerprint.db'? y > rm: rimuovere regular file `macPrefix.db'? y > rm: rimuovere regular file `ntop_pw.db'? y > rm: rimuovere regular file `prefsCache.db'? y > [root@james ntop]# ntop -u ntop > Fri Oct 28 14:52:03 2011 NOTE: Interface merge enabled by default > Fri Oct 28 14:52:03 2011 Initializing gdbm databases > Fri Oct 28 14:52:03 2011 ntop v.4.1.0 (64 bit) > Fri Oct 28 14:52:03 2011 Configured on Oct 28 2011 14:40:02, built on Oct 28 > 2011 14:40:49. > Fri Oct 28 14:52:03 2011 Copyright 1998-2011 by Luca Deri <d...@ntop.org> > Fri Oct 28 14:52:03 2011 Get the freshest ntop from http://www.ntop.org/ > Fri Oct 28 14:52:03 2011 NOTE: ntop is running from 'ntop' > Fri Oct 28 14:52:03 2011 NOTE: (but see warning on man page for the > --instance parameter) > Fri Oct 28 14:52:03 2011 NOTE: ntop libraries are in '/usr/local/lib' > Fri Oct 28 14:52:03 2011 Initializing ntop > Fri Oct 28 14:52:03 2011 No default device configured. Using eth0 > Fri Oct 28 14:52:03 2011 Checking eth0 for additional devices > Fri Oct 28 14:52:03 2011 Resetting traffic statistics for device eth0 > Fri Oct 28 14:52:03 2011 Initializing device eth0 (0) > Fri Oct 28 14:52:03 2011 DLT: Device 0 [eth0] is 1, mtu 1514, header 14 > Fri Oct 28 14:52:03 2011 Initialized events [mask: 0][path: <none>] > Fri Oct 28 14:52:03 2011 Initializing gdbm databases > Fri Oct 28 14:52:03 2011 VENDOR: Loading MAC address table. > Fri Oct 28 14:52:03 2011 VENDOR: Checking for MAC address table file > Fri Oct 28 14:52:03 2011 VENDOR: Loading newer file > '/usr/local/etc/ntop/specialMAC.txt.gz' > Fri Oct 28 14:52:03 2011 VENDOR: ...found 61 lines > Fri Oct 28 14:52:03 2011 VENDOR: ...loaded 59 records > Fri Oct 28 14:52:03 2011 VENDOR: Checking for MAC address table file > Fri Oct 28 14:52:03 2011 VENDOR: Loading newer file > '/usr/local/etc/ntop/oui.txt.gz' > Fri Oct 28 14:52:04 2011 VENDOR: ...found 79133 lines > Fri Oct 28 14:52:04 2011 VENDOR: ...loaded 12449 records > Fri Oct 28 14:52:04 2011 Fingerprint: Loading signature file > Fri Oct 28 14:52:04 2011 Fingerprint: Checking for Fingerprint file... file > Fri Oct 28 14:52:04 2011 Fingerprint: Loading file > '/usr/local/etc/ntop/etter.finger.os.gz' > Fri Oct 28 14:52:04 2011 Fingerprint: ...loaded 1765 records > Fri Oct 28 14:52:04 2011 Initializing external applications > Fri Oct 28 14:52:04 2011 THREADMGMT[t140263080642304]: SFP: Started thread > for fingerprinting > Fri Oct 28 14:52:04 2011 THREADMGMT[t140263080642304]: SFP: Fingerprint scan > thread starting [p1245] > Fri Oct 28 14:52:04 2011 THREADMGMT[t140263070152448]: SIH: Started thread > for idle hosts detection > Fri Oct 28 14:52:04 2011 THREADMGMT[t140263059662592]: DNSAR(1): Started > thread for DNS address resolution > Fri Oct 28 14:52:04 2011 THREADMGMT[t140263059662592]: DNSAR(1): Address > resolution thread running > Fri Oct 28 14:52:04 2011 THREADMGMT[t140263049172736]: DNSAR(2): Started > thread for DNS address resolution > Fri Oct 28 14:52:04 2011 THREADMGMT[t140263070152448]: SIH: Idle host scan > thread starting [p1245] > Fri Oct 28 14:52:04 2011 THREADMGMT[t140263049172736]: DNSAR(2): Address > resolution thread running > Fri Oct 28 14:52:04 2011 THREADMGMT[t140262827357952]: DNSAR(3): Started > thread for DNS address resolution > Fri Oct 28 14:52:04 2011 THREADMGMT[t140262827357952]: DNSAR(3): Address > resolution thread running > Fri Oct 28 14:52:04 2011 Calling plugin start functions (if any) > Fri Oct 28 14:52:04 2011 GeoIP: loaded config file > /usr/local/etc/ntop/GeoLiteCity.dat > Fri Oct 28 14:52:04 2011 GeoIP: loaded ASN config file > /usr/local/etc/ntop/GeoIPASNum.dat > Fri Oct 28 14:52:04 2011 INITWEB: Initializing web server > > > ntop startup - waiting for user response! > > > Please enter the password for the admin user: > Please enter the password again: > Fri Oct 28 14:52:10 2011 Admin user password has been set > Fri Oct 28 14:52:10 2011 INITWEB: Initializing TCP/IP socket connections for > web server > Fri Oct 28 14:52:10 2011 INITWEB: Initialized socket, port 3000, address > (any) > Fri Oct 28 14:52:10 2011 INITWEB: Waiting for HTTP connections on port 3000 > Fri Oct 28 14:52:10 2011 INITWEB: Starting web server > Fri Oct 28 14:52:10 2011 THREADMGMT[t140262816868096]: INITWEB: Started > thread for web server > Fri Oct 28 14:52:10 2011 Listening on [eth0] > Fri Oct 28 14:52:10 2011 THREADMGMT[t140262816868096]: WEB: Server > connection thread starting [p1245] > Fri Oct 28 14:52:10 2011 Note: SIGPIPE handler set (ignore) > Fri Oct 28 14:52:10 2011 THREADMGMT[t140262816868096]: WEB: Server > connection thread running [p1245] > Fri Oct 28 14:52:10 2011 WEB: ntop's web server is now processing requests > Fri Oct 28 14:52:10 2011 Loading Plugins > Fri Oct 28 14:52:10 2011 Searching for plugins in /usr/local/lib/ntop/plugins > Fri Oct 28 14:52:10 2011 SFLOW: Welcome to sFlow.(C) 2002-11 by Luca Deri > Fri Oct 28 14:52:10 2011 CPACKET: Welcome to cPacket.(C) 2008 by Luca Deri > Fri Oct 28 14:52:10 2011 ICMP: Welcome to ICMPWatch. (C) 1999-2005 by Luca > Deri > Fri Oct 28 14:52:10 2011 NETFLOW: Welcome to NetFlow.(C) 2002-11 by Luca Deri > Fri Oct 28 14:52:10 2011 RRD: Welcome to Round-Robin Database. (C) 2002-11 > by Luca Deri. > Fri Oct 28 14:52:10 2011 Calling plugin start functions (if any) > Fri Oct 28 14:52:10 2011 RRD: Welcome to the RRD plugin > Fri Oct 28 14:52:10 2011 RRD: Mask for new directories is 0700 > Fri Oct 28 14:52:10 2011 RRD: Mask for new files is 0066 > Fri Oct 28 14:52:10 2011 THREADMGMT: RRD: Started thread (t140262804150016) > for data collection > Fri Oct 28 14:52:10 2011 THREADMGMT[t140262804150016]: RRD: Data collection > thread starting [p1245] > Fri Oct 28 14:52:10 2011 INIT: Created pid file (/var/run/ntop.pid) > Fri Oct 28 14:52:10 2011 THREADMGMT[t140263193413696]: ntop RUNSTATE: > INITNONROOT(3) > Fri Oct 28 14:52:10 2011 Now running as requested user 'ntop' (497:497) > Fri Oct 28 14:52:10 2011 Note: Reporting device initally set to 0 [eth0] > (merged) > Fri Oct 28 14:52:10 2011 THREADMGMT[t140263080642304]: SFP: Fingerprint scan > thread running [p1245] > Fri Oct 28 14:52:10 2011 THREADMGMT[t140263070152448]: SIH: Idle host scan > thread running [p1245] > Fri Oct 28 14:52:10 2011 THREADMGMT[t140263193413696]: ntop RUNSTATE: RUN(4) > Fri Oct 28 14:52:10 2011 THREADMGMT[t140262793660160]: NPS(1): Started > thread for network packet sniffing [eth0] > Fri Oct 28 14:52:10 2011 THREADMGMT[t140262793660160]: NPS(eth0): > pcapDispatch thread starting [p1245] > Fri Oct 28 14:52:10 2011 THREADMGMT[t140262793660160]: NPS(eth0): > pcapDispatch thread running [p1245] > Fri Oct 28 14:52:15 2011 CHKVER: > **********************PRIVACY**NOTICE********************** > Fri Oct 28 14:52:15 2011 CHKVER: * ntop instances may record individually > identifiable * > Fri Oct 28 14:52:15 2011 CHKVER: * information on a remote system as part of > the version * > Fri Oct 28 14:52:15 2011 CHKVER: * check. > * > Fri Oct 28 14:52:15 2011 CHKVER: * > * > Fri Oct 28 14:52:15 2011 CHKVER: * You have requested - via the > --skip-version-check * > Fri Oct 28 14:52:15 2011 CHKVER: * option that this check be skipped and so > no * > Fri Oct 28 14:52:15 2011 CHKVER: * individually identifiable information > will be recorded. * > Fri Oct 28 14:52:15 2011 CHKVER: * > * > Fri Oct 28 14:52:15 2011 CHKVER: * In general, we ask you to permit this > check because it * > Fri Oct 28 14:52:15 2011 CHKVER: * benefits both the users and developers of > ntop. * > Fri Oct 28 14:52:15 2011 CHKVER: * > * > Fri Oct 28 14:52:15 2011 CHKVER: * Review the man ntop page for more > information. * > Fri Oct 28 14:52:15 2011 CHKVER: * > * > Fri Oct 28 14:52:15 2011 CHKVER: > **********************PRIVACY**NOTICE********************** > Fri Oct 28 14:52:15 2011 CHKVER: Checking current ntop version at > version.ntop.org/version.xml > Fri Oct 28 14:52:20 2011 THREADMGMT[t140262778844928]: RRD: Started thread > for throughput data collection > Fri Oct 28 14:52:20 2011 THREADMGMT[t140262778844928]: RRD: Throughput data > collection: Thread starting [p1245] > Fri Oct 28 14:52:20 2011 THREADMGMT[t140262804150016]: RRD: Data collection > thread running [p1245] > Fri Oct 28 14:52:20 2011 THREADMGMT[t140262778844928]: RRD: Throughput data > collection: Thread running [p1245] > Fri Oct 28 14:52:36 2011 **ERROR** CHKVER: Unable to connect socket: > Connection timed out(110) > ^CFri Oct 28 14:54:03 2011 CLEANUP[t140263193413696]: ntop caught signal 2 > [state=4] > Fri Oct 28 14:54:03 2011 THREADMGMT[t140263193413696]: ntop RUNSTATE: > SHUTDOWN(7) > Fri Oct 28 14:54:03 2011 CLEANUP[t140263193413696] catching thread is unknown > Fri Oct 28 14:54:03 2011 CLEANUP: Running threads SFP SIH WEB DNSAR1 DNSAR2 > DNSAR3 NPS(eth0) > Fri Oct 28 14:54:03 2011 Joining thread DNSAR1 > Fri Oct 28 14:54:03 2011 THREADMGMT[t140263059662592]: DNSAR(1): Address > resolution thread terminated [p1245] > Fri Oct 28 14:54:03 2011 THREADMGMT[t140263049172736]: DNSAR(2): Address > resolution thread terminated [p1245] > Fri Oct 28 14:54:03 2011 Joining thread DNSAR2 > Fri Oct 28 14:54:03 2011 Joining thread DNSAR3 > Fri Oct 28 14:54:03 2011 THREADMGMT[t140262827357952]: DNSAR(3): Address > resolution thread terminated [p1245] > Fri Oct 28 14:54:03 2011 STATS: 3,206 packets received by filter on eth0 > Fri Oct 28 14:54:03 2011 STATS: 3 packets dropped (according to libpcap) > Fri Oct 28 14:54:03 2011 STATS: 0 packets dropped (by ntop) > Fri Oct 28 14:54:03 2011 Joining thread NPS(eth0) [t140262793660160] > Fri Oct 28 14:54:03 2011 THREADMGMT[t140262793660160]: NPS(eth0): > pcapDispatch thread terminated [p1245] > Fri Oct 28 14:54:03 2011 CLEANUP: Locking purge mutex (may block for a > little while) > Fri Oct 28 14:54:03 2011 CLEANUP: Locked purge mutex, continuing shutdown > Fri Oct 28 14:54:03 2011 CLEANUP: Continues (still running SFP SIH WEB) > Fri Oct 28 14:54:03 2011 FREE_HOST: Start, 1 device(s) > Fri Oct 28 14:54:03 2011 FREE_HOST: End, freed 0 > Fri Oct 28 14:54:03 2011 PLUGIN_TERM: Unloading plugins (if any) > Fri Oct 28 14:54:03 2011 RRD: Shutting down, locking mutex (may block for a > little while) > Fri Oct 28 14:54:03 2011 THREADMGMT[t140263193413696]: RRD: > killThread(rrdThread) succeeded > Fri Oct 28 14:54:03 2011 THREADMGMT[t140263193413696]: RRD: > killThread(rrdTrafficThread) succeeded > Fri Oct 28 14:54:03 2011 THREADMGMT[t140263193413696]: RRD: Plugin shutdown > continuing > Fri Oct 28 14:54:03 2011 RRD: Thanks for using the rrdPlugin > Fri Oct 28 14:54:03 2011 RRD: Done > Fri Oct 28 14:54:03 2011 CLEANUP: Freeing device eth0 > Fri Oct 28 14:54:03 2011 **WARNING** TERM: Unable to remove pid file > (/var/run/ntop.pid) > Fri Oct 28 14:54:03 2011 CLEANUP: Clean up complete > Fri Oct 28 14:54:03 2011 THREADMGMT[t140263193413696]: ntop RUNSTATE: TERM(8) > Fri Oct 28 14:54:03 2011 CLEANUP[t140263193413696]: Still running threads > SFP SIH WEB > Fri Oct 28 14:54:03 2011 =================================== > Fri Oct 28 14:54:03 2011 ntop is shutdown... > Fri Oct 28 14:54:03 2011 =================================== > > 2011/10/28 Riccardo Bortolameotti <r.bortolameo...@gmail.com> > Ok my bad. I've the same problem anyway (first start too). :/ > > > 2011/10/28 Riccardo Bortolameotti <r.bortolameo...@gmail.com> > Well, maybe u're right, but i didnt solved. Because i reinstalled (from > binary) ntop, reconfigured etc.. When i run it for the first time i've not > problems. But if i stop it with CTRL+C, everytime i restart ntop i have the > same problem (ERROR unable to socket .......). > > any ideas to solve it? > > > 2011/10/28 Gary Gatten <ggat...@waddell.com> > Ps -ef : grep ntop. Kill whatever ntop process is already running. > > From: Riccardo Bortolameotti [mailto:r.bortolameo...@gmail.com] > Sent: Friday, October 28, 2011 04:21 AM > To: n...@unipi.it <n...@unipi.it> > Subject: Re: [Ntop] **ERROR** CHKVER: Unable to connect socket: Connection > timed out(110) > > I tried with -P /dir/ and with -u root.. too but i've the same problem. > 2011/10/28 Gary Gatten <ggat...@waddell.com> > Looks like you may be trying to start multiple instances of ntop without > specifying a unique directory for each with "-P". Or maybe file system > permissions. > > From: Riccardo Bortolameotti [mailto:r.bortolameo...@gmail.com] > Sent: Friday, October 28, 2011 03:58 AM > To: Ntop@listgateway.unipi.it <Ntop@listgateway.unipi.it> > Subject: [Ntop] **ERROR** CHKVER: Unable to connect socket: Connection timed > out(110) > > Hi, > > i've got a problem. When i try to start ntop from remote, i've problems with > socket. I'm connected with this server with ssh. Is it a problem of the > server (web connection)? > > > [root@james ~]# ntop --skip-version-check yes -u root > Fri Oct 28 12:45:43 2011 NOTE: Interface merge enabled by default > Fri Oct 28 12:45:43 2011 Initializing gdbm databases > Fri Oct 28 12:45:43 2011 **ERROR** ....open of > /usr/local/var/ntop/prefsCache.db failed: Can't be writer > Fri Oct 28 12:45:43 2011 Possible solution: please use '-P <directory>' > Fri Oct 28 12:45:43 2011 **FATAL_ERROR** GDBM open failed, ntop shutting > down... > Fri Oct 28 12:45:43 2011 CLEANUP[t139672072771648]: ntop caught signal 2 > [state=2] > Fri Oct 28 12:45:43 2011 ntop is now quitting... > [root@james ~]# ntop --skip-version-check yes -u root > Fri Oct 28 12:46:03 2011 NOTE: Interface merge enabled by default > Fri Oct 28 12:46:03 2011 Initializing gdbm databases > Fri Oct 28 12:46:03 2011 ntop v.4.1.0 (64 bit) > Fri Oct 28 12:46:03 2011 Configured on Oct 17 2011 18:05:05, built on Oct 17 > 2011 18:05:43. > Fri Oct 28 12:46:03 2011 Copyright 1998-2011 by Luca Deri <d...@ntop.org> > Fri Oct 28 12:46:03 2011 Get the freshest ntop from http://www.ntop.org/ > Fri Oct 28 12:46:03 2011 NOTE: ntop is running from 'ntop' > Fri Oct 28 12:46:03 2011 NOTE: (but see warning on man page for the > --instance parameter) > Fri Oct 28 12:46:03 2011 NOTE: ntop libraries are in '/usr/local/lib' > Fri Oct 28 12:46:03 2011 Initializing ntop > Fri Oct 28 12:46:04 2011 Checking eth0 for additional devices > Fri Oct 28 12:46:04 2011 Resetting traffic statistics for device eth0 > Fri Oct 28 12:46:04 2011 Initializing device eth0 (0) > Fri Oct 28 12:46:04 2011 DLT: Device 0 [eth0] is 1, mtu 1514, header 14 > Fri Oct 28 12:46:04 2011 Initialized events [mask: 0][path: ] > Fri Oct 28 12:46:04 2011 Initializing gdbm databases > Fri Oct 28 12:46:04 2011 VENDOR: Loading MAC address table. > Fri Oct 28 12:46:04 2011 VENDOR: Checking for MAC address table file > Fri Oct 28 12:46:04 2011 VENDOR: File > '/usr/local/etc/ntop/specialMAC.txt.gz' does not need to be reloaded > Fri Oct 28 12:46:04 2011 VENDOR: ntop continues ok > Fri Oct 28 12:46:04 2011 VENDOR: Checking for MAC address table file > Fri Oct 28 12:46:04 2011 VENDOR: File '/usr/local/etc/ntop/oui.txt.gz' does > not need to be reloaded > Fri Oct 28 12:46:04 2011 VENDOR: ntop continues ok > Fri Oct 28 12:46:04 2011 Fingerprint: Loading signature file > Fri Oct 28 12:46:04 2011 Fingerprint: Checking for Fingerprint file... file > Fri Oct 28 12:46:04 2011 Fingerprint: Loading file > '/usr/local/etc/ntop/etter.finger.os.gz' > Fri Oct 28 12:46:04 2011 Fingerprint: ...loaded 1765 records > Fri Oct 28 12:46:04 2011 Initializing external applications > Fri Oct 28 12:46:04 2011 THREADMGMT[t140648351217408]: SFP: Started thread > for fingerprinting > Fri Oct 28 12:46:04 2011 THREADMGMT[t140648351217408]: SFP: Fingerprint scan > thread starting [p17859] > Fri Oct 28 12:46:04 2011 THREADMGMT[t140648340727552]: SIH: Started thread > for idle hosts detection > Fri Oct 28 12:46:04 2011 THREADMGMT[t140648340727552]: SIH: Idle host scan > thread starting [p17859] > Fri Oct 28 12:46:04 2011 THREADMGMT[t140648330237696]: DNSAR(1): Address > resolution thread running > Fri Oct 28 12:46:04 2011 THREADMGMT[t140648330237696]: DNSAR(1): Started > thread for DNS address resolution > Fri Oct 28 12:46:04 2011 THREADMGMT[t140648319747840]: DNSAR(2): Started > thread for DNS address resolution > Fri Oct 28 12:46:04 2011 THREADMGMT[t140648099346176]: DNSAR(3): Started > thread for DNS address resolution > Fri Oct 28 12:46:04 2011 Calling plugin start functions (if any) > Fri Oct 28 12:46:04 2011 THREADMGMT[t140648319747840]: DNSAR(2): Address > resolution thread running > Fri Oct 28 12:46:04 2011 GeoIP: loaded config file > /usr/local/etc/ntop/GeoLiteCity.dat > Fri Oct 28 12:46:04 2011 GeoIP: loaded ASN config file > /usr/local/etc/ntop/GeoIPASNum.dat > Fri Oct 28 12:46:04 2011 INITWEB: Initializing web server > Fri Oct 28 12:46:04 2011 INITWEB: Initializing TCP/IP socket connections for > web server > Fri Oct 28 12:46:04 2011 INITWEB: Initialized socket, port 3000, address > (any) > Fri Oct 28 12:46:04 2011 INITWEB: Waiting for HTTP connections on port 3000 > Fri Oct 28 12:46:04 2011 INITWEB: Starting web server > Fri Oct 28 12:46:04 2011 THREADMGMT[t140648088856320]: INITWEB: Started > thread for web server > Fri Oct 28 12:46:04 2011 Listening on [eth0] > Fri Oct 28 12:46:04 2011 THREADMGMT[t140648099346176]: DNSAR(3): Address > resolution thread running > Fri Oct 28 12:46:04 2011 THREADMGMT[t140648088856320]: WEB: Server > connection thread starting [p17859] > Fri Oct 28 12:46:04 2011 Loading Plugins > Fri Oct 28 12:46:04 2011 Note: SIGPIPE handler set (ignore) > Fri Oct 28 12:46:04 2011 THREADMGMT[t140648088856320]: WEB: Server > connection thread running [p17859] > Fri Oct 28 12:46:04 2011 Searching for plugins in /usr/local/lib/ntop/plugins > Fri Oct 28 12:46:04 2011 WEB: ntop's web server is now processing requests > Fri Oct 28 12:46:04 2011 SFLOW: Welcome to sFlow.(C) 2002-11 by Luca Deri > Fri Oct 28 12:46:04 2011 CPACKET: Welcome to cPacket.(C) 2008 by Luca Deri > Fri Oct 28 12:46:04 2011 ICMP: Welcome to ICMPWatch. (C) 1999-2005 by Luca > Deri > Fri Oct 28 12:46:04 2011 NETFLOW: Welcome to NetFlow.(C) 2002-11 by Luca Deri > Fri Oct 28 12:46:04 2011 RRD: Welcome to Round-Robin Database. (C) 2002-11 > by Luca Deri. > Fri Oct 28 12:46:04 2011 Calling plugin start functions (if any) > Fri Oct 28 12:46:04 2011 RRD: Welcome to the RRD plugin > Fri Oct 28 12:46:04 2011 RRD: Mask for new directories is 0700 > Fri Oct 28 12:46:04 2011 RRD: Mask for new files is 0066 > Fri Oct 28 12:46:04 2011 THREADMGMT: RRD: Started thread (t140648073967360) > for data collection > Fri Oct 28 12:46:04 2011 THREADMGMT[t140648073967360]: RRD: Data collection > thread starting [p17859] > Fri Oct 28 12:46:04 2011 INIT: Created pid file (/var/run/ntop.pid) > Fri Oct 28 12:46:04 2011 Now running as requested user 'root' (0:0) > Fri Oct 28 12:46:04 2011 Note: Reporting device initally set to 0 [eth0] > (merged) > Fri Oct 28 12:46:04 2011 THREADMGMT[t140648463988800]: ntop RUNSTATE: RUN(4) > Fri Oct 28 12:46:04 2011 THREADMGMT[t140648063477504]: NPS(1): Started > thread for network packet sniffing [eth0] > Fri Oct 28 12:46:04 2011 THREADMGMT[t140648063477504]: NPS(eth0): > pcapDispatch thread starting [p17859] > Fri Oct 28 12:46:04 2011 THREADMGMT[t140648340727552]: SIH: Idle host scan > thread running [p17859] > Fri Oct 28 12:46:04 2011 THREADMGMT[t140648351217408]: SFP: Fingerprint scan > thread running [p17859] > Fri Oct 28 12:46:04 2011 THREADMGMT[t140648063477504]: NPS(eth0): > pcapDispatch thread running [p17859] > Fri Oct 28 12:46:09 2011 CHKVER: Checking current ntop version at > version.ntop.org/version.xml > Fri Oct 28 12:46:14 2011 THREADMGMT[t140648050784000]: RRD: Started thread > for throughput data collection > Fri Oct 28 12:46:14 2011 THREADMGMT[t140648050784000]: RRD: Throughput data > collection: Thread starting [p17859] > Fri Oct 28 12:46:14 2011 THREADMGMT[t140648073967360]: RRD: Data collection > thread running [p17859] > Fri Oct 28 12:46:14 2011 THREADMGMT[t140648050784000]: RRD: Throughput data > collection: Thread running [p17859] > Fri Oct 28 12:46:30 2011 **ERROR** CHKVER: Unable to connect socket: > Connection timed out(110) > > [root@james ~]# netstat -tulpn | grep :3000 > tcp 0 0 0.0.0.0:3000 0.0.0.0:* > LISTEN 17796/ntop > "This email is intended to be reviewed by only the intended recipient and may > contain information that is privileged and/or confidential. If you are not > the intended recipient, you are hereby notified that any review, use, > dissemination, disclosure or copying of this email and its attachments, if > any, is strictly prohibited. If you have received this email in error, please > immediately notify the sender by return email and delete this email from your > system." > _______________________________________________ > Ntop mailing list > Ntop@listgateway.unipi.it > http://listgateway.unipi.it/mailman/listinfo/ntop > > > "This email is intended to be reviewed by only the intended recipient and may > contain information that is privileged and/or confidential. If you are not > the intended recipient, you are hereby notified that any review, use, > dissemination, disclosure or copying of this email and its attachments, if > any, is strictly prohibited. If you have received this email in error, please > immediately notify the sender by return email and delete this email from your > system." > > _______________________________________________ > Ntop mailing list > Ntop@listgateway.unipi.it > http://listgateway.unipi.it/mailman/listinfo/ntop > > > > > _______________________________________________ > Ntop mailing list > Ntop@listgateway.unipi.it > http://listgateway.unipi.it/mailman/listinfo/ntop
_______________________________________________ Ntop mailing list Ntop@listgateway.unipi.it http://listgateway.unipi.it/mailman/listinfo/ntop