Bug 1060459
Summary: | Crash running os-prober during F20 install with LUKS partition on disk | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Jonathan Pallant <redhat> | ||||
Component: | os-prober | Assignee: | Hedayat Vatankhah <hedayatv> | ||||
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 20 | CC: | bcl, dennis, hedayatv, lkundrak, mads, pjones | ||||
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: | 2014-04-24 07:46:22 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Jonathan Pallant
2014-02-01 22:32:55 UTC
I've rebooted back in to the Live USB environment and ran (without mounting or unlocking the LUKS partition): [liveuser@localhost ~]$ sudo os-prober /dev/sda1:Windows 7 (loader):Windows:chain umount: /var/lib/os-prober/mount: target is busy (In some cases useful info about processes that use the device is found by lsof(8) or fuser(1).) rmdir: failed to remove ‘/var/lib/os-prober/mount’: Device or resource busy /dev/sda7:Fedora release 20 (Heisenbug):Fedora:linux rmdir: failed to remove ‘/var/lib/os-prober/mount’: Device or resource busy rmdir: failed to remove ‘/var/lib/os-prober/mount’: Device or resource busy rmdir: failed to remove ‘/var/lib/os-prober/mount’: Device or resource busy It then hangs at that point. The portion of /var/log/messages is attached. Created attachment 858142 [details]
Section from /var/log/messages
Would you please try "umount /var/lib/os-prober/mount" manually (after running os-prober) and see if it works? If not, please lsof to see why it is busy. I have to ctrl-c to get out of os-prober but after that I can sudo umount that path without issue. It seems a duplicate of another bug which I should fix ASAP. *** This bug has been marked as a duplicate of bug 903906 *** |