Bug 495404
| Summary: | Exception while editing a partition | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Bruno Wolff III <bruno> | ||||
| 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: | low | ||||||
| Version: | rawhide | CC: | anaconda-maint-list, jlaska, pjones, rmaximo, vanmeeuwen+fedora | ||||
| 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: | 2009-04-14 13:33:35 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: |
|
||||||
|
Description
Bruno Wolff III
2009-04-12 19:30:20 UTC
Can you please attach the complete traceback to this bug report so we can investigate it? I am short on time right now and have one machine I need to get working soon. I have another I am not in a hurry to get installed and will retest using a current boot.iso once the dbus issue is fixed and I have a bit of time. I think there probably is a problem related to raid and/or encryption in custom disk layouts. But because I am mixing install images (trying to work around the dbus issue) I don't know that the problem is really in the latest version. Created attachment 339405 [details]
Saved traceback
I retested this with livecd-fedora-livecd-testday-20090414-i386.iso and still got the error. I selected a custom layout, advanced to the next screen and tried to edit a partition and generated the attached traceback.
anaconda None exception report
Traceback (most recent call first):
File "/usr/lib/anaconda/iw/partition_ui_helpers_gui.py", line 334, in createPreExistFSOptionSection
if not formatcb.get_active() and not origfs.migrate:
File "/usr/lib/anaconda/iw/raid_dialog_gui.py", line 507, in __init__
(row, self.fsoptionsDict) = createPreExistFSOptionSection(origrequest, maintable, row, self.mountCombo, self.storage, luksdev=luksdev)
File "/usr/lib/anaconda/iw/partition_gui.py", line 1076, in editRaidArray
isNew)
File "/usr/lib/anaconda/iw/partition_gui.py", line 1062, in editCB
self.editRaidArray(device)
AttributeError: 'NoneType' object has no attribute 'get_active'
*** This bug has been marked as a duplicate of bug 495288 *** |