|
Bugzilla – Full Text Bug Listing |
| Summary: | system boot gets stuck on a bind mount | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.4 | Reporter: | Carlos Robinson <carlos.e.r> |
| Component: | Basesystem | Assignee: | Ruediger Oertel <ro> |
| Status: | VERIFIED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | lmuelle, lnussel, martin, meissner, werner |
| Version: | Factory | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | Other | ||
| Whiteboard: | maint:released:11.4:40538 | ||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Bug Depends on: | |||
| Bug Blocks: | 642289 | ||
| Attachments: |
Photo showing message.
boot log, quiet removed messages log fstab file |
||
|
Description
Carlos Robinson
2011-02-23 00:24:22 UTC
Created attachment 415641 [details]
Photo showing message.
Video failed to upload.
please remove quiet from the boot prompt and then check the logs Created attachment 415750 [details]
boot log, quiet removed
Here you have
Created attachment 415751 [details]
messages log
Created attachment 415754 [details]
fstab file
I think it is the fsck phase. The bind partition is not present, because it belongs to /home, which is mounted a bit later. The fsck is ignoring the "0" in the fstab, do not check. ... this does look like device mapper tries to mount this bind before boot.localfs has done its work, that is that /other/home is not ready before boot.localfs but boot.localfs depends on boot.device-mapper (In reply to comment #7) > ... this does look like device mapper tries to mount this bind before > boot.localfs has done its work, that is that /other/home is not ready > before boot.localfs but boot.localfs depends on boot.device-mapper Yes. See also http://www.linux-club.de/viewtopic.php?f=21&t=113328 See my latest update for aaa_base for bug #642289 there is also a fix for stalled bind mounts included. *** Bug 690871 has been marked as a duplicate of this bug. *** the bnc entry for this was not in the aaa_base submit, but I added the bugnr to the patchinfo. Update released for: aaa_base, aaa_base-debuginfo, aaa_base-debugsource, aaa_base-extras Products: openSUSE 11.4 (debug, i586, x86_64) fixed And verified. |