Actions
Bug #2377
closedOn CentOS/RHEL 6, Rudder detects two running syslog daemons and, confused, outputs an error
Status:
Released
Priority:
1 (highest)
Assignee:
Nicolas PERRON
Category:
System techniques
Target version:
Pull Request:
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