|
Bugzilla – Full Text Bug Listing |
| Summary: | systemd-fsck lacks progress meter | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 12.1 | Reporter: | Karl Eichwalder <ke> |
| Component: | Basesystem | Assignee: | Frederic Crozat <fcrozat> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Enhancement | ||
| Priority: | P5 - None | CC: | crrodriguez |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Documentation | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Karl Eichwalder
2011-12-12 13:53:07 UTC
please report this upstream. I'm not that familiar with systemd's upstream ecosystem (but maybe, I can try). FTR, using sysv you can see the fsck progress meter. after checking the code, it appears systemd supports showing fsck progress, but I'm not certain if it is supposed to work when plymouth is not enabled. I'll double check could you paste /proc/cmdline ? I think fsck output is hidden when quiet is present on commandline (but not if plymouth is running). We might need to unhide it when bootsplash is running. Good catch! cat /proc/cmdline root=/dev/sda2 resume=/dev/disk/by-id/ata-ST3160815AS_9RA4R5V1-part3 splash=silent quiet vga=791 I've just pushed a fix to home:fcrozat:systemd / systemd which ensure systemd will more verbose at startup / shutdown (including fsck progress), when running behind bootsplash, so you get more information when pressing escape, even when "quiet" is specified. This way, the behaviour is identical than when using plymouth under Fedora. I'll close this bug when fix is pushed as part of 12.1 maintenance update. This is an autogenerated message for OBS integration: This bug (736225) was mentioned in https://build.opensuse.org/request/show/102201 Factory / systemd This is an autogenerated message for OBS integration: This bug (736225) was mentioned in https://build.opensuse.org/request/show/106032 12.1 / systemd closing as fixed. |