Bug 591275
| Summary: | AttributeError: 'NoneType' object has no attribute 'rfind' | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Alexander Todorov <atodorov> | ||||||
| Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> | ||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Release Test Team <release-test-team-automation> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | 6.0 | CC: | atodorov | ||||||
| Target Milestone: | rc | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | anaconda_trace_hash:1048f489f82bf8c399d5ed324a0563c68896f49a69d93a74dc30bb62175768cb | ||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2010-05-11 20:27:54 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: | 582286 | ||||||||
| Attachments: |
|
||||||||
Created attachment 413232 [details]
Attached traceback automatically from anaconda.
Hi, just started new virtual guest with 0506.3 tree 1) Create new KVM domU, using virtio 2) Create new 20G image file 3) Leave default of 512MB memory 4) Proceed with install 5) Anaconda now defaults to text mode - traceback happens when searching for disks I believe. Created attachment 413237 [details]
Attached traceback automatically from anaconda.
*** This bug has been marked as a duplicate of bug 589967 *** |
The following was filed automatically by anaconda: anaconda 13.21.36 exception report Traceback (most recent call first): File "/usr/lib64/python2.6/posixpath.py", line 111, in basename i = p.rfind('/') + 1 File "/usr/lib/anaconda/storage/devicetree.py", line 1360, in handleUdevDiskLabelFormat bypath = os.path.basename(deviceNameToDiskByPath(device.name)) File "/usr/lib/anaconda/storage/devicetree.py", line 1715, in handleUdevDeviceFormat self.handleUdevDiskLabelFormat(info, device) File "/usr/lib/anaconda/storage/devicetree.py", line 1299, in addUdevDevice self.handleUdevDeviceFormat(info, device) File "/usr/lib/anaconda/storage/devicetree.py", line 1965, in populate self.addUdevDevice(dev) File "/usr/lib/anaconda/storage/__init__.py", line 379, in reset self.devicetree.populate() File "/usr/lib/anaconda/storage/__init__.py", line 103, in storageInitialize storage.reset() File "/usr/lib/anaconda/dispatch.py", line 205, in moveStep rc = stepFunc(self.anaconda) File "/usr/lib/anaconda/dispatch.py", line 126, in gotoNext self.moveStep() File "/usr/lib/anaconda/text.py", line 657, in run anaconda.dispatch.gotoNext() File "/usr/bin/anaconda", line 1107, in <module> anaconda.intf.run(anaconda) AttributeError: 'NoneType' object has no attribute 'rfind'