Bug 1197257

Summary: AttributeError: 'NoneType' object has no attribute 'startswith'
Product: [Fedora] Fedora Reporter: Ian Pilcher <ipilcher>
Component: python-blivetAssignee: Blivet Maintenance Team <blivet-maint-list>
Status: CLOSED EOL QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 22CC: amulhern, anaconda-maint-list, bcl, dlehman, g.kaviyarasu, jonathan, vanmeeuwen+fedora, vpodzime
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:1b896754353bf8510547590a5b31a254d70c9e943c5e0282c7149e5e6c65b50a
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-07-19 12:53:24 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
File: anaconda-tb
none
File: anaconda.log
none
File: dnf.log
none
File: environ
none
File: lsblk_output
none
File: nmcli_dev_list
none
File: os_info
none
File: program.log
none
File: storage.log
none
File: syslog
none
File: ifcfg.log
none
File: packaging.log none

Description Ian Pilcher 2015-02-27 23:10:49 UTC
Description of problem:
Boot F22 Alpha TC5 install DVD on a system with Intel BIOS RAID

Version-Release number of selected component:
anaconda-22.20.1-1

The following was filed automatically by anaconda:
anaconda 22.20.1-1 exception report
Traceback (most recent call first):
  File "/usr/lib/python2.7/site-packages/blivet/devices/storage.py", line 785, in isNameValid
    if name.startswith("cciss/"):
  File "/usr/lib/python2.7/site-packages/blivet/devices/device.py", line 83, in __init__
    if not self.isNameValid(name):
  File "/usr/lib/python2.7/site-packages/blivet/devices/storage.py", line 106, in __init__
    super(StorageDevice, self).__init__(name, parents=parents)
  File "/usr/lib/python2.7/site-packages/blivet/devices/container.py", line 63, in __init__
    super(ContainerDevice, self).__init__(*args, **kwargs)
  File "/usr/lib/python2.7/site-packages/blivet/devices/md.py", line 87, in __init__
    sysfsPath=sysfsPath)
  File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1635, in handleUdevMDMemberFormat
    exists=True)
  File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1877, in handleUdevDeviceFormat
    self.handleUdevMDMemberFormat(info, device)
  File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1258, in addUdevDevice
    self.handleUdevDeviceFormat(info, device)
  File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 2177, in _populate
    self.addUdevDevice(dev)
  File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 2111, in populate
    self._populate()
  File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 372, in reset
    self.devicetree.populate(cleanupOnly=cleanupOnly)
  File "/usr/lib/python2.7/site-packages/blivet/osinstall.py", line 1128, in storageInitialize
    storage.reset()
  File "/usr/lib64/python2.7/threading.py", line 766, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 238, in run
    threading.Thread.run(self, *args, **kwargs)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 112, in wait
    self.raise_if_error(name)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/timezone.py", line 75, in time_initialize
    threadMgr.wait(THREAD_STORAGE)
  File "/usr/lib64/python2.7/threading.py", line 766, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 238, in run
    threading.Thread.run(self, *args, **kwargs)
AttributeError: 'NoneType' object has no attribute 'startswith'

Additional info:
addons:         com_redhat_kdump
cmdline:        /usr/bin/python2  /sbin/anaconda
cmdline_file:   BOOT_IMAGE=vmlinuz initrd=initrd.img inst.stage2=hd:LABEL=Fedora-S-22_A_T5-x86_64 quiet
dnf.rpm.log:    Feb 27 17:06:11 INFO --- logging initialized ---
executable:     /sbin/anaconda
hashmarkername: anaconda
kernel:         4.0.0-0.rc1.git0.1.fc22.x86_64
product:        Fedora"
release:        Cannot get release name.
type:           anaconda
version:        Fedora

Comment 1 Ian Pilcher 2015-02-27 23:10:51 UTC
Created attachment 996240 [details]
File: anaconda-tb

Comment 2 Ian Pilcher 2015-02-27 23:10:52 UTC
Created attachment 996241 [details]
File: anaconda.log

Comment 3 Ian Pilcher 2015-02-27 23:10:52 UTC
Created attachment 996242 [details]
File: dnf.log

Comment 4 Ian Pilcher 2015-02-27 23:10:53 UTC
Created attachment 996243 [details]
File: environ

Comment 5 Ian Pilcher 2015-02-27 23:10:54 UTC
Created attachment 996244 [details]
File: lsblk_output

Comment 6 Ian Pilcher 2015-02-27 23:10:55 UTC
Created attachment 996245 [details]
File: nmcli_dev_list

Comment 7 Ian Pilcher 2015-02-27 23:10:56 UTC
Created attachment 996246 [details]
File: os_info

Comment 8 Ian Pilcher 2015-02-27 23:10:57 UTC
Created attachment 996247 [details]
File: program.log

Comment 9 Ian Pilcher 2015-02-27 23:10:58 UTC
Created attachment 996248 [details]
File: storage.log

Comment 10 Ian Pilcher 2015-02-27 23:10:59 UTC
Created attachment 996249 [details]
File: syslog

Comment 11 Ian Pilcher 2015-02-27 23:10:59 UTC
Created attachment 996250 [details]
File: ifcfg.log

Comment 12 Ian Pilcher 2015-02-27 23:11:00 UTC
Created attachment 996251 [details]
File: packaging.log

Comment 13 Ian Pilcher 2015-02-27 23:17:59 UTC
I can't be sure, but I suspect that this is related to:

  https://bugzilla.redhat.com/show_bug.cgi?id=1160424

Comment 14 Fedora Admin XMLRPC Client 2015-09-28 20:26:31 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 15 Fedora End Of Life 2016-07-19 12:53:24 UTC
Fedora 22 changed to end-of-life (EOL) status on 2016-07-19. Fedora 22 is
no longer maintained, which means that it will not receive any further
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version. If you
are unable to reopen this bug, please file a new report against the
current release. If you experience problems, please add a comment to this
bug.

Thank you for reporting this bug and we are sorry it could not be fixed.