[Ntop-dev] ntop-3.2rc2_fc4-1.i386.rpm
Randy Gordey
gordey at stdio.com
Mon Oct 10 15:26:08 CEST 2005
ntop is working on my Fedora Core 4.
Stopping it was a little bit of a problem.
I needed to make the following changes to the init script:
--- /etc/rc.d/init.d/ntop 2005-10-10 09:17:55.000000000 -0400
+++ /etc/rc.d/init.d/ntop 2005-10-05 16:07:24.000000000 -0400
@@ -561,7 +561,7 @@
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}
+ killproc ntop
RETVAL=$?
rm -f ${ntopdbfilepath}/ntop.pid
else
@@ -578,7 +578,7 @@
echo
if [ $RETVAL != 0 ]; then
- pids=`ps axf | grep '\/devel\/bin\/ntop' | awk '{ printf(" %s", $1) };
END { print "" }'`
+ pids=`ps axf | grep '\/usr\/bin\/ntop' | awk '{ printf(" %s", $1) };
END { print "" }'`
if [ "${pids}" != " " ]; then
logger -p ${ntopusesyslog} -t ${name}${instance} -- "INITD - Sending
SIGINT to ${prog}...${pids}"
if [ "${debug}" = "y" ]; then echo "Sending SIGINT to
${prog}...${pids}"; fi
Thanks again for your time and efforts!
~R.Gordey
More information about the Ntop-dev
mailing list