<br><br><div class="gmail_quote">2008/11/25 John R Pierce <span dir="ltr"><<a href="mailto:pierce@hogranch.com">pierce@hogranch.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I installed ntop on a centos5.2 system (which got all yum updates a few days ago)...<br>
<br>
   # rpm -q ntop rrdtool<br>
   ntop-3.3.8-1.el5.rf<br>
   rrdtool-1.2.28-1.el5.rf<br>
<br>
went through the password configuration<br>
<br>
when I start it, its erroring.<br>
<br>
# service ntop start<br>
Starting ntop:    Processing file /etc/ntop.conf for parameters...<br>
Mon Nov 24 23:56:36 2008  NOTE: Interface merge enabled by default<br>
Mon Nov 24 23:56:36 2008  Initializing gdbm databases<br>
FATAL ERROR: Unrecognized/unprocessed ntop options...<br>
                                                --user ntop,     --db-file-path /var/ntop,                                                                 <br>
run ntop --help for usage information<br>
<br>
   </blockquote></div>Hi<br><br>There is an error in the ntop startup file.<br><br>If you edit:<br><br>/etc/rc.d/init.d/ntop<br><br>and find the line:<br><br>daemon $prog -d -L @/etc/ntop.conf<br><br>(This is in the "start ()" section)<br>
<br>Replace with the line:<br><br>daemon $prog @/etc/ntop.conf -d -L<br><br>i.e. The config file bit needs to be before the parameters.<br><br>It should then work when you do "service ntop start".<br><br>mjh<br>
<br>