Project

General

Profile

Actions

Bug #2377

closed

On CentOS/RHEL 6, Rudder detects two running syslog daemons and, confused, outputs an error

Added by Matthieu CERDA about 12 years ago. Updated almost 12 years ago.

Status:
Released
Priority:
1
Assignee:
Nicolas PERRON
Category:
System techniques
Target version:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:

Description

On CentOS/RHEL 6, Rudder detects two running syslog daemons and, confused, outputs an error.

In the promise, we match this:

  processes:
        "rsyslogd" 
                process_count => islaunched("rsyslogd");

        "syslog-ng" 
                process_count => islaunched("syslogng");

        "[^r]syslogd" 
                process_count => islaunched("syslogd");

BUT!

In EL6 systems, the running syslog is launched as:

/sbin/rsyslogd -i /var/run/syslogd.pid -c 4
Actions

Also available in: Atom PDF