Bug 833551

Summary: don't refer to systemd-kmsg-syslogd.service anymore
Product: [Fedora] Fedora Reporter: Michal Schmidt <mschmidt>
Component: syslog-ngAssignee: Jose Pedro Oliveira <jose.p.oliveira.oss>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 17CC: jose.p.oliveira.oss, mrunge, parveen.k.atwal, rayvd, silfreed
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-06-30 08:26:02 UTC Type: Bug
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: 732874    

Description Michal Schmidt 2012-06-19 18:32:55 UTC
Description of problem:
syslog-ng.service has:
...
ExecStartPre=/bin/systemctl stop systemd-kmsg-syslogd.service
...

systemd-kmsg-syslogd.service does not exist anymore since the systemd journal was introduced (in Fedora 17).

Please remove the ExecStartPre line.
Or, if you want to use the same unit file with pre-journal systemd versions, at the very least prefix the command with a dash, so that errors will be ignored. It is actually a bug that "systemctl stop" does not exit with a non-zero error code when operating on a non-existent unit. We're going to fix that bug in systemd and the fix would break your unit as it is now.

Version-Release number of selected component (if applicable):
syslog-ng-3.2.5-14.fc17.x86_64

Comment 1 Fedora Update System 2012-06-19 22:22:23 UTC
syslog-ng-3.2.5-15.fc17 has been submitted as an update for Fedora 17.
https://admin.fedoraproject.org/updates/syslog-ng-3.2.5-15.fc17

Comment 2 Fedora Update System 2012-06-20 19:32:35 UTC
Package syslog-ng-3.2.5-15.fc17:
* should fix your issue,
* was pushed to the Fedora 17 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing syslog-ng-3.2.5-15.fc17'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2012-9741/syslog-ng-3.2.5-15.fc17
then log in and leave karma (feedback).

Comment 3 Jose Pedro Oliveira 2012-06-22 12:08:56 UTC
Problem reported upstream.

Ticket:
https://bugzilla.balabit.com/show_bug.cgi?id=184

Upstream commit for syslog-ng 3.3.6:
https://github.com/balabit/syslog-ng-3.3/commit/d2369ec9f7662ad002155aecdde8d0e31fd21106

Comment 4 Fedora Update System 2012-06-30 08:26:02 UTC
syslog-ng-3.2.5-15.fc17 has been pushed to the Fedora 17 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 5 pka 2013-03-14 01:21:23 UTC
After trying this update, Xen boot up stops at "Starting Xendomains - start and stop guests on boot and shutdown..." which was the line before "systemd-kmsg-syslogd.service" line earlier.