|
Bugzilla – Full Text Bug Listing |
| Summary: | systemd: no messages on shutdown | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 12.2 | Reporter: | Jiri Slaby <jslaby> |
| Component: | Basesystem | Assignee: | Frederic Crozat <fcrozat> |
| Status: | RESOLVED INVALID | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | crrodriguez |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Jiri Slaby
2012-10-25 13:47:55 UTC
I assume you already tried booting without "splash=silent quiet" and WITH "plymouth.enable=0" right ? (In reply to comment #1) > I assume you already tried booting without "splash=silent quiet" and WITH > "plymouth.enable=0" right ? I don't even have plymouth installed, so I believe the latter is not needed. And the former should have no effect on printing important messages. At least this is how it works on my second machine with serial terminal as a console... as described in systemd(1) manpage, "quiet" on kernel cmdline will hide services starting/stopping messages on boot / shutdown, unless you specify "systemd.show_status=1". When plymouth is installed, pressing esc switches show_status on (by creating a file in /run/systemd/show-status ) Yes, systemd.show_status=1 shows them. It's sad one has to add parameters to have the behavior. |