Restarting lfd...
Stopping lfd: Done
Starting lfd: Done
...Done.
Now I go to check the LFD Daemon is running and it shows it's stopped:
ConfigServer Security & Firewall - csf v2.60
Show lfd status...
Status of lfd: Stopped
...Done.
Then to see if restarting you get this:
ConfigServer Security & Firewall - csf v2.60
Restarting lfd...
Stopping lfd: Done
Starting lfd: Done
...Done.
The I go back to check the status of LFD it says stopped again:
ConfigServer Security & Firewall - csf v2.60
Show lfd status...
Status of lfd: Stopped
...Done.
Now from ssh:
As you see above there is an issue even from the command line...> ps aux | grep lfd
root 21369 0.1 0.3 11596 7204 ? S Jan13 16:00 lfd - sleeping
root 29363 0.0 0.0 0 0 ? Z 20:32 0:00 [lfd <defunct>]
root 29434 0.0 0.0 4820 724 pts/1 S 20:32 0:00 grep lfd
> /etc/init.d/lfd restart
Stopping lfd:/etc/init.d/lfd: line 1: /bin/pidof: No such file or directory
kill: usage: kill [-s sigspec | -n signum | -sigspec] [pid | job]... or kill -l [sigspec]
Done
Starting lfd:Error: Another instance of lfd is running at /usr/sbin/lfd line 54.
Done
> /etc/init.d/lfd stop
Stopping lfd:/etc/init.d/lfd: line 1: /bin/pidof: No such file or directory
kill: usage: kill [-s sigspec | -n signum | -sigspec] [pid | job]... or kill -l [sigspec]
Done
> /etc/init.d/lfd start
Starting lfd: Done
> /etc/init.d/lfd restart
Stopping lfd:/etc/init.d/lfd: line 1: /bin/pidof: No such file or directory
kill: usage: kill [-s sigspec | -n signum | -sigspec] [pid | job]... or kill -l [sigspec]
Done
Starting lfd:Error: Another instance of lfd is running at /usr/sbin/lfd line 54.
Done
>
It was running fine and restarting fine in 2.59 so you may have a slight bug somewhere!