Bug 441664
Summary: | rsyslog should explicitly conflict with syslog-ng | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Todd Denniston <todd.denniston> |
Component: | rsyslog | Assignee: | Peter Vrabec <pvrabec> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | 9 | CC: | david, jonstanley, jose.p.oliveira.oss, theinric |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2008-09-15 13:16:02 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 438943 |
Description
Todd Denniston
2008-04-09 12:12:16 UTC
There is a solution for the problem: read the comments >= #16 of bug #400661. /jpo Reference: https://bugzilla.redhat.com/show_bug.cgi?id=400661 Re: comment #1 OK, so there may be a SANE way to resolve it... Apparently my bug search was too narrow, I think I only looked in version:rawhide and or version:8 for the bug. Assumption: both daemons "using the same the pid file (/var/run/syslogd.pid)", would cause the second one that is fired up by init (or the new init replacment) to either kill the first one or itself. correct? Apparently Peter Vrabec <pvrabec> decided that was not such a great idea. from the rsyslog-3.14.1-2.fc9.src.rpm rsyslog.spec Change log: * Wed Jan 16 2008 change pid filename and use logrotata script from sysklogd * Fri Jan 18 2008 use rsyslog own pid file looking at the syslog-ng-2.0.8-1.fc9.src.rpm syslog-ng.spec ... Any chance you (JPO) have a decent working relation ship with Peter, and can convince him it is a good idea? :} Changing version to '9' as part of upcoming Fedora 9 GA. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping Adding to F10Blocker. No file conflicts are allowed in the repo (and I just verified this is still the case as of rawhide 20080913) fixed, rsyslog and syskog-ng use same pidfile and logrotate file since: rsyslog-3.21.3-4.fc10 syslog-ng-2.0.8-3.fc10 |