Bug 1108973 - AttributeError: 'NoneType' object has no attribute 'type'
Summary: AttributeError: 'NoneType' object has no attribute 'type'
Keywords:
Status: CLOSED INSUFFICIENT_DATA
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-06-13 03:01 UTC by xuezhi ma
Modified: 2014-11-18 02:20 UTC (History)
7 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-06-19 13:21:23 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description xuezhi ma 2014-06-13 03:01:29 UTC
Description of problem:
when we installed Fedora-rawhide from http://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/x86_64/os/, we got an exception
anaconda 21.40-1 exception report 
Traceback (most recent call first):      
  
  File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 367, in doIt 
    if boot.type == "mdarray": 
  File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 215, in turnOnFilesystems 
    storage.doIt() 
  File "/usr/lib64/python2.7/site-packages/pyanaconda/install.py", line 179, in doInstall 
      
    turnOnFilesystems(storage, mountOnly=flags.flags.dirInstall) 
  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 227, in run 
    threading.Thread.run(self, *args, **kwargs) 
AttributeError: 'NoneType' object has no attribute 'type' 

Version-Release number of selected component (if applicable):
anaconda 21.40-1

How reproducible:
always

Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 2 David Shea 2014-06-17 16:07:48 UTC
Please attach the log files from the installation to this bug as individual, text/plain attachments.

Comment 5 xuezhi ma 2014-06-19 02:02:00 UTC
(In reply to David Shea from comment #4)
> That's only the output from the console. If anaconda is crashing, there will
> be a file in /tmp named anaconda-tb*. Please attach that file.
I don't have the logs from when it failed, and also can't reproduce it now that rawhide has a newer anaconda version


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