Bug 134058
| Summary: | Upgrade offers extra empty choice | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Matthias Saou <matthias> |
| Component: | anaconda | Assignee: | Jeremy Katz <katzj> |
| Status: | CLOSED RAWHIDE | QA Contact: | Mike McLean <mikem> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3 | CC: | julia, nobody+pnasrat |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2005-03-30 11:55: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: | 123268 | ||
Fixed in CVS. Thanks. *** Bug 135000 has been marked as a duplicate of this bug. *** Confirmed fixed in FC4Test1 anaconda. |
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040806 Firefox/0.9.3 Description of problem: When booting the FC3 test2 DVD, and choosing "Upgrade an existing installation", the drop-down list offers me my existing Fedora Core 2 installation as the first choice, but there is also an empty line below it that I can select. When this empty line is selected and "Next" is clicked, there is a traceback about "IndexError: list index out of range" (examine_gui.py line 42, in getNext rootfs = self.parts[self.upgradecombo.get_active()]. Version-Release number of selected component (if applicable): FC3 test2 DVD How reproducible: Always Steps to Reproduce: 1. Choose to upgrade 2. Select the empty line 3. Crash Actual Results: Python traceback from anaconda. Expected Results: The drop-down menu of current installations shouldn't display that extra line. Additional info: Maybe this is due to labels or my partitions. This is a laptop which has currently configured an hda1 with LABEL=/ and my Fedora Core 2 system, and an hda2 with LABEL=/data and only data files, no /etc on it or anything. I can copy/paste my partition table or any extra info if needed.