| Summary: | AttributeError: 'NoneType' object has no attribute 'format' | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | gervandijck <vandijck.ger> | ||||||
| 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: | unspecified | ||||||||
| Version: | 15 | CC: | anaconda-maint-list, harald, jonathan, kay, Steven.Seed, vandijck.ger, vanmeeuwen+fedora | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | i386 | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | anaconda_trace_hash:73eabd9f384682c40bd533f928b0462fb45f6445cacddd4d125e16a3211e4aa5 | ||||||||
| Fixed In Version: | anaconda-18.3 | Doc Type: | Bug Fix | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2012-08-03 19:31:13 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Attachments: |
|
||||||||
Created attachment 519149 [details]
Attached traceback automatically from anaconda.
Created attachment 519150 [details]
Attached traceback automatically from anaconda.
This looks to be another CD device where we don't get an ID_FS_TYPE set up for us by udev, so anaconda doesn't understand that it's an installation source. That might be cleared up post-F15, though. (In reply to comment #3) > This looks to be another CD device where we don't get an ID_FS_TYPE set up for > us by udev, so anaconda doesn't understand that it's an installation source. > That might be cleared up post-F15, though. How about fallback code? You can let the user choose or manually scan the cdroms. This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. anaconda should catch the missing ID_FS_TYPE=iso9660 and prompt the user manually to select between all /dev/sr*. I see this error as well when I have specified repos in my kickstart that non-existent paths. For example: repo --name base-epel --baseurl=file:///mnt/nfs/repos/el6/epel Where the is no valid repo in that path. This should report and error, but should not throw and exception. (Seeing this in RHEL 6.2) The code this bug resulted from is no longer present as of anaconda-18.3. Please test with F18 and if you see similar problems, open a new bug. Thanks. |
The following was filed automatically by anaconda: anaconda 15.31 exception report Traceback (most recent call first): File "/usr/lib/python2.7/site-packages/pyanaconda/yuminstall.py", line 378, in _mountInstallCD dev.format.mountpoint = self.tree File "/usr/lib/python2.7/site-packages/pyanaconda/yuminstall.py", line 488, in configBaseURL self._mountInstallCD() File "/usr/lib/python2.7/site-packages/pyanaconda/yuminstall.py", line 356, in setup self.configBaseURL() File "/usr/lib/python2.7/site-packages/pyanaconda/yuminstall.py", line 1231, in doBackendSetup self.ayum.setup() File "/usr/lib/python2.7/site-packages/pyanaconda/backend.py", line 192, in doBackendSetup if anaconda.backend.doBackendSetup(anaconda) == DISPATCH_BACK: File "/usr/lib/python2.7/site-packages/pyanaconda/dispatch.py", line 211, in moveStep rc = stepFunc(self.anaconda) File "/usr/lib/python2.7/site-packages/pyanaconda/dispatch.py", line 130, in gotoNext self.moveStep() File "/usr/lib/python2.7/site-packages/pyanaconda/gui.py", line 1257, in nextClicked self.anaconda.dispatch.gotoNext() AttributeError: 'NoneType' object has no attribute 'format'