RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 908690 - rsyslog stop and info about 'syslog.socket' appears randomly
Summary: rsyslog stop and info about 'syslog.socket' appears randomly
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: systemd
Version: 7.0
Hardware: Unspecified
OS: Unspecified
high
medium
Target Milestone: beta
: ---
Assignee: Michal Sekletar
QA Contact: qe-baseos-daemons
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-02-07 10:47 UTC by Petr Sklenar
Modified: 2013-12-10 12:08 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-12-10 12:08:14 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Petr Sklenar 2013-02-07 10:47:07 UTC
Description of problem:
info about 'syslog.socket' appears randomly

Version-Release number of selected component (if applicable):
systemd-197-1.el7.1.1.x86_64

How reproducible:
always with my machine

Steps to Reproduce:
Redirecting to /bin/systemctl status  syslog.service
rsyslog.service - System Logging Service
	  Loaded: loaded (/usr/lib/systemd/system/rsyslog.service; enabled)
	  Active: active (running) since Thu 2013-02-07 05:37:46 EST; 5min ago
	Main PID: 23521 (rsyslogd)
	  CGroup: name=systemd:/system/rsyslog.service
		  └─23521 /sbin/rsyslogd -n -c 5

Feb 07 05:37:46 pes-guest-67.lab.eng.brq.redhat.com systemd[1]: Starting System Logging Service...
Feb 07 05:37:46 pes-guest-67.lab.eng.brq.redhat.com systemd[1]: Started System Logging Service.

[root@pes-guest-67 ~]# service rsyslog status
Redirecting to /bin/systemctl status  rsyslog.service
rsyslog.service - System Logging Service
	  Loaded: loaded (/usr/lib/systemd/system/rsyslog.service; enabled)
	  Active: active (running) since Thu 2013-02-07 05:37:46 EST; 5min ago
	Main PID: 23521 (rsyslogd)
	  CGroup: name=systemd:/system/rsyslog.service
		  └─23521 /sbin/rsyslogd -n -c 5

Feb 07 05:37:46 pes-guest-67.lab.eng.brq.redhat.com systemd[1]: Starting System Logging Service...
Feb 07 05:37:46 pes-guest-67.lab.eng.brq.redhat.com systemd[1]: Started System Logging Service.

[root@pes-guest-67 ~]# service rsyslog stop
Redirecting to /bin/systemctl stop  rsyslog.service
Job for rsyslog.service canceled.

[root@pes-guest-67 ~]# service rsyslog stop
Redirecting to /bin/systemctl stop  rsyslog.service
Job for rsyslog.service canceled.

[root@pes-guest-67 ~]# service rsyslog stop
Redirecting to /bin/systemctl stop  rsyslog.service
Warning: Stopping rsyslog.service, but it can still be activated by:
  syslog.socket

[root@pes-guest-67 ~]# service rsyslog stop
Redirecting to /bin/systemctl stop  rsyslog.service
Job for rsyslog.service canceled.


  
Actual results:
info about 'syslog.socket' appears randomly

Expected results:
there is all the time info about 'syslog.socket'

Additional info:

Comment 2 Michal Sekletar 2013-12-10 12:08:14 UTC
Some changes has been proposed upstream to mitigate this behavior but we agreed that we are not going to patch over the fact that user is doing something inherently racy here (applies to stopping to all services activated by rather busy sockets). But afaik stopping rsyslog via service command shouldn't make noise anymore because of changes in rsyslog. Closing as WONTFIX.


Note You need to log in before you can comment on or make changes to this bug.