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.
Bug 1170294 - IndexError: list index out of range
Summary: IndexError: list index out of range
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: anaconda
Version: 7.1
Hardware: ppc64
OS: Unspecified
unspecified
high
Target Milestone: rc
: ---
Assignee: rmarshall
QA Contact: Release Test Team
URL:
Whiteboard: abrt_hash:56711a52c5eef195557c1482865...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-12-03 17:32 UTC by Jaromír Cápík
Modified: 2016-02-01 02:00 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-07-08 15:24:41 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
File: anaconda-tb (861.83 KB, text/plain)
2014-12-03 17:32 UTC, Jaromír Cápík
no flags Details
File: anaconda.log (24.14 KB, text/plain)
2014-12-03 17:32 UTC, Jaromír Cápík
no flags Details
File: environ (404 bytes, text/plain)
2014-12-03 17:32 UTC, Jaromír Cápík
no flags Details
File: lsblk_output (6.36 KB, text/plain)
2014-12-03 17:32 UTC, Jaromír Cápík
no flags Details
File: nmcli_dev_list (2.71 KB, text/plain)
2014-12-03 17:32 UTC, Jaromír Cápík
no flags Details
File: os_info (510 bytes, text/plain)
2014-12-03 17:32 UTC, Jaromír Cápík
no flags Details
File: program.log (39.84 KB, text/plain)
2014-12-03 17:32 UTC, Jaromír Cápík
no flags Details
File: storage.log (338.16 KB, text/plain)
2014-12-03 17:32 UTC, Jaromír Cápík
no flags Details
File: syslog (108.08 KB, text/plain)
2014-12-03 17:32 UTC, Jaromír Cápík
no flags Details
File: ifcfg.log (9.88 KB, text/plain)
2014-12-03 17:32 UTC, Jaromír Cápík
no flags Details
File: packaging.log (185.85 KB, text/plain)
2014-12-03 17:32 UTC, Jaromír Cápík
no flags Details

Description Jaromír Cápík 2014-12-03 17:32:22 UTC
Description of problem:
After cleaning the old partitions and manually creating a single PrepBoot partition the installer 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 2368, in on_add_clicked
    self._do_refresh(mountpointToShow=mountpoint or fstype)
IndexError: list index out of range

Additional info:
cmdline:        /usr/bin/python  /sbin/anaconda
cmdline_file:   vnc
executable:     /sbin/anaconda
hashmarkername: anaconda
kernel:         3.10.0-206.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 1 Jaromír Cápík 2014-12-03 17:32:27 UTC
Created attachment 964242 [details]
File: anaconda-tb

Comment 2 Jaromír Cápík 2014-12-03 17:32:29 UTC
Created attachment 964243 [details]
File: anaconda.log

Comment 3 Jaromír Cápík 2014-12-03 17:32:30 UTC
Created attachment 964244 [details]
File: environ

Comment 4 Jaromír Cápík 2014-12-03 17:32:31 UTC
Created attachment 964245 [details]
File: lsblk_output

Comment 5 Jaromír Cápík 2014-12-03 17:32:32 UTC
Created attachment 964246 [details]
File: nmcli_dev_list

Comment 6 Jaromír Cápík 2014-12-03 17:32:33 UTC
Created attachment 964247 [details]
File: os_info

Comment 7 Jaromír Cápík 2014-12-03 17:32:35 UTC
Created attachment 964248 [details]
File: program.log

Comment 8 Jaromír Cápík 2014-12-03 17:32:38 UTC
Created attachment 964249 [details]
File: storage.log

Comment 9 Jaromír Cápík 2014-12-03 17:32:40 UTC
Created attachment 964250 [details]
File: syslog

Comment 10 Jaromír Cápík 2014-12-03 17:32:42 UTC
Created attachment 964251 [details]
File: ifcfg.log

Comment 11 Jaromír Cápík 2014-12-03 17:32:44 UTC
Created attachment 964252 [details]
File: packaging.log

Comment 14 rmarshall 2015-07-08 15:24:41 UTC
I am not able to replicate the issue in RHEL 7.0, 7.1, or 7.2 nightly.

If this persists, please document in exact detail the steps taken to produce this error.


Note You need to log in before you can comment on or make changes to this bug.