Bug 683254
Summary: | Kernel messages can be still seen after init process has been started | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Artem S. Tashkinov <aros> |
Component: | plymouth | Assignee: | Ray Strode [halfline] <rstrode> |
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 15 | CC: | fedora, iarlyy, johannbg, jonathan, lpoetter, metherid, mschmidt, notting, plautrba, rstrode |
Target Milestone: | --- | Keywords: | Reopened |
Target Release: | --- | ||
Hardware: | i686 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-03-10 08:51:19 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
Artem S. Tashkinov
2011-03-08 22:23:43 UTC
This is expected; if you don't boot with 'quiet', the kernel's not quiet. This is *not* expected, because all previous RH and Fedora releases don't have this "feature". I'm now running Fedora 14 without quiet boot option and there are no kernel messages in any of text terminals. There used to be code that frobbed the kernel loglevel on boot in rc.sysinit. This was removed in Fedora 14 for a variety of reasons: 1) This didn't do anything useful prior to rsyslog, as sysklogd would reset it. 2) This overrides the kernel commandline, for people who want to temporarily reset it there 3) This actually turns messages back on out from underneath plymouth, which isn't nice. From a release note that should have gone into Fedora 14 (but did not): ... Use of the 'LOGLEVEL' parameter in /etc/sysconfig/init to set the console loglevel is no longer supported. To set the console loglevel, pass 'loglevel=<number>' as a boot time parameter. ... systemd doesn't actually fiddle with this. I think Plymouth does that now. (In reply to comment #3) You reasoning looks sound even though I'm not entirely content with it. 1) Kernel boot messages often are the only resort of seeing and understanding why the system doesn't boot properly or misbehaves. At the same time removing quiet boot option makes the system overly verbose. 2) A lot of people may disagree why you are changing 13+ years defaults. Feel free to close this bug report and I'd like to know (link will suffice) if this change/proposal has been discussed on a mailing list. |