Bug 679986
Summary: | During SELinux autorelabel it tries to run Syslog Kernel Log Buffer Bridge | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Horst H. von Brand <vonbrand> |
Component: | systemd | Assignee: | Lennart Poettering <lpoetter> |
Status: | CLOSED WORKSFORME | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | low | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | lpoetter, metherid, mschmidt, notting, plautrba |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-04-02 02:22:57 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: |
Description
Horst H. von Brand
2011-02-24 02:15:51 UTC
That's a tiny bridge that connects /dev/log to kmsg. It is only started when some process writes something to /dev/log, and then terminates itself automatically after 10s (as a side note: I inreased that to 5min in systemd git). So, this is not really systemd's fault: something is writing messages to /dev/log. And we shouldn't make systemd ignore that but figure out what exactly is responsible for that. Any chance you could try to reproduce this issue but boot with plymouth completely off ("rd_NO_PLYMOUTH" on the kernel cmdline) and with debug output of the kernel on? ("debug" on the kernel cmdline). Then, the messages written to /dev/log should reach the console via kmsg, and we should be able to figure out what is going on. *** Bug 669692 has been marked as a duplicate of this bug. *** This has been fixed (just had to relabel because of /run, no trouble whatsoever). Can't say which of the hundreds of updates did the trick :-( OK, thanks. Closing then. |