Bug 673209 - AttributeError: 'NoneType' object has no attribute 'rfind'
Summary: AttributeError: 'NoneType' object has no attribute 'rfind'
Keywords:
Status: CLOSED DUPLICATE of bug 672603
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: rawhide
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: anaconda_trace_hash:13e6ac725adbd0af0...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-01-27 17:56 UTC by andy york
Modified: 2011-02-05 20:39 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-01-27 18:03:23 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Attached traceback automatically from anaconda. (430.96 KB, text/plain)
2011-01-27 17:56 UTC, andy york
no flags Details
Attached traceback automatically from anaconda. (430.96 KB, text/plain)
2011-01-27 17:57 UTC, andy york
no flags Details
Attached traceback automatically from anaconda. (1.14 MB, text/plain)
2011-02-04 17:29 UTC, Michael Schwendt
no flags Details
Attached traceback automatically from anaconda. (795.91 KB, text/plain)
2011-02-05 20:39 UTC, Christian Joensson
no flags Details

Description andy york 2011-01-27 17:56:47 UTC
The following was filed automatically by anaconda:
anaconda 15.18 exception report
Traceback (most recent call first):
  File "/usr/lib64/python2.7/posixpath.py", line 112, in basename
    i = p.rfind('/') + 1
  File "/usr/lib64/python2.7/site-packages/pyanaconda/iutil.py", line 794, in get_sysfs_path_by_name
    dev_name = os.path.basename(dev_name)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/formats/__init__.py", line 407, in majorminor
    sysfs_path = get_sysfs_path_by_name(device)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/formats/lvmpv.py", line 153, in writeKS
    f.write("pv.%s" % self.majorminor)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/devices.py", line 1174, in writeKS
    self.format.writeKS(f)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/__init__.py", line 1185, in writeKS
    device.writeKS(f, preexisting=preexisting, noformat=noformat)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/__init__.py", line 379, in writeKS
    self.storage.writeKS(f)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/packages.py", line 67, in writeKSConfiguration
    anaconda.writeKS(fn)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/dispatch.py", line 211, in moveStep
    rc = stepFunc(self.anaconda)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/dispatch.py", line 130, in gotoNext
    self.moveStep()
  File "/usr/lib64/python2.7/site-packages/pyanaconda/gui.py", line 1265, in nextClicked
    self.anaconda.dispatch.gotoNext()
  File "/usr/lib64/python2.7/site-packages/pyanaconda/iw/progress_gui.py", line 79, in renderCallback
    self.intf.icw.nextClicked()
  File "/usr/lib64/python2.7/site-packages/pyanaconda/gui.py", line 1286, in handleRenderCallback
    self.currentWindow.renderCallback()
AttributeError: 'NoneType' object has no attribute 'rfind'

Comment 1 andy york 2011-01-27 17:56:53 UTC
Created attachment 475652 [details]
Attached traceback automatically from anaconda.

Comment 2 andy york 2011-01-27 17:57:35 UTC
Created attachment 475654 [details]
Attached traceback automatically from anaconda.

Comment 3 Chris Lumens 2011-01-27 18:03:23 UTC

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

Comment 4 Michael Schwendt 2011-02-04 17:29:43 UTC
Created attachment 477073 [details]
Attached traceback automatically from anaconda.

Comment 5 Christian Joensson 2011-02-05 20:39:03 UTC
Created attachment 477237 [details]
Attached traceback automatically from anaconda.


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