Bug 495665
| Summary: | Crash during custom layout | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | MartinG <martin> | ||||
| 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: | low | ||||||
| Version: | rawhide | CC: | anaconda-maint-list, andreas, cje, pjones, rmaximo, vanmeeuwen+fedora | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | anaconda_trace_hash:83b7cdf2e30e0c6ae2641dce6c28b8a1b910d1b52af975cf6d9f6389f433c343 | ||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2009-04-14 13:31: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 339454 [details]
Attached traceback automatically from anaconda.
This was from Fedora-11-Snap1-x86_64-Live-KDE, with upgraded anaconda-11.5.0.44-1 from koji. The exception happened when I ran custom layout, and edited the (now empty/uninitialized) swap volume. This will be fixed in the next build of anaconda. Thanks for the bug report. *** Bug 495744 has been marked as a duplicate of this bug. *** *** Bug 495810 has been marked as a duplicate of this bug. *** Thank you! This worked for me: Boot the snap1 live image, get packages from koji and install: # yum --nogpgcheck localinstall \ anaconda-11.5.0.45-2* NetworkManager-0.7.1-3.git20090414.fc11* \ NetworkManager-glib-0.7.1-3.git20090414.fc11* \ NetworkManager-gnome-0.7.1-3.git20090414.fc11* Then install to disk - create custom layout -> works! |
The following was filed automatically by anaconda: anaconda None exception report Traceback (most recent call first): File "/usr/lib/anaconda/iw/partition_ui_helpers_gui.py", line 401, in createPreExistFSOptionSection formatcb.connect("toggled", formatOptionResizeCB, (resizesb, origfs)) File "/usr/lib/anaconda/iw/lvm_dialog_gui.py", line 498, in <lambda> luksdev=templuks) File "/usr/lib/anaconda/iw/lvm_dialog_gui.py", line 550, in editLogicalVolume (row, self.fsoptionsDict) = cpefsos(maintable, row) File "/usr/lib/anaconda/iw/lvm_dialog_gui.py", line 775, in editCurrentLogicalVolume self.editLogicalVolume(lv) File "/usr/lib/anaconda/iw/lvm_dialog_gui.py", line 831, in logvolActivateCb self.editCurrentLogicalVolume() AttributeError: 'NoneType' object has no attribute 'connect'