LFD Services stopped

121343

Verified User
Joined
Mar 6, 2023
Messages
9
Hi,
Since last update (1.656 (fad6d9cea606ce889cfa8b6f23774d29ef27c870) Changelog) I notice this message from the sytem (more then x92 now!) "The service 'lfd' on server "mydomain.net" is currently down". I try to restart it Dashboard>Show Services>lfd (Clcik + then Restart ) I got this :

erdelll.png


What this mean and what I should do ?

Want just to mention that we dont use the directadmin Firewall, we use another system already.
 
Last edited:
What this mean and what I should do ?
If you don't use the directadmin Firewall, which is CSF/LFD nowadays, you should remove it.

Try like this via SSH as root:
Code:
cd /usr/local/directadmin/custombuild
./build set csf no
./build list_removals
./build remove_items

Doublecheck the list_removals that it only contains CSF.

Might also be possible to do this via the Custombuild plugin in DA, but I don't use that, so I don't know.
 
Hi, Thanks for the advices.
I try this 1st
Try like this via SSH as root:
Code:
cd /usr/local/directadmin/custombuild
./build set csf no
./build list_removals
./build remove_items

Now I check in here...

1700443624013.png


I should not have now the message from firewall. Correct ?
 
Well I still have it.

1700487345080.png


Maybe I didnt do correct here : Doublecheck the list_removals that it only contains CSF.

I don't get what to do exactly ?...
 
I don't get what to do exactly ?...
Normally in SSH when you do the commands I say, when you issue the command:
./build list_removals
you get to see a list which things are going to be removed.

But if you did this, it should be good. To be sure, try this too, if csf is still present.

Code:
cd /etc/csf
./uninstall.sh

Then this:
Code:
cd /usr/local/directadmin/data/admin/
then there edit the services.status file and remove the lfd=ON or lfd=OFF line.
Save the file and restart directadmin:
service directadmin restart

Is the error gone then?
 
Back
Top