Page 1 of 1

Generic produces this when trying to restart

Posted: 13 Jul 2007, 10:16
by bloggerman
This is on a CentOS and in Generic mode:

> /etc/init.d/csf restart
Stopping csf:Flushing chain `INPUT'
Flushing chain `FORWARD'
Flushing chain `OUTPUT'
Error: Setting LF_SSHD is repeated in /etc/csf/csf.conf - you must remove the duplicates and then restart csf and lfd., at line 68
[ OK ]

Starting csf:Flushing chain `INPUT'
Flushing chain `FORWARD'
Flushing chain `OUTPUT'
Error: Setting LF_SSHD is repeated in /etc/csf/csf.conf - you must remove the duplicates and then restart csf and lfd., at line 68
[ OK ]

Posted: 27 Jul 2007, 17:04
by lyttek
I've seen this as well on multiple machines... the following entries are duplicated:

LF_SSHD = "1"

LF_FTPD = "1"

LF_SMTPAUTH = "0"

LF_POP3D = "0"

LF_IMAPD = "0"

LF_HTACCESS = "0"

LF_MODSEC = "0"

They are always added on directly underneath the associated _PERM setting.

Posted: 06 Aug 2007, 09:16
by chirpy
I'll check the generic update code for this today.