Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Description of problem:
I just deleted existing LVM mountpoint in manual partitioning and the window showing the mountpoints got empty (usually there's a block of text and a button for creating the partitions manually). Few seconds later it crashed.
Version-Release number of selected component:
anaconda-19.31.111-1
The following was filed automatically by anaconda:
anaconda 19.31.111-1 exception report
Traceback (most recent call first):
File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 1169, in _do_refresh
firstPage = self._accordion.allPages[0]
File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 2524, in on_remove_clicked
self._do_refresh()
IndexError: list index out of range
Additional info:
cmdline: /usr/bin/python /sbin/anaconda
cmdline_file: ro vnc noeject
executable: /sbin/anaconda
hashmarkername: anaconda
kernel: 3.10.0-210.el7.ppc64
product: Red Hat Enterprise Linux 7"
release: Red Hat Enterprise Linux ComputeNode release 7.1 Beta (Maipo)
release_type: pre-release
type: anaconda
version: Red Hat Enterprise Linux ComputeNode"
Comment 17Vratislav Podzimek
2015-07-01 12:43:11 UTC
Judging from the logs the possible reproducer seems to be:
1. start anaconda with multipath [*] disks with RHEL 7 installed on them
2. go to custom partitioning with those disks selected
3a. click to reformat the prepboot partition
4. delete all the mountpoints from the existing installation except for prepboot
or 3b. create new prepboot "mountpoint"
[*] not sure if really required
I don't have a setup available that I could use to test the above steps, but I tried to test a similar thing with GPT and biosboot instead of prepboot and that worked well with the rebased anaconda. So I'm marking this as fixed in the new anaconda. Please test the steps above and if it still fails, let us know so that we can do some more debugging.
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://rhn.redhat.com/errata/RHBA-2015-2284.html
Description of problem: I just deleted existing LVM mountpoint in manual partitioning and the window showing the mountpoints got empty (usually there's a block of text and a button for creating the partitions manually). Few seconds later it crashed. Version-Release number of selected component: anaconda-19.31.111-1 The following was filed automatically by anaconda: anaconda 19.31.111-1 exception report Traceback (most recent call first): File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 1169, in _do_refresh firstPage = self._accordion.allPages[0] File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 2524, in on_remove_clicked self._do_refresh() IndexError: list index out of range Additional info: cmdline: /usr/bin/python /sbin/anaconda cmdline_file: ro vnc noeject executable: /sbin/anaconda hashmarkername: anaconda kernel: 3.10.0-210.el7.ppc64 product: Red Hat Enterprise Linux 7" release: Red Hat Enterprise Linux ComputeNode release 7.1 Beta (Maipo) release_type: pre-release type: anaconda version: Red Hat Enterprise Linux ComputeNode"