Bug 678620
| Summary: | RHEL 6.1 fails to install on redclient-[1-4] systems when using lvm | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Daniel Yeisley <dyeisley> | ||||
| Component: | anaconda | Assignee: | 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.1 | CC: | agk, dwysocha, heinzm, jbrassow, mbroz, prajnoha, prockai, thornber, zkabelac | ||||
| Target Milestone: | rc | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2011-02-21 15:10:11 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
Daniel Yeisley
2011-02-18 16:03:04 UTC
It looks like I've hit this problem on another system, hp-bl460cg5-01.rhts.eng.bos.redhat.com. https://beaker.engineering.redhat.com/jobs/54462 Created attachment 479930 [details]
console.log from beaker job 54462
From log - seems anaconda crashes here...
Because it is after installation I guess lvm works.
Performing post-installation configuration
Installing bootloader.
anaconda 13.21.97 exception report
Traceback (most recent call first):
File "/usr/lib/anaconda/storage/formats/__init__.py", line 417, in majorminor
dev = udev_get_device(sysfs_path[4:])
File "/usr/lib/anaconda/storage/formats/lvmpv.py", line 153, in writeKS
f.write("pv.%s" % self.majorminor)
File "/usr/lib/anaconda/storage/devices.py", line 1061, in writeKS
self.format.writeKS(f)
File "/usr/lib/anaconda/storage/__init__.py", line 1154, in writeKS
device.writeKS(f, preexisting=preexisting, noformat=noformat)
File "/usr/lib/anaconda/instdata.py", line 277, in writeKS
self.storage.writeKS(f)
File "/usr/lib/anaconda/packages.py", line 66, in writeKSConfiguration
anaconda.id.writeKS(fn)
File "/usr/lib/anaconda/dispatch.py", line 208, in moveStep
rc = stepFunc(self.anaconda)
File "/usr/lib/anaconda/dispatch.py", line 126, in gotoNext
self.moveStep()
File "/usr/lib/anaconda/cmdline.py", line 187, in run
anaconda.dispatch.gotoNext()
File "/usr/bin/anaconda", line 1121, in <module>
anaconda.intf.run(anaconda)
TypeError: 'NoneType' object is unsubscriptable
*** This bug has been marked as a duplicate of bug 677689 *** |