Bug 493266
| Summary: | Anaconda fails on fstab with bind mount | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Andrew Bartlett <abartlet> |
| Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | 18niceboy18, anaconda-maint-list, braden, bruce, grezes, panathcypan, pjones, rmaximo, tgutwin, vanmeeuwen+fedora, yez |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | anaconda_trace_hash:8c499aaa131ab96599592df4beb64a95a9f4eb687020555579e862da001a2925 | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-04-29 14:01:29 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: | |||
| Attachments: | |||
Created attachment 337460 [details]
Attached traceback automatically from anaconda.
Thanks for the bug report. This will be fixed in the next build of anaconda. That wasn't the resolution I wanted. Created attachment 338011 [details]
Attached traceback automatically from anaconda.
Created attachment 338280 [details]
Attached traceback automatically from anaconda.
Created attachment 339518 [details]
Attached traceback automatically from anaconda.
Created attachment 339737 [details]
Attached traceback automatically from anaconda.
Created attachment 341318 [details]
Attached traceback automatically from anaconda.
This is not fixed. I've encountered the same problem with F11 Preview. This was fixed in anaconda-11.5.0.48 which unfortunately was not included in the preview release. In my case the failure was apparently caused by an entry in fstab that was part of VMWare tools: In /etc/fstab: # Beginning of the block added by the VMware software .host:/ /mnt/hgfs vmhgfs defaults,ttl=5 0 0 # End of the block added by the VMware software Simply commenting out the ".host:/" line allowed the FC11beta to install without problems and upgrade my FC10 (virtual) instance. Created attachment 348741 [details]
Attached traceback automatically from anaconda.
Created attachment 358909 [details]
Attached traceback automatically from anaconda.
|
The following was filed automatically by anaconda: anaconda 11.5.0.38 exception report Traceback (most recent call first): File "/usr/lib/anaconda/storage/__init__.py", line 1346, in parseFSTab raise Exception("fstab entry %s is malformed: %s" % (devspec, e)) File "/usr/lib/anaconda/storage/__init__.py", line 958, in mountExistingSystem fsset.parseFSTab(chroot=rootPath) File "/usr/lib/anaconda/upgrade.py", line 236, in upgradeMountFilesystems allowDirty = 0) File "/usr/lib/anaconda/dispatch.py", line 205, in moveStep rc = stepFunc(self.anaconda) File "/usr/lib/anaconda/dispatch.py", line 128, in gotoNext self.moveStep() File "/usr/lib/anaconda/gui.py", line 1317, in nextClicked self.anaconda.dispatch.gotoNext() Exception: fstab entry /scratch/kvm is malformed: get_containing_device() takes exactly 2 arguments (1 given)