Bug 1197257 - AttributeError: 'NoneType' object has no attribute 'startswith'
Summary: AttributeError: 'NoneType' object has no attribute 'startswith'
Keywords:
Status: CLOSED EOL
Alias: None
Product: Fedora
Classification: Fedora
Component: python-blivet
Version: 22
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Blivet Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:1b896754353bf8510547590a5b3...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-02-27 23:10 UTC by Ian Pilcher
Modified: 2016-07-19 12:53 UTC (History)
8 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-07-19 12:53:24 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: anaconda-tb (239.48 KB, text/plain)
2015-02-27 23:10 UTC, Ian Pilcher
no flags Details
File: anaconda.log (7.64 KB, text/plain)
2015-02-27 23:10 UTC, Ian Pilcher
no flags Details
File: dnf.log (2.97 KB, text/plain)
2015-02-27 23:10 UTC, Ian Pilcher
no flags Details
File: environ (492 bytes, text/plain)
2015-02-27 23:10 UTC, Ian Pilcher
no flags Details
File: lsblk_output (5.82 KB, text/plain)
2015-02-27 23:10 UTC, Ian Pilcher
no flags Details
File: nmcli_dev_list (1.47 KB, text/plain)
2015-02-27 23:10 UTC, Ian Pilcher
no flags Details
File: os_info (443 bytes, text/plain)
2015-02-27 23:10 UTC, Ian Pilcher
no flags Details
File: program.log (34.32 KB, text/plain)
2015-02-27 23:10 UTC, Ian Pilcher
no flags Details
File: storage.log (76.23 KB, text/plain)
2015-02-27 23:10 UTC, Ian Pilcher
no flags Details
File: syslog (99.53 KB, text/plain)
2015-02-27 23:10 UTC, Ian Pilcher
no flags Details
File: ifcfg.log (2.10 KB, text/plain)
2015-02-27 23:10 UTC, Ian Pilcher
no flags Details
File: packaging.log (319 bytes, text/plain)
2015-02-27 23:11 UTC, Ian Pilcher
no flags Details

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.


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