> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
> Gary Gatten
> Sent: Wednesday, April 23, 2008 11:58 AM
> To: [email protected]
> Subject: Re: [Ntop] Segfault on Fedora 8
> 
> Try disabling rrd first, and then all other plugins.  I've had segfault
> issues and am pretty confident they are related to rrd - or at least
> the majority of them.

Thanks for the suggestions.

At the risk of sounding like an idiot, how do I disable RRD?  I don't see a
runtime option, and a review of the docs doesn't present any immediate
option to pass at build time.  I'm clearly missing something...

I did build with --disable-plugins, with no change in the problem.

> Other than that - not sure if I can help much.  Maybe check out line
> 6551 in util.c (and adjacent lines) and see what that block of code is
> trying to do.  

Yeah, did that.  But it doesn't make a lot of sense to me.  I'm a perl guy,
but I want this to work badly enough that I may start learning more C just
to get this working...

I only know a LITTLE programming and C is not my strong
> area, so I need help making sense of a lot of this as well.
> 
> Gary
> 
> 
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
> Brock Kuhse
> Sent: Wednesday, April 23, 2008 1:45 PM
> To: [email protected]
> Subject: [Ntop] Segfault on Fedora 8
> 
> This is a fresh installation (yesterday) of ntop v3.3.5 compiled from
> SVN on
> a machine running Fedora 8.  After NTOP has been running for a variable
> amount of time, say 5 to 30 minutes, it segfaults.  I've attempted to
> find a
> pattern in the timing of the segfaults, but have been unsuccessful so
> far.
> 
> I've attempted (correctly, I hope) to run ntop through gdb (the output
> from
> which I've copied below).  Please let me know if I can provide
> additional
> information.  I searched through the NTOP site looking for
> troubleshooting
> information, but found very little relevant data - maybe I'm just
> looking on
> the wrong place?  A "RTFM" response would be just fine - if I know
> where
> the
> relevant "FM" is.
> 
> I attempted to install the various debug packages via yum, but I'm
> still
> getting warnings at the end in addition to some odd mismatches at the
> beginning.  This problem with the debug packages is something I can
> attempt
> to remedy if it can help diagnose the problem.
> 
> Thank you for any and all help.
> 
> - Brock
> 
> GDB dump:
> 
> [EMAIL PROTECTED] ~> gdb --args /usr/local/bin/ntop
> GNU gdb Red Hat Linux (6.6-45.fc8rh)
> Copyright (C) 2006 Free Software Foundation, Inc.
> GDB is free software, covered by the GNU General Public License, and
> you
> are
> welcome to change it and/or distribute copies of it under certain
> conditions.
> Type "show copying" to see the conditions.
> There is absolutely no warranty for GDB.  Type "show warranty" for
> details.
> This GDB was configured as "i386-redhat-linux-gnu"...
> Using host libthread_db library "/lib/libthread_db.so.1".
> (gdb) set arg -u ntop -i eth0,eth1 -t 6 -K
> (gdb) run
> Starting program: /usr/local/bin/ntop -u ntop -i eth0,eth1 -t 6 -K
> [Thread debugging using libthread_db enabled]
> warning: the debug information found in
> "/usr/lib/debug//usr/lib/librrd_th.so.2.0.10.debug" does not match
> "/usr/lib/librrd_th.so.2" (CRC mismatch).
> 
> warning: the debug information found in
> "/usr/lib/debug//usr/lib/libgssapi_krb5.so.2.2.debug" does not match
> "/usr/lib/libgssapi_krb5.so.2" (CRC mismatch).
> 
> warning: the debug information found in
> "/usr/lib/debug//usr/lib/libkrb5.so.3.3.debug" does not match
> "/usr/lib/libkrb5.so.3" (CRC mismatch).
> 
> warning: the debug information found in
> "/usr/lib/debug//lib/libcom_err.so.2.1.debug" does not match
> "/lib/libcom_err.so.2" (CRC mismatch).
> 
> warning: the debug information found in
> "/usr/lib/debug//usr/lib/libk5crypto.so.3.1.debug" does not match
> "/usr/lib/libk5crypto.so.3" (CRC mismatch).
> 
> warning: the debug information found in
> "/usr/lib/debug//usr/lib/libkrb5support.so.0.1.debug" does not match
> "/usr/lib/libkrb5support.so.0" (CRC mismatch).
> 
> warning: the debug information found in
> "/usr/lib/debug//lib/libselinux.so.1.debug" does not match
> "/lib/libselinux.so.1" (CRC mismatch).
> 
> warning: the debug information found in
> "/usr/lib/debug//usr/lib/libxcb-xlib.so.0.0.0.debug" does not match
> "/usr/lib/libxcb-xlib.so.0" (CRC mismatch).
> 
> warning: the debug information found in
> "/usr/lib/debug//usr/lib/libxcb.so.1.0.0.debug" does not match
> "/usr/lib/libxcb.so.1" (CRC mismatch).
> 
> Wed Apr 23 11:34:22 2008  NOTE: Interface merge enabled by default
> [New Thread -1208399584 (LWP 3110)]
> Wed Apr 23 11:34:22 2008  [globals-core.c:98] Initializing gdbm
> databases
> Wed Apr 23 11:34:22 2008  [initialize.c:913] Opening database
> '/usr/local/var/ntop/prefsCache.db'
> Wed Apr 23 11:34:22 2008  [initialize.c:913] Opening database
> '/usr/local/var/ntop/ntop_pw.db'
> Wed Apr 23 11:34:22 2008  [prefs.c:234] NOTE: Reading preferences file
> entries
> Wed Apr 23 11:34:22 2008  [prefs.c:280] NOTE: Processing parameters
> (pass2)
> Wed Apr 23 11:34:22 2008  [main.c:550] ntop v.3.3.5
> Wed Apr 23 11:34:22 2008  [main.c:551] Configured on Apr 22 2008
> 17:52:26,
> built on Apr 22 2008 17:53:55.
> Wed Apr 23 11:34:22 2008  [main.c:552] Copyright 1998-2007 by Luca Deri
> <[EMAIL PROTECTED]>
> Wed Apr 23 11:34:22 2008  [main.c:553] Get the freshest ntop from
> http://www.ntop.org/
> Wed Apr 23 11:34:22 2008  [main.c:557] NOTE: ntop is running from
> '/usr/local/bin'
> Wed Apr 23 11:34:22 2008  [main.c:558] NOTE: (but see warning on man
> page
> for the --instance parameter)
> Wed Apr 23 11:34:22 2008  [main.c:560] NOTE: ntop libraries are in
> '/usr/local/lib'
> Wed Apr 23 11:34:22 2008  [main.c:566] Initializing ntop
> Wed Apr 23 11:34:22 2008  [initialize.c:116] Initializing IP services
> Wed Apr 23 11:34:22 2008  [initialize.c:1504] Initializing network
> devices
> [eth0,eth1]
> Wed Apr 23 11:34:22 2008  [initialize.c:1560] Found interface [index=0]
> 'eth0'
> Wed Apr 23 11:34:22 2008  [initialize.c:1560] Found interface [index=1]
> 'eth1'
> Wed Apr 23 11:34:22 2008  [initialize.c:1560] Found interface [index=2]
> 'any'
> Wed Apr 23 11:34:22 2008  [initialize.c:1560] Found interface [index=3]
> 'lo'
> Wed Apr 23 11:34:22 2008  [initialize.c:1616] Checking requested device
> 'eth0'
> Wed Apr 23 11:34:22 2008  [initialize.c:1113] Adding network device
> eth0
> Wed Apr 23 11:34:22 2008  [initialize.c:1329] Interface 'eth0' (netmask
> 255.255.255.248) computed network size is 208 hosts
> Wed Apr 23 11:34:22 2008  [initialize.c:1344] MEMORY: ipTrafficMatrix
> base
> (no TrafficEntry) for interface 'eth0' is  0.22MB
> Wed Apr 23 11:34:22 2008  [initialize.c:1436] Checking eth0 for
> additional
> devices
> Wed Apr 23 11:34:22 2008  [initialize.c:1442] Checking eth0:0
> Wed Apr 23 11:34:22 2008  [initialize.c:1442] Checking eth0:1
> Wed Apr 23 11:34:22 2008  [initialize.c:1442] Checking eth0:2
> Wed Apr 23 11:34:22 2008  [initialize.c:1442] Checking eth0:3
> Wed Apr 23 11:34:22 2008  [initialize.c:1442] Checking eth0:4
> Wed Apr 23 11:34:22 2008  [initialize.c:1442] Checking eth0:5
> Wed Apr 23 11:34:22 2008  [initialize.c:1442] Checking eth0:6
> Wed Apr 23 11:34:22 2008  [initialize.c:1442] Checking eth0:7
> Wed Apr 23 11:34:22 2008  [initialize.c:762] Resetting traffic
> statistics
> for device eth0
> Wed Apr 23 11:34:22 2008  [initialize.c:1055] Initializing device eth0
> (0)
> Wed Apr 23 11:34:22 2008  [initialize.c:1763] DLT: Device 0 [eth0] is
> 1,
> mtu
> 1514, header 14
> Wed Apr 23 11:34:22 2008  [initialize.c:1616] Checking requested device
> 'eth1'
> Wed Apr 23 11:34:22 2008  [initialize.c:1113] Adding network device
> eth1
> Wed Apr 23 11:34:22 2008  [initialize.c:1329] Interface 'eth1' (netmask
> 255.255.255.0) computed network size is 606 hosts
> Wed Apr 23 11:34:22 2008  [initialize.c:1344] MEMORY: ipTrafficMatrix
> base
> (no TrafficEntry) for interface 'eth1' is  1.45MB
> Wed Apr 23 11:34:22 2008  [initialize.c:1436] Checking eth1 for
> additional
> devices
> Wed Apr 23 11:34:22 2008  [initialize.c:1442] Checking eth1:0
> Wed Apr 23 11:34:22 2008  [initialize.c:1442] Checking eth1:1
> Wed Apr 23 11:34:22 2008  [initialize.c:1442] Checking eth1:2
> Wed Apr 23 11:34:22 2008  [initialize.c:1442] Checking eth1:3
> Wed Apr 23 11:34:22 2008  [initialize.c:1442] Checking eth1:4
> Wed Apr 23 11:34:22 2008  [initialize.c:1442] Checking eth1:5
> Wed Apr 23 11:34:22 2008  [initialize.c:1442] Checking eth1:6
> Wed Apr 23 11:34:22 2008  [initialize.c:1442] Checking eth1:7
> Wed Apr 23 11:34:22 2008  [initialize.c:762] Resetting traffic
> statistics
> for device eth1
> Wed Apr 23 11:34:22 2008  [initialize.c:1055] Initializing device eth1
> (1)
> Wed Apr 23 11:34:22 2008  [initialize.c:1763] DLT: Device 1 [eth1] is
> 1,
> mtu
> 1514, header 14
> Wed Apr 23 11:34:22 2008  [globals-core.c:98] Initializing gdbm
> databases
> Wed Apr 23 11:34:22 2008  [initialize.c:913] Creating database
> '/usr/local/var/ntop/addressQueue.db'
> Wed Apr 23 11:34:22 2008  [initialize.c:913] Opening database
> '/usr/local/var/ntop/dnsCache.db'
> Wed Apr 23 11:34:22 2008  [initialize.c:913] Opening database
> '/usr/local/var/ntop/macPrefix.db'
> Wed Apr 23 11:34:22 2008  [initialize.c:913] Opening database
> '/usr/local/var/ntop/fingerprint.db'
> Wed Apr 23 11:34:22 2008  [vendor.c:471] VENDOR: Loading MAC address
> table.
> Wed Apr 23 11:34:22 2008  [util.c:5873] VENDOR: Checking for MAC
> address
> table file
> Wed Apr 23 11:34:22 2008  [util.c:5881] VENDOR: Checking
> './specialMAC.txt.gz'
> Wed Apr 23 11:34:22 2008  [util.c:5891] VENDOR: Checking
> './specialMAC.txt'
> Wed Apr 23 11:34:22 2008  [util.c:5881] VENDOR: Checking
> '/usr/local/etc/ntop/specialMAC.txt.gz'
> Wed Apr 23 11:34:22 2008  [util.c:5897] VENDOR: ...Found
> Wed Apr 23 11:34:22 2008  [util.c:5919] VENDOR: Database created/last
> modified Tue Apr 22 18:06:37 2008
> Wed Apr 23 11:34:22 2008  [util.c:5931] VENDOR: Input file created/last
> modified Tue Apr 22 17:56:21 2008
> Wed Apr 23 11:34:22 2008  [util.c:5935] VENDOR: File
> '/usr/local/etc/ntop/specialMAC.txt.gz' does not need to be reloaded
> Wed Apr 23 11:34:22 2008  [vendor.c:554] VENDOR: ntop continues ok
> Wed Apr 23 11:34:22 2008  [util.c:5873] VENDOR: Checking for MAC
> address
> table file
> Wed Apr 23 11:34:22 2008  [util.c:5881] VENDOR: Checking './oui.txt.gz'
> Wed Apr 23 11:34:22 2008  [util.c:5891] VENDOR: Checking './oui.txt'
> Wed Apr 23 11:34:22 2008  [util.c:5881] VENDOR: Checking
> '/usr/local/etc/ntop/oui.txt.gz'
> Wed Apr 23 11:34:22 2008  [util.c:5897] VENDOR: ...Found
> Wed Apr 23 11:34:22 2008  [util.c:5919] VENDOR: Database created/last
> modified Tue Apr 22 18:06:37 2008
> Wed Apr 23 11:34:22 2008  [util.c:5931] VENDOR: Input file created/last
> modified Tue Apr 22 17:56:21 2008
> Wed Apr 23 11:34:22 2008  [util.c:5935] VENDOR: File
> '/usr/local/etc/ntop/oui.txt.gz' does not need to be reloaded
> Wed Apr 23 11:34:22 2008  [vendor.c:554] VENDOR: ntop continues ok
> Wed Apr 23 11:34:22 2008  [vendor.c:561] Fingerprint: Loading signature
> file
> Wed Apr 23 11:34:22 2008  [util.c:5873] Fingerprint: Checking for
> Fingerprint file... file
> Wed Apr 23 11:34:22 2008  [util.c:5881] Fingerprint: Checking
> './etter.finger.os.gz'
> Wed Apr 23 11:34:22 2008  [util.c:5891] Fingerprint: Checking
> './etter.finger.os'
> Wed Apr 23 11:34:22 2008  [util.c:5881] Fingerprint: Checking
> '/usr/local/etc/ntop/etter.finger.os.gz'
> Wed Apr 23 11:34:22 2008  [util.c:5897] Fingerprint: ...Found
> Wed Apr 23 11:34:22 2008  [util.c:5957] Fingerprint: Loading file
> '/usr/local/etc/ntop/etter.finger.os.gz'
> Wed Apr 23 11:34:22 2008  [vendor.c:587] Fingerprint: ...loaded 0
> records
> Wed Apr 23 11:34:22 2008  [util.c:1079] Discarded unnecessary parameter
> 192.168.100.0/24 - this is the local network
> Wed Apr 23 11:34:22 2008  [util.c:5873] ASN: Checking for Autonomous
> System
> Number table file
> Wed Apr 23 11:34:22 2008  [util.c:5881] ASN: Checking './AS-
> list.txt.gz'
> Wed Apr 23 11:34:22 2008  [util.c:5891] ASN: Checking './AS-list.txt'
> Wed Apr 23 11:34:22 2008  [util.c:5881] ASN: Checking
> '/usr/local/etc/ntop/AS-list.txt.gz'
> Wed Apr 23 11:34:22 2008  [util.c:5891] ASN: Checking
> '/usr/local/etc/ntop/AS-list.txt'
> Wed Apr 23 11:34:22 2008  [util.c:5881] ASN: Checking
> '/usr/local/etc/ntop/AS-list.txt.gz'
> Wed Apr 23 11:34:22 2008  [util.c:5891] ASN: Checking
> '/usr/local/etc/ntop/AS-list.txt'
> Wed Apr 23 11:34:22 2008  [util.c:5881] ASN: Checking
> '/etc/AS-list.txt.gz'
> Wed Apr 23 11:34:22 2008  [util.c:5891] ASN: Checking '/etc/AS-
> list.txt'
> Wed Apr 23 11:34:22 2008  [util.c:5904] **WARNING** ASN: Unable to open
> file
> 'AS-list.txt'
> Wed Apr 23 11:34:22 2008  [initialize.c:582] ASN: ntop continues ok,
> but
> without ASN information.
> Wed Apr 23 11:34:22 2008  [initialize.c:748] I18N: This instance of
> ntop
> does not support multiple languages
> Wed Apr 23 11:34:22 2008  [util.c:5873] IP2CC: Checking for IP address
> <->
> Country Code mapping file
> Wed Apr 23 11:34:22 2008  [util.c:5881] IP2CC: Checking
> './p2c.opt.table.gz'
> Wed Apr 23 11:34:22 2008  [util.c:5891] IP2CC: Checking
> './p2c.opt.table'
> Wed Apr 23 11:34:22 2008  [util.c:5881] IP2CC: Checking
> '/usr/local/etc/ntop/p2c.opt.table.gz'
> Wed Apr 23 11:34:22 2008  [util.c:5897] IP2CC: ...Found
> Wed Apr 23 11:34:22 2008  [util.c:5957] IP2CC: Loading file
> '/usr/local/etc/ntop/p2c.opt.table.gz'
> Wed Apr 23 11:34:22 2008  [util.c:5822] IP2CC: .... 10000 records read
> Wed Apr 23 11:34:22 2008  [util.c:5822] IP2CC: .... 20000 records read
> Wed Apr 23 11:34:23 2008  [util.c:5822] IP2CC: .... 30000 records read
> Wed Apr 23 11:34:23 2008  [util.c:5822] IP2CC: .... 40000 records read
> Wed Apr 23 11:34:23 2008  [util.c:5822] IP2CC: .... 50000 records read
> Wed Apr 23 11:34:23 2008  [util.c:5829] IP2CC: Closing file
> Wed Apr 23 11:34:23 2008  [util.c:5841] IP2CC: ...found 52395 lines
> Wed Apr 23 11:34:23 2008  [database.c:438] Database support not
> compiled
> into ntop
> Wed Apr 23 11:34:23 2008  [initialize.c:1048] Initializing external
> applications
> [New Thread -1254741104 (LWP 3113)]
> Wed Apr 23 11:34:23 2008  [initialize.c:1007] THREADMGMT[t3040226192]:
> SFP:
> Started thread for fingerprinting
> Wed Apr 23 11:34:23 2008  [ntop.c:683] THREADMGMT[t3040226192]: SFP:
> Fingerprint scan thread starting [p3110]
> [New Thread -1265230960 (LWP 3114)]
> Wed Apr 23 11:34:23 2008  [ntop.c:637] THREADMGMT[t3029736336]: SIH:
> Idle
> host scan thread starting [p3110]
> Wed Apr 23 11:34:23 2008  [initialize.c:1014] THREADMGMT[t3029736336]:
> SIH:
> Started thread for idle hosts detection
> [New Thread -1275720816 (LWP 3115)]
> Wed Apr 23 11:34:23 2008  [address.c:649] THREADMGMT[t3019246480]:
> DNSAR(1):
> Address resolution thread running
> Wed Apr 23 11:34:23 2008  [initialize.c:1027] THREADMGMT[t3019246480]:
> DNSAR(1): Started thread for DNS address resolution
> [New Thread -1286210672 (LWP 3116)]
> Wed Apr 23 11:34:23 2008  [initialize.c:1027] THREADMGMT[t3008756624]:
> DNSAR(2): Started thread for DNS address resolution
> Wed Apr 23 11:34:23 2008  [address.c:649] THREADMGMT[t3008756624]:
> DNSAR(2):
> Address resolution thread running
> [New Thread -1296700528 (LWP 3117)]
> Wed Apr 23 11:34:23 2008  [address.c:649] THREADMGMT[t2998266768]:
> DNSAR(3):
> Address resolution thread running
> Wed Apr 23 11:34:23 2008  [initialize.c:1027] THREADMGMT[t2998266768]:
> DNSAR(3): Started thread for DNS address resolution
> Wed Apr 23 11:34:23 2008  [globals-core.c:634] Starting Plugins
> Wed Apr 23 11:34:23 2008  [plugin.c:291] Calling plugin start functions
> (if
> any)
> Wed Apr 23 11:34:23 2008  [globals-core.c:636] Plugins started...
> continuing
> with initialization
> Wed Apr 23 11:34:23 2008  [ssl.c:65] SSL is present but https is
> disabled:
> use -W <https port> for enabling it
> Wed Apr 23 11:34:23 2008  [webInterface.c:8293] INITWEB: Initializing
> web
> server
> Wed Apr 23 11:34:23 2008  [webInterface.c:8299] INITWEB: Initializing
> TCP/IP
> socket connections for web server
> Wed Apr 23 11:34:23 2008  [webInterface.c:8148] Initializing socket,
> port
> 3000, address (any)
> Wed Apr 23 11:34:23 2008  [webInterface.c:8223] INITWEB: Created a new
> socket (16)
> Wed Apr 23 11:34:23 2008  [webInterface.c:8277] INITWEB: Initialized
> socket,
> port 3000, address (any)
> Wed Apr 23 11:34:23 2008  [webInterface.c:8309] INITWEB: Waiting for
> HTTP
> connections on port 3000
> Wed Apr 23 11:34:23 2008  [webInterface.c:8325] INITWEB: Starting web
> server
> [New Thread -1307190384 (LWP 3118)]
> Wed Apr 23 11:34:23 2008  [webInterface.c:8705]
> THREADMGMT[t2987776912]:
> WEB: Server connection thread starting [p3110]
> Wed Apr 23 11:34:23 2008  [webInterface.c:8825] Note: SIGPIPE handler
> set
> (ignore)
> Wed Apr 23 11:34:23 2008  [webInterface.c:8846]
> THREADMGMT[t2987776912]:
> WEB: Server connection thread running [p3110]
> Wed Apr 23 11:34:23 2008  [webInterface.c:8850] WEB: ntop's web server
> is
> now processing requests
> Wed Apr 23 11:34:23 2008  [webInterface.c:8327]
> THREADMGMT[t2987776912]:
> INITWEB: Started thread for web server
> Wed Apr 23 11:34:23 2008  [webInterface.c:8371] INITWEB: Server
> started...
> continuing with initialization
> Wed Apr 23 11:34:23 2008  [main.c:615] Listening on [eth0,eth1]
> Wed Apr 23 11:34:23 2008  [main.c:618] Loading Plugins
> Wed Apr 23 11:34:23 2008  [plugin.c:223] Searching for plugins in
> /usr/local/lib/ntop/plugins
> Wed Apr 23 11:34:23 2008  [plugin.c:52] Loading plugin
> '/usr/local/lib/ntop/plugins/sflowPlugin.so'
> Wed Apr 23 11:34:23 2008  [sflowPlugin.c:4683] SFLOW: Welcome to
> sFlow.(C)
> 2002-04 by Luca Deri
> Wed Apr 23 11:34:23 2008  [plugin.c:52] Loading plugin
> '/usr/local/lib/ntop/plugins/icmpPlugin.so'
> Wed Apr 23 11:34:23 2008  [icmpPlugin.c:731] ICMP: Welcome to ICMP
> Watch.
> (C) 1999-2005 by Luca Deri
> Wed Apr 23 11:34:23 2008  [plugin.c:52] Loading plugin
> '/usr/local/lib/ntop/plugins/pdaPlugin.so'
> Wed Apr 23 11:34:23 2008  [pdaPlugin.c:65] PDA: Welcome to PDA. (C)
> 2001-2005 by L.Deri and W.Brock
> Wed Apr 23 11:34:23 2008  [plugin.c:52] Loading plugin
> '/usr/local/lib/ntop/plugins/netflowPlugin.so'
> Wed Apr 23 11:34:23 2008  [netflowPlugin.c:4026] NETFLOW: Welcome to
> NetFlow.(C) 2002-08 by Luca Deri
> Wed Apr 23 11:34:23 2008  [plugin.c:52] Loading plugin
> '/usr/local/lib/ntop/plugins/remotePlugin.so'
> Wed Apr 23 11:34:23 2008  [remotePlugin.c:66] Remote: Welcome to
> Remote.
> (C)
> 2006-07 by L.Deri
> Wed Apr 23 11:34:23 2008  [plugin.c:52] Loading plugin
> '/usr/local/lib/ntop/plugins/rrdPlugin.so'
> Wed Apr 23 11:34:23 2008  [rrdPlugin.c:5836] RRD: Welcome to Round-
> Robin
> Databases. (C) 2002-07 by Luca Deri.
> Wed Apr 23 11:34:23 2008  [plugin.c:52] Loading plugin
> '/usr/local/lib/ntop/plugins/lastSeenPlugin.so'
> Wed Apr 23 11:34:23 2008  [lastSeenPlugin.c:412] LASTSEEN: Welcome to
> Host
> Last Seen. (C) 1999 by Andrea Marangoni
> Wed Apr 23 11:34:23 2008  [plugin.c:132] Compiling filter 'ip or (vlan
> and
> ip)' on interface eth0
> Wed Apr 23 11:34:23 2008  [plugin.c:132] Compiling filter 'ip or (vlan
> and
> ip)' on interface eth1
> Wed Apr 23 11:34:23 2008  [main.c:620] Starting Plugins
> Wed Apr 23 11:34:23 2008  [plugin.c:291] Calling plugin start functions
> (if
> any)
> Wed Apr 23 11:34:23 2008  [plugin.c:295] Starting 'Host Last Seen'
> Wed Apr 23 11:34:23 2008  [plugin.c:295] Starting 'ICMP Watch'
> Wed Apr 23 11:34:23 2008  [plugin.c:295] Starting 'NetFlow'
> Wed Apr 23 11:34:23 2008  [plugin.c:295] Starting 'PDA'
> Wed Apr 23 11:34:23 2008  [plugin.c:295] Starting 'Remote'
> Wed Apr 23 11:34:23 2008  [plugin.c:295] Starting 'Round-Robin
> Databases'
> Wed Apr 23 11:34:23 2008  [rrdPlugin.c:5741] RRD: Welcome to the RRD
> plugin
> Wed Apr 23 11:34:23 2008  [rrdPlugin.c:3196] RRD: Mask for new
> directories
> is 0700
> Wed Apr 23 11:34:23 2008  [rrdPlugin.c:3199] RRD: Mask for new files is
> 0066
> Wed Apr 23 11:34:23 2008  [rrdPlugin.c:3204] RRD_DEBUG: Parameters:
> Wed Apr 23 11:34:23 2008  [rrdPlugin.c:3205] RRD_DEBUG:
> dumpInterval
> 300
> seconds
> Wed Apr 23 11:34:23 2008  [rrdPlugin.c:3206] RRD_DEBUG:
> dumpShortInterval 10 seconds
> Wed Apr 23 11:34:23 2008  [rrdPlugin.c:3207] RRD_DEBUG:     dumpHours
> 72
> hours by 300 seconds
> Wed Apr 23 11:34:23 2008  [rrdPlugin.c:3208] RRD_DEBUG:     dumpDays 90
> days
> by hour
> Wed Apr 23 11:34:23 2008  [rrdPlugin.c:3209] RRD_DEBUG:     dumpMonths
> 36
> months by day
> Wed Apr 23 11:34:23 2008  [rrdPlugin.c:3210] RRD_DEBUG:     dumpDomains
> no
> Wed Apr 23 11:34:23 2008  [rrdPlugin.c:3211] RRD_DEBUG:     dumpFlows
> no
> Wed Apr 23 11:34:23 2008  [rrdPlugin.c:3212] RRD_DEBUG:     dumpSubnets
> no
> Wed Apr 23 11:34:23 2008  [rrdPlugin.c:3213] RRD_DEBUG:     dumpHosts
> no
> Wed Apr 23 11:34:23 2008  [rrdPlugin.c:3214] RRD_DEBUG:
> dumpInterfaces
> yes
> Wed Apr 23 11:34:23 2008  [rrdPlugin.c:3215] RRD_DEBUG:     dumpASs no
> Wed Apr 23 11:34:23 2008  [rrdPlugin.c:3216] RRD_DEBUG:     dumpMatrix
> no
> Wed Apr 23 11:34:23 2008  [rrdPlugin.c:3217] RRD_DEBUG:     dumpDetail
> medium
> Wed Apr 23 11:34:23 2008  [rrdPlugin.c:3220] RRD_DEBUG:     hostsFilter
> Wed Apr 23 11:34:23 2008  [rrdPlugin.c:3221] RRD_DEBUG:     rrdPath
> /usr/local/var/ntop/rrd [normal]
> Wed Apr 23 11:34:23 2008  [rrdPlugin.c:3222] RRD_DEBUG:     rrdPath
> /usr/local/var/ntop/rrd [dynamic/volatile]
> Wed Apr 23 11:34:23 2008  [rrdPlugin.c:3224] RRD_DEBUG:     umask 0066
> Wed Apr 23 11:34:23 2008  [rrdPlugin.c:3225] RRD_DEBUG:     DirPerms
> 0700
> [New Thread -1317680240 (LWP 3119)]
> Wed Apr 23 11:34:23 2008  [rrdPlugin.c:5085] THREADMGMT[t2977287056]:
> RRD:
> Data collection thread starting [p3110]
> Wed Apr 23 11:34:23 2008  [rrdPlugin.c:5747] THREADMGMT: RRD: Started
> thread
> (t2977287056) for data collection
> Wed Apr 23 11:34:23 2008  [plugin.c:295] Starting 'sFlow'
> Wed Apr 23 11:34:23 2008  [main.c:622] Plugins started... continuing
> with
> initialization
> Wed Apr 23 11:34:23 2008  [util.c:4845] INIT: Created pid file
> (/var/run/ntop.pid)
> Wed Apr 23 11:34:23 2008  [globals-core.c:797] THREADMGMT[t3086567712]:
> ntop
> RUNSTATE: INITNONROOT(3)
> Wed Apr 23 11:34:23 2008  [util.c:4709] Now running as requested user
> 'ntop'
> (502:503)
> Wed Apr 23 11:34:23 2008  [report.c:65] Device  0. eth0
> (active)
> Wed Apr 23 11:34:23 2008  [report.c:65] Device  1. eth1
> (active)
> Wed Apr 23 11:34:23 2008  [report.c:77] INITWEB: Merging interfaces,
> reporting device forced to 0
> Wed Apr 23 11:34:23 2008  [report.c:120] Note: Reporting device
> initally
> set
> to 0 [eth0] (merged)
> Wed Apr 23 11:34:23 2008  [main.c:639] MEMORY: Base interface structure
> (no
> hashes loaded) is 0.29MB each
> Wed Apr 23 11:34:23 2008  [main.c:641] MEMORY:     or 0.58MB for 2
> interfaces
> Wed Apr 23 11:34:23 2008  [main.c:644] MEMORY: ipTraffixMatrix
> structure
> (no
> TrafficEntry loaded) is 1.57MB
> Wed Apr 23 11:34:23 2008  [ntop.c:690] THREADMGMT[t3040226192]: SFP:
> Fingerprint scan thread running [p3110]
> Wed Apr 23 11:34:23 2008  [globals-core.c:797] THREADMGMT[t3086567712]:
> ntop
> RUNSTATE: RUN(4)
> [New Thread -1328170096 (LWP 3120)]
> Wed Apr 23 11:34:23 2008  [ntop.c:642] THREADMGMT[t3029736336]: SIH:
> Idle
> host scan thread running [p3110]
> Wed Apr 23 11:34:23 2008  [ntop.c:81] THREADMGMT[t2966797200]:
> NPS(eth0):
> pcapDispatch thread starting [p3110]
> Wed Apr 23 11:34:23 2008  [ntop.c:90] THREADMGMT[t2966797200]:
> NPS(eth0):
> pcapDispatch thread running [p3110]
> Wed Apr 23 11:34:23 2008  [initialize.c:1859] THREADMGMT[t2966797200]:
> NPS(1): Started thread for network packet sniffing [eth0]
> [New Thread -1355572336 (LWP 3121)]
> Wed Apr 23 11:34:23 2008  [initialize.c:1859] THREADMGMT[t2939394960]:
> NPS(2): Started thread for network packet sniffing [eth1]
> Wed Apr 23 11:34:23 2008  [ntop.c:81] THREADMGMT[t2939394960]:
> NPS(eth1):
> pcapDispatch thread starting [p3110]
> Wed Apr 23 11:34:23 2008  [ntop.c:90] THREADMGMT[t2939394960]:
> NPS(eth1):
> pcapDispatch thread running [p3110]
> Wed Apr 23 11:34:23 2008  [vendor.c:355] MAC prefix '00:19:D1' not
> found
> in
> vendor database
> Wed Apr 23 11:34:23 2008  [vendor.c:355] MAC prefix '00:13:21' not
> found
> in
> vendor database
> Wed Apr 23 11:34:23 2008  [vendor.c:355] MAC prefix '00:18:DE' not
> found
> in
> vendor database
> [New Thread -1367344240 (LWP 3123)]
> Wed Apr 23 11:34:33 2008  [rrdPlugin.c:5161] THREADMGMT[t2927623056]:
> RRD:
> Started thread for throughput data collection
> Wed Apr 23 11:34:33 2008  [rrdPlugin.c:5017] THREADMGMT[t2927623056]:
> RRD:
> Throughput data collection: Thread starting [p3110]
> Wed Apr 23 11:34:33 2008  [rrdPlugin.c:5023] THREADMGMT[t2927623056]:
> RRD:
> Throughput data collection: Thread running [p3110]
> Wed Apr 23 11:34:33 2008  [rrdPlugin.c:5167] THREADMGMT[t2977287056]:
> RRD:
> Data collection thread running [p3110]
> Wed Apr 23 11:34:33 2008  [rrdPlugin.c:5180] RRD_DEBUG: Sleeping for 15
> seconds (interval 300, end at Wed Apr 23 11:34:48 2008)
> Wed Apr 23 11:34:48 2008  [rrdPlugin.c:5700] RRD: Cycle 1 ended, 70
> RRDs
> updated, 0.005 seconds
> Wed Apr 23 11:34:48 2008  [rrdPlugin.c:5180] RRD_DEBUG: Sleeping for
> 300
> seconds (interval 300, end at Wed Apr 23 11:39:48 2008)
> Wed Apr 23 11:34:49 2008  [vendor.c:355] MAC prefix '00:13:72' not
> found
> in
> vendor database
> Wed Apr 23 11:35:10 2008  [vendor.c:355] MAC prefix '00:1A:A0' not
> found
> in
> vendor database
> Wed Apr 23 11:35:16 2008  [vendor.c:355] MAC prefix '00:1C:23' not
> found
> in
> vendor database
> Wed Apr 23 11:35:38 2008  [vendor.c:355] MAC prefix '00:1C:23' not
> found
> in
> vendor database
> Wed Apr 23 11:35:47 2008  [vendor.c:355] MAC prefix '00:13:72' not
> found
> in
> vendor database
> Wed Apr 23 11:36:53 2008  [ntop.c:725] SFP: Ending fingerprint scan
> cycle 1
> - checked 20, resolved 20
> Wed Apr 23 11:37:24 2008  [vendor.c:355] MAC prefix '00:13:72' not
> found
> in
> vendor database
> 
> Program received signal SIGSEGV, Segmentation fault.
> [Switching to Thread -1355572336 (LWP 3121)]
> getPortsUsage (el=0xae8c4910, portIdx=<value optimized out>,
> createIfNecessary=1) at util.c:6551
> 6551        newPort->next = prev->next;
> Missing separate debuginfos, use: debuginfo-install cairo.i386
> e2fsprogs.i386 glib2.i386 krb5.i386 libselinux.i386 libxcb.i386
> pango.i386
> rrdtool.i386
> (gdb)
> 
> 
> _______________________________________________
> Ntop mailing list
> [email protected]
> http://listgateway.unipi.it/mailman/listinfo/ntop
> 
> 
> 
> 
> 
> <font size="1">
> <div style='border:none;border-bottom:double windowtext
> 2.25pt;padding:0in 0in 1.0pt 0in'>
> </div>
> "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."
> </font>
> 
> _______________________________________________
> Ntop mailing list
> [email protected]
> http://listgateway.unipi.it/mailman/listinfo/ntop

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

Reply via email to