Is the best way to do this just a re-run of barracuda.sh with csf install turned off?

Comments

omega8cc’s picture

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
obrienmd’s picture

Title: Turning off CSF/LFD » Removing CSF/LFD
Status: Active » Reviewed & tested by the community

This fix works great, thanks!

omega8cc’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

7wonders’s picture

How would you re-enable csf?