You asked this before...

Please try the standard ntop source, either from the cvs or from SourceForge
and see if the problem still occurs.  We do not support other peoples
packages as we have no way of knowing what's in them.

-----Burton 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
Mario Beltran
Sent: Tuesday, January 24, 2006 7:55 AM
To: [email protected]
Subject: [Ntop] a rrd plugin question

Hello,

I have a FreeBSD box and I have installed ntop v 3.2_1 from ports, and the
standard installation works fine

In fact this is my init script:

#!/bin/sh
#
# $FreeBSD: ports/net/ntop/files/ntop.sh.in,v 1.1 2005/12/12 07:03:16
lawrance Exp $ #

# PROVIDE: ntop
# REQUIRE: DAEMON
# KEYWORD: shutdown

#
# Add the following lines to /etc/rc.conf to enable ntop:
#
#ntop_enable="YES"
#
# See ntop(8) for flags
#

. /etc/rc.subr

name=ntop
rcvar=`set_rcvar`

command=/usr/local/bin/ntop

ntop_enable=${ntop_enable:-"NO"}
ntop_flags=${ntop_flags:-"-i 'vr0,vr1' -d --use-syslog=daemon"}

load_rc_config $name
run_rc_command "$1"


But I need to install a Luca Deri RRD plugin but when I activated it and
restart ntop I looked in the log the following warnings and error messages:

Fri Jan 20 18:41:22 2006  THREADMGMT[t147794432]: NPS(2,vr1): 
pcapDispatch thread running [p85069]
Fri Jan 20 18:41:22 2006  THREADMGMT[t134614016]: SFP: Fingerprint scan
thread running [p85069] Fri Jan 20 18:41:22 2006  THREADMGMT[t134614528]:
SIH: Idle host scan thread running [p85069] Fri Jan 20 18:41:32 2006
THREADMGMT[t153044480]: RRD: Started thread for throughput data collection
Fri Jan 20 18:41:32 2006  THREADMGMT[t147793408]: RRD: Data collection
thread running [p85069] Fri Jan 20 18:41:32 2006  THREADMGMT[t153044480]:
RRD: Throughput data
collection: Thread starting [p85069]
Fri Jan 20 18:41:32 2006  THREADMGMT[t153044480]: RRD: Throughput data
collection: Thread running [p85069]
Fri Jan 20 20:02:09 2006  **ERROR** Queue of address '???' failed, code
-1 [addr queue=8/max=39]
Fri Jan 20 20:02:09 2006  ntop processing continues, address will not be
resolved Fri Jan 20 23:01:17 2006  **ERROR** Queue of address '???' failed,
code
-1 [addr queue=0/max=39]
Fri Jan 20 23:01:17 2006  ntop processing continues, address will not be
resolved Sat Jan 21 07:52:23 2006  **ERROR** Queue of address '???' failed,
code
-1 [addr queue=0/max=39]
Sat Jan 21 07:52:23 2006  ntop processing continues, address will not be
resolved Sat Jan 21 08:11:09 2006  **ERROR** Queue of address '???' failed,
code
-1 [addr queue=0/max=39]
Sat Jan 21 08:11:09 2006  ntop processing continues, address will not be
resolved Sat Jan 21 08:16:13 2006  **ERROR** Queue of address '???' failed,
code
-1 [addr queue=0/max=39]
Sat Jan 21 08:16:13 2006  ntop processing continues, address will not be
resolved Sat Jan 21 08:52:01 2006  **ERROR** Queue of address '???' failed,
code
-1 [addr queue=0/max=39]
Sat Jan 21 08:52:01 2006  ntop processing continues, address will not be
resolved Sat Jan 21 09:06:54 2006  **ERROR** Queue of address '???' failed,
code
-1 [addr queue=5/max=39]
Sat Jan 21 09:06:54 2006  ntop processing continues, address will not be
resolved Sat Jan 21 09:06:58 2006  **ERROR** Queue of address '???' failed,
code
-1 [addr queue=6/max=39]
Sat Jan 21 09:06:58 2006  ntop processing continues, address will not be
resolved Sat Jan 21 09:08:44 2006  **ERROR** Queue of address '???' failed,
code
-1 [addr queue=12/max=39]
Sat Jan 21 09:08:44 2006  ntop processing continues, address will not be
resolved Sat Jan 21 09:34:27 2006  **ERROR** Queue of address '???' failed,
code
-1 [addr queue=0/max=39]
Sat Jan 21 09:34:27 2006  ntop processing continues, address will not be
resolved Sat Jan 21 09:34:46 2006  **ERROR** Queue of address '???' failed,
code
-1 [addr queue=0/max=39]
Sat Jan 21 09:34:46 2006  ntop processing continues, address will not be
resolved Sat Jan 21 09:34:54 2006  **ERROR** Queue of address '???' failed,
code
-1 [addr queue=0/max=39]
Sat Jan 21 09:34:54 2006  ntop processing continues, address will not be
resolved Sat Jan 21 09:36:14 2006  **ERROR** Queue of address '???' failed,
code
-1 [addr queue=0/max=39]
Sat Jan 21 09:36:14 2006  ntop processing continues, address will not be
resolved Sat Jan 21 11:01:11 2006  **ERROR** Queue of address '???' failed,
code
-1 [addr queue=0/max=91]
Sat Jan 21 11:01:11 2006  ntop processing continues, address will not be
resolved Sat Jan 21 11:01:18 2006  **ERROR** Queue of address '???' failed,
code
-1 [addr queue=0/max=91]
Sat Jan 21 11:01:18 2006  ntop processing continues, address will not be
resolved Sat Jan 21 11:01:48 2006  **ERROR** Queue of address '???' failed,
code
-1 [addr queue=1/max=91]
Sat Jan 21 11:01:48 2006  ntop processing continues, address will not be
resolved Sat Jan 21 11:06:48 2006  **WARNING** RRD: 
rrd_update(/var/db/ntop/rrd/interfaces/vr0/hosts/192/168/1/164/pktSent.rrd)
error: illegal attempt to update using time 1137863207 when last update time
is 1137863207 (minimum one second step) Sat Jan 21 11:06:48 2006
**WARNING** RRD: 
rrd_update(/var/db/ntop/rrd/interfaces/vr0/hosts/192/168/1/164/bytesSent.rrd
)
error: illegal attempt to update using time 1137863207 when last update time
is 1137863207 (minimum one second step) Sat Jan 21 11:06:48 2006
**WARNING** RRD: 
rrd_update(/var/db/ntop/rrd/interfaces/vr0/hosts/192/168/1/164/pktBroadcastS
ent.rrd)
error: illegal attempt to update using time 1137863207 when last update time
is 1137863207 (minimum one second step) Sat Jan 21 11:06:48 2006
**WARNING** RRD: 
rrd_update(/var/db/ntop/rrd/interfaces/vr0/hosts/192/168/1/164/bytesBroadcas
tSent.rrd)
error: illegal attempt to update using time 1137863207 when last update time
is 1137863207 (minimum one second step) Sat Jan 21 11:06:48 2006
**WARNING** RRD: 
rrd_update(/var/db/ntop/rrd/interfaces/vr0/hosts/192/168/1/164/bytesSentLoc.
rrd)
error: illegal attempt to update using time 1137863207 when last update time
is 1137863207 (minimum one second step) Sat Jan 21 11:06:48 2006
**WARNING** RRD: 
rrd_update(/var/db/ntop/rrd/interfaces/vr0/hosts/192/168/1/164/ipBytesSent.r
rd)
error: illegal attempt to update using time 1137863207 when last update time
is 1137863207 (minimum one second step) Sat Jan 21 11:06:48 2006
**WARNING** RRD: 
rrd_update(/var/db/ntop/rrd/interfaces/vr0/hosts/192/168/1/164/udpSentLoc.rr
d)
error: illegal attempt to update using time 1137863207 when last update time
is 1137863207 (minimum one second step) Sat Jan 21 11:06:48 2006
**WARNING** RRD: 
rrd_update(/var/db/ntop/rrd/interfaces/vr0/hosts/192/168/1/164/totContactedS
entPeers.rrd)
error: illegal attempt to update using time 1137863207 when last update time
is 1137863207 (minimum one second step) Sat Jan 21 11:11:48 2006
**WARNING** RRD: 
rrd_update(/var/db/ntop/rrd/interfaces/vr0/hosts/192/168/1/164/totContactedS
entPeers.rrd)
error: illegal attempt to update using time 1137863508 when last update time
is 1137863508 (minimum one second step) Sat Jan 21 12:53:25 2006  **ERROR**
Queue of address '???' failed, code
-1 [addr queue=0/max=91]
Sat Jan 21 12:53:25 2006  ntop processing continues, address will not be
resolved

What does thesee messages mean?
That is the reason for ntop crashes suddenly?
What sould I do for solve this problem?

Thanks in advance an my apologies for the many questions and inconvenients
that they may caused

Regards

Mario
_______________________________________________
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