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.

Bug 725461

Summary: Installation stops with python exception
Product: Red Hat Enterprise Linux 6 Reporter: Adam Okuliar <aokuliar>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED DUPLICATE QA Contact: Release Test Team <release-test-team-automation>
Severity: high Docs Contact:
Priority: high    
Version: 6.2   
Target Milestone: rc   
Target Release: 6.2   
Hardware: x86_64   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-07-25 18:02:26 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 Flags
kickstart file
none
complete console output dump none

Description Adam Okuliar 2011-07-25 14:59:01 UTC
Created attachment 515087 [details]
kickstart file

Description of problem:
Installation stops with python exception on hp-dl380g7-01.lab.eng.brq.redhat.com

Version-Release number of selected component (if applicable):
RHEL6.2-20110722

How reproducible:
100%

Steps to Reproduce:
1.Try to setup RHEL6.2 from beaker web ui on hp-dl380g7-01.lab.eng.brq.redhat.com

  
Actual results:
Looking for installation images on CD device /dev/sr0Running anaconda 13.21.122, the Red Hat Enterprise Linux system installer - please wait.
--2011-07-25 07:15:43--  http://lab.rhts.englab.brq.redhat.com/cblr/svc/op/trig/mode/pre/system/hp-dl380g7-01.lab.eng.brq.redhat.com
Resolving lab.rhts.englab.brq.redhat.com... 10.34.32.211
Connecting to lab.rhts.englab.brq.redhat.com|10.34.32.211|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/plain]
Saving to: `/dev/null'

     0K                                                         555K=0s

2011-07-25 07:15:43 (555 KB/s) - `/dev/null' saved [4]

Traceback (most recent call last):
  File "<stdin>", line 3, in <module>
  File "/usr/lib64/python2.6/xmlrpclib.py", line 1199, in __call__
    return self.__send(self.__name, args)
  File "/usr/lib64/python2.6/xmlrpclib.py", line 1489, in __request
    verbose=self.__verbose
  File "/usr/lib64/python2.6/xmlrpclib.py", line 1253, in request
    return self._parse_response(h.getfile(), sock)
  File "/usr/lib64/python2.6/xmlrpclib.py", line 1392, in _parse_response
    return u.close()
  File "/usr/lib64/python2.6/xmlrpclib.py", line 838, in close
    raise Fault(**self._stack[0])
xmlrpclib.Fault: <Fault 1: "bkr.server.bexceptions.BX:'No active recipe for hp-dl380g7-01.lab.eng.brq.redhat.com'">
--2011-07-25 07:15:44--  http://lab.rhts.englab.brq.redhat.com/cobbler/aux/anamon
Resolving lab.rhts.englab.brq.redhat.com... 10.34.32.211
Connecting to lab.rhts.englab.brq.redhat.com|10.34.32.211|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 8627 (8.4K) [text/plain]
Saving to: `/tmp/anamon'

     0K ........                                              100% 34.7M=0s

2011-07-25 07:15:44 (34.7 MB/s) - `/tmp/anamon' saved [8627/8627]

Examining storage devices
In progress
anaconda 13.21.122 exception report
Traceback (most recent call first):
  File "/usr/lib/anaconda/storage/devicelibs/edd.py", line 87, in load
    self.pci_dev = match.group(1)
  File "/usr/lib/anaconda/storage/devicelibs/edd.py", line 51, in __init__
    self.load(sysfspath)
  File "/usr/lib/anaconda/storage/devicelibs/edd.py", line 142, in collect_edd_data
    edd_data_dict[biosdev] = EddEntry(sysfspath)
  File "/usr/lib/anaconda/storage/devicelibs/edd.py", line 196, in get_edd_dict
    edd_entries_dict = collect_edd_data()
  File "/usr/lib/anaconda/storage/__init__.py", line 433, in reset
    self.eddDict = get_edd_dict(self.partitioned)
  File "/usr/lib/anaconda/storage/__init__.py", line 103, in storageInitialize
    storage.reset()
  File "/usr/bin/anaconda", line 1098, in <module>
    storage.storageInitialize(anaconda)
AttributeError: 'NoneType' object has no attribute 'group'

install exited abnormally [1/1] 
The system will be rebooted when you press Ctrl-C or Ctrl-Alt-Delete.


Expected results:
Correct system installation

Additional info:
Kickstart file and complete console output attached. I can provide access to affected machine.

Comment 2 Adam Okuliar 2011-07-25 15:08:57 UTC
Created attachment 515091 [details]
complete console output dump

Comment 3 Chris Lumens 2011-07-25 18:02:26 UTC

*** This bug has been marked as a duplicate of bug 723194 ***