[EMAIL PROTECTED] 提到:
Send Ntop-dev mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://listgateway.unipi.it/mailman/listinfo/ntop-dev
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]
You can reach the person managing the list at
[EMAIL PROTECTED]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Ntop-dev digest..."
Today's Topics:
1. New ntop commit (author brad) ([EMAIL PROTECTED])
----------------------------------------------------------------------
Message: 1
Date: Tue, 3 Jan 2006 12:57:08 -0800
From: [EMAIL PROTECTED]
Subject: [Ntop-dev] New ntop commit (author brad)
To: [email protected]
Message-ID: <[EMAIL PROTECTED]>
Update of /export/home/ntop/PF_RING/userland/libpcap-0.9.4-ring
In directory unknown:/tmp/cvs-serv11346
Modified Files:
pcap-linux.c
Log Message:
Changes from Amit D. Chaudhary:
Changelog:
1. Check for break_loop before calling poll or reading packet. This is a
race condition fix. pcap + ring will hang when using pcap_loop() and using
pcap_breakloop() and the code was reading a packet. poll is anyways
called after it with -1 as timeout.
2. Change poll timeout to be POLL_SLEEP_MIN instead of -1 (infinite)
Thanks, Amit!!!
------------------------------
_______________________________________________
Ntop-dev mailing list
[email protected]
http://listgateway.unipi.it/mailman/listinfo/ntop-dev
End of Ntop-dev Digest, Vol 20, Issue 2
***************************************
hi all
i had a problem on ntop-3.2-0.fc2 run at CenTOS 3 and Redhat EL3
the error message as follow :
[EMAIL PROTECTED] run]# /sbin/service ntop stop
Stopping ntop:
kill: usage: kill [-s sigspec | -n signum | -sigspec] [pid | job]... or
kill -l [sigspec]
the source on /etc/rc.d/init.d/ntop shell script about "kill"
pid=`cat ${ntopdbfilepath}/ntop.pid`
ps ${pid} > /dev/null 2> /dev/null
rc=$?
if [ $rc = 0 ]; then
logger -p ${ntopusesyslog} -t ${name}${instance} -- "INITD - Sending
SIGINT to ${pid}"
if [ "${debug}" = "y" ]; then echo "Sending SIGINT to ${pid}"; fi
kill -s SIGINT ${pid}
#RETVAL=$?
rm -f ${ntopdbfilepath}/ntop.pid
else
logger -p ${ntopusesyslog} -t ${name}${instance} -- "INITD - Unable to
find process ${pid} ... will kill by name"
if [ "${debug}" = "y" ]; then echo "Unable to find process ${pid} ...
will kill by name"; fi
i need help ! thanks in advance ~
_______________________________________________
Ntop-dev mailing list
[email protected]
http://listgateway.unipi.it/mailman/listinfo/ntop-dev