Is the best way to do this just a re-run of barracuda.sh with csf install turned off?
No, it will not change anything.
If you wish to disable csf/lfd you need to run this:
invoke-rc.d cron stop invoke-rc.d lfd stop invoke-rc.d csf stop invoke-rc.d csf stop update-rc.d -f csf remove update-rc.d -f lfd remove rm -f /etc/cron.d/{csf,lfd}* invoke-rc.d cron start
And when you wish to remove it, also:
rm -f /usr/sbin/{csf,lfd} rm -f /etc/init.d/{csf,lfd} rm -f -r /etc/csf
This fix works great, thanks!
Automatically closed -- issue fixed for 2 weeks with no activity.
How would you re-enable csf?
Comments
Comment #1
omega8cc commentedNo, it will not change anything.
If you wish to disable csf/lfd you need to run this:
And when you wish to remove it, also:
Comment #2
obrienmd commentedThis fix works great, thanks!
Comment #3
omega8cc commentedComment #5
7wonders commentedHow would you re-enable csf?