Search found 31 matches

by iodisciple
25 May 2018, 14:40
Forum: General Discussion (csf)
Topic: Unrecoverable error in automatic update to 12.04
Replies: 4
Views: 3598

Re: Unrecoverable error in automatic update to 12.04

Yes, it's just the csf command with the update option. From the man page:

Code: Select all

       -u,  --update
              Check for updates to csf and upgrade if available
by iodisciple
25 May 2018, 13:52
Forum: General Discussion (csf)
Topic: Unrecoverable error in automatic update to 12.04
Replies: 4
Views: 3598

Re: Unrecoverable error in automatic update to 12.04

No problems here with a couple of servers (all debian 9.4). What happens when you try to run it manually?
by iodisciple
25 Mar 2018, 11:24
Forum: General Discussion (csf)
Topic: systemd[1]: lfd.service: Failed with result 'signal'.
Replies: 6
Views: 8919

Re: systemd[1]: lfd.service: Failed with result 'signal'.

Did you also try a fresh CSF/LFD installation on a fresh Debian 9.4 installation and build from there? I have several Debian 9.4 servers running (with postfix) and they are all working fine.
by iodisciple
25 Mar 2018, 11:19
Forum: General Discussion (csf)
Topic: CSF/lfd not start in cpanel server.
Replies: 1
Views: 2200

Re: CSF/lfd not start in cpanel server.

What is on line 1037?
by iodisciple
25 Mar 2018, 11:18
Forum: General Discussion (csf)
Topic: Adding additional IP list in .allow or .ignore list
Replies: 2
Views: 2603

Re: Adding additional IP list in .allow or .ignore list

It might help others when you post how you got it.
by iodisciple
25 Mar 2018, 11:16
Forum: General Discussion (csf)
Topic: IMAP/POP3 failed login IP block is not working
Replies: 6
Views: 6851

Re: IMAP/POP3 failed login IP block is not working

What are the exact errors in the log? It might be that CSF/LFD are not able to pick it up and you need to configure a custom regex.
viewtopic.php?f=6&t=7517
by iodisciple
10 Mar 2018, 18:24
Forum: General Discussion (csf)
Topic: Can't ping IPv4
Replies: 4
Views: 4365

Re: Can't ping IPv4

Thank you for your support.

Since you weren't able to reproduce it, I went looking elsewhere. Finally I was able to pinpoint this to a value in sysctl.conf:

net.ipv4.icmp_echo_ignore_all = 1

Which somehow made it into my server template...

Thanks again.
by iodisciple
10 Mar 2018, 15:53
Forum: General Discussion (csf)
Topic: Server not able to ping any IP
Replies: 1
Views: 2152

Re: Server not able to ping any IP

What did you change? Did you not make a backup? Did your check your settings in /etc/csf/csf.conf? At the top you can open up IPv4 and IPv6 ports and enable ICMP for pings.
by iodisciple
10 Mar 2018, 15:50
Forum: General Discussion (csf)
Topic: Failed to start CSF and lfd
Replies: 12
Views: 18375

Re: Failed to start CSF and lfd

In /etc/csf/csf.conf
by iodisciple
09 Mar 2018, 15:42
Forum: General Discussion (csf)
Topic: Can't ping IPv4
Replies: 4
Views: 4365

Re: Can't ping IPv4

Thank you for your reply. I wasn't clear. I can ping with IPv4 to www.google.com etc. but not to a server with CSF / LFD installed. root@backup01:~# cat /etc/debian_version 9.3 root@backup01:~# grep "ICMP_.* =" /etc/csf/csf.conf ICMP_IN = "1" ICMP_IN_RATE = "1/s" ICMP_O...