Bandwidthd 2.0.1_5 pkg v.0.5 can't start
-
Hello,I have install bandwidthd 2.0.1_5 pkg v.0.5 by package.I have set subnet and save it.But it's can't start daemon.The System Logs have show error.I don't know what is this problem.
bandwidthd: Syntax Error "syntax error" on line 59
How to fix it?
-
I'm posting as I came across the same issue, and figured out the solution.
The system log tells you the start/stop script /usr/local/etc/rc.d/bandwidthd.sh
Login to the shell, can find out which config file is being used, in my case /usr/pbi/bandwidthd-amd64/bandwidthd/etc/bandwidthd.confthen read the file with line numbers : less -N /usr/pbi/bandwidthd-amd64/bandwidthd/etc/bandwidthd.conf
I had : filter ip
which should be: filter "ip" <<< double quotes
Change using web interface, and it will work.
I hope this helps someone
regards
CJ