| Summary: | AttributeError: 'NoneType' object has no attribute 'format' | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | James Laska <jlaska> |
| Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 15 | CC: | anaconda-maint-list, athmanem, awilliam, dennis, jonathan, jturner, masami256, vanmeeuwen+fedora |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | anaconda_trace_hash:9b2ddec9d5cd6e4ed98a5d5a631cda3647d1fd7f516030a2f997e4cb2740cfad | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-02-18 19:44:54 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 479541 [details]
Attached traceback automatically from anaconda.
While trying to retest a custom-built F-15-Alpha live image (near RC time), I hit bug#663294 while attempting to install. I re-ran liveinst and attempted to install again, and encountered this failure. Created attachment 479572 [details]
Attached traceback automatically from anaconda.
I hit this also, following much the same process as jlaska - build a live image with latest kernel (to avoid 672265) and attempt to install, using 'use entire disk' partition scheme choice. Testing in a VM using an XFCE live image. *** This bug has been marked as a duplicate of bug 672030 *** Created attachment 479644 [details]
Attached traceback automatically from anaconda.
Created attachment 479751 [details]
Attached traceback automatically from anaconda.
Created attachment 479872 [details]
Attached traceback automatically from anaconda.
|
The following was filed automatically by anaconda: anaconda 15.20 exception report Traceback (most recent call first): File "/usr/lib64/python2.7/site-packages/pyanaconda/livecd.py", line 341, in getMinimumSizeMB return self.anaconda.storage.liveImage.format.size File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/__init__.py", line 1027, in sanityCheck root.size < self.anaconda.backend.getMinimumSizeMB("/")): File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/partitioning.py", line 259, in doAutoPartition (errors, warnings) = anaconda.storage.sanityCheck() File "/usr/lib64/python2.7/site-packages/pyanaconda/dispatch.py", line 211, in moveStep rc = stepFunc(self.anaconda) File "/usr/lib64/python2.7/site-packages/pyanaconda/dispatch.py", line 130, in gotoNext self.moveStep() File "/usr/lib64/python2.7/site-packages/pyanaconda/gui.py", line 1346, in setScreen self.anaconda.dispatch.gotoNext() File "/usr/lib64/python2.7/site-packages/pyanaconda/gui.py", line 1258, in nextClicked self.setScreen () AttributeError: 'NoneType' object has no attribute 'format'