Bug 436360
| Summary: | Traceback from nfs install | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jesse Keating <jkeating> | ||||
| Component: | anaconda | Assignee: | Chris Lumens <clumens> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | rawhide | CC: | dcantrell | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2008-03-12 15:44:57 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: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 430962 | ||||||
| Attachments: |
|
||||||
Created attachment 297091 [details]
anaconda dump
From debug:
p fstype, device, location, flags
('nfs', '/mnt/source', '/mnt/source', None)
up
p self.tree
'/mnt/source'
p methodstr
'file:///mnt/source'
p self.anaconda.methodstr
'nfs:/mnt/source'
So it's trying to mount /mnt/source, onto itself. Yeah that's probably not
going to work (:
Happens with NFS ISO too.
This happens both using the UI to define an install method as well as using method= from the boot cli. This should be fixed in the next build of anaconda. Confirmed. |
After formatting the filesystem, this traceback is seen. Install method was nfs, using netinst.iso anaconda 11.4.0.47 exception report Traceback (most recent call first): File "/usr/lib/anaconda/isys.py", line 337, in mount rc = _isys.mount(fstype, device, location, flags) File "/usr/lib/anaconda/yuminstall.py", line 460, in doConfigSetup isys.mount(self.anaconda.methodstr[4:], self.tree, "nfs") File "/usr/lib/anaconda/yuminstall.py", line 301, in __init__ self.doConfigSetup(root=anaconda.rootPath) File "/usr/lib/anaconda/yuminstall.py", line 842, in doInitialSetup self.ayum = AnacondaYum(anaconda) File "/usr/lib/anaconda/backend.py", line 192, in doRepoSetup anaconda.backend.doInitialSetup(anaconda) File "/usr/lib/anaconda/dispatch.py", line 208, in moveStep rc = stepFunc(self.anaconda) File "/usr/lib/anaconda/dispatch.py", line 131, in gotoNext self.moveStep() File "/usr/lib/anaconda/text.py", line 701, in run anaconda.dispatch.gotoNext() File "/usr/bin/anaconda", line 1073, in <module> anaconda.intf.run(anaconda) SystemError: mount failed Attaching the dump.