Page 1 of 1

restart error

Posted: 17 Jun 2018, 14:40
by maxmizban
Hi, I'm restarting CSF with csf -r command but this error showed for me :

Error: csf is being restarted, try again in a moment: Resource temporarily unavailable at /usr/sbin/csf line 175.

help me

Re: restart error

Posted: 18 Jun 2018, 15:09
by Meeven
Searching around a bit, it appears that this is because of the path to systemctl in csf.conf, which is set to the following: SYSTEMCTL = "/usr/bin/systemctl"

Workaround suggest changing this line to the following and restarting CSF with service csf restart:
SYSTEMCTL = "/bin/systemctl"

I haven't tested this myself, so you may want to make a backup of csf.conf before making this change.