CSF Reports "Neither syslog nor rsyslog appear to be running"

This forum is only for reproducible bugs with csf and lfd (i.e. not iptables problems, lack of understanding how to use a feature, etc). Posts must be accompanied with full technical details of the problem and how it can be recreated. Any posts not adhering to this, or not considered bugs, will be moved to the General Discussion (csf) forum.
Post Reply
rbreault
Junior Member
Posts: 13
Joined: 03 Apr 2008, 20:51

CSF Reports "Neither syslog nor rsyslog appear to be running"

Post by rbreault »

I'm not sure why, but CSF now reports that "Neither syslog nor rsyslog appear to be running"... We are running rsyslog which is running:

Code: Select all

[root /]# service rsyslog status
rsyslogd (pid  13035) is running...
[root /]#
Is CSF looking for something else when checking?
chirpy
Moderator
Posts: 3537
Joined: 09 Dec 2006, 18:13

Re: CSF Reports "Neither syslog nor rsyslog appear to be run

Post by chirpy »

The system check iterates through the PID's in /proc/PID/ and checks whether the /proc/PID/exe is a symlink to syslogd or rsyslogd to see if it is running. So, for example, if rsyslogs is a (deleted) process this check will fail until rsyslogd is restarted.
Post Reply