E enderoe New member Joined Jul 1, 2014 Messages 4 Jul 1, 2014 #1 Hi, I have got this odd problem, i LFD has alway ran normally but since a few days the service wont start. I have set the deamon to 0 but with no effect. Any thought on how to debug this issue?
Hi, I have got this odd problem, i LFD has alway ran normally but since a few days the service wont start. I have set the deamon to 0 but with no effect. Any thought on how to debug this issue?
zEitEr Super Moderator Joined Apr 11, 2005 Messages 15,732 Location www.poralix.com Jul 1, 2014 #2 Hello, I have set the deamon to 0 but with no effect. Click to expand... You should have LF_DAEMON = "1" Make sure you've got no /etc/csf/csf.error and check /var/log/lfd.log Also you might want to use strace for more details.
Hello, I have set the deamon to 0 but with no effect. Click to expand... You should have LF_DAEMON = "1" Make sure you've got no /etc/csf/csf.error and check /var/log/lfd.log Also you might want to use strace for more details.
E enderoe New member Joined Jul 1, 2014 Messages 4 Jul 1, 2014 #3 Okay, there is no error log inside CSF and the LFD log is empty.. How can i do strace?
zEitEr Super Moderator Joined Apr 11, 2005 Messages 15,732 Location www.poralix.com Jul 1, 2014 #4 What do you see when running: Code: service lfd restart ?
E enderoe New member Joined Jul 1, 2014 Messages 4 Jul 1, 2014 #5 This is the message i get: I have also restored CSF to defaults with no luck. LFD and CSF are enabled on the config page....
This is the message i get: I have also restored CSF to defaults with no luck. LFD and CSF are enabled on the config page....
zEitEr Super Moderator Joined Apr 11, 2005 Messages 15,732 Location www.poralix.com Jul 1, 2014 #6 You've got it disabled. Here is how to enable it back: Code: csf -e csf -r /etc/init.d/lfd start
E enderoe New member Joined Jul 1, 2014 Messages 4 Jul 1, 2014 #7 Awesome that did the trick! Thank you very much Have a good day!