Mailinglist Archive: opensuse-bugs (5568 mails)
| < Previous | Next > |
[Bug 724610] systemd: why is kmsg polluted?
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Thu, 20 Oct 2011 14:21:53 +0000
- Message-id: <20111020142153.A63E924551D@molor.provo.novell.com>
https://bugzilla.novell.com/show_bug.cgi?id=724610
https://bugzilla.novell.com/show_bug.cgi?id=724610#c10
Jiri Slaby <jslaby@xxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #10 from Jiri Slaby <jslaby@xxxxxxxx> 2011-10-20 14:21:52 UTC ---
So to answer the question "why is kmsg polluted"... It is because syslog was
not running for some reason. The cure was to change
SYSLOG_DAEMON=""
in /etc/sysconfig/syslog to
SYSLOG_DAEMON="rsyslogd"
reboot and then back to
SYSLOG_DAEMON=""
and reboot.
Now it shows properly the status and everything works:
# systemctl status syslog.service
syslog.service - System Logging Service
Loaded: loaded (/lib/systemd/system/syslog.service; enabled)
Active: active (running) since Thu, 20 Oct 2011 16:18:54 +0200; 31s
ago
Process: 725 ExecStart=/sbin/rsyslogd -c 5 -f /etc/rsyslog.earlyconf
(code=exited, status=0/SUCCESS)
Process: 715 ExecStartPre=/var/run/rsyslog/addsockets (code=exited,
status=0/SUCCESS)
Process: 688 ExecStartPre=/bin/systemctl stop
systemd-kmsg-syslogd.service (code=exited, status=0/SUCCESS)
Main PID: 737 (rsyslogd)
CGroup: name=systemd:/system/syslog.service
└ 737 /sbin/rsyslogd -c 5 -f /etc/rsyslog.early.conf
I have no more polkit blob in my kernel messages. Thanks.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |