Results 1 to 1 of 1
I installed ntop on my Centos 5.3 box by adding the rpmforge repository and installing with yum. I set up ntop.conf and it works fine if I run it from ...
- 06-02-2009 #1Just Joined!
- Join Date
- Jan 2009
- Posts
- 7
Ntop on Centos 5.3 service not starting
I installed ntop on my Centos 5.3 box by adding the rpmforge repository and installing with yum. I set up ntop.conf and it works fine if I run it from the command line with /etc/ntop.conf
However, when I try to run it using
it kicks back this message:Code:# service ntop start
The issue is clearly with /etc/init.d/ntop because ntop works fine with /etc/ntop.conf as long is it is not called with the service script, but I cannot figure out what is wrong with it.Code:FATAL ERROR: Unrecognized/unprocessed ntop options... , --user ntop, , --db-file-path /var/ntop, , --interface eth0, , , --use-syslog=local3, , , --http-server 3000, , , --local-subnets 192.168.xx.xx/xx, , --domain xxxxxxxxxx, , --daemon, run ntop --help for usage information Common problems: -B "filter expressions" (quotes are required) --use-syslog=facilty (the = is required) [FAILED]


Reply With Quote