Bug 873361 - TypeError: cannot concatenate 'str' and 'NoneType' objects
Summary: TypeError: cannot concatenate 'str' and 'NoneType' objects
Keywords:
Status: CLOSED DUPLICATE of bug 873224
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 18
Hardware: x86_64
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-11-05 16:18 UTC by Reartes Guillermo
Modified: 2012-11-05 16:43 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2012-11-05 16:43:38 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
storage.log (107.97 KB, text/plain)
2012-11-05 16:18 UTC, Reartes Guillermo
no flags Details
anaconda.log (2.03 KB, text/plain)
2012-11-05 16:20 UTC, Reartes Guillermo
no flags Details
program.log (37.23 KB, text/plain)
2012-11-05 16:20 UTC, Reartes Guillermo
no flags Details
anaconda tb (251.42 KB, text/plain)
2012-11-05 16:21 UTC, Reartes Guillermo
no flags Details

Description Reartes Guillermo 2012-11-05 16:18:16 UTC
Created attachment 638732 [details]
storage.log

Description of problem:

I boot the guest and it does never reaches the welcome screen.
The 'unknown error' screen is shown, but it later get covered by
the black screen and it is no longer possible to report the issue
via abrt.

Booting F18b TC6 on the very same guest works ok, one can reach
the welcome screen. With F18b TC7 one does not reach the welcome
screen.

Version-Release number of selected component (if applicable):
F18b TC7

How reproducible:
always

Steps to Reproduce:
1. boot F18b TC7
2. unknown error and black screen

  
Actual results:
F18b TC7 not reaching the welcome screen
F18b TC6 reaches the welcome screen

Expected results:
to reach the welcome screen (at least)

Additional info:
It is not possible to use ABRT due to it being covered by
a black screen after some seconds.

Comment 1 Reartes Guillermo 2012-11-05 16:20:15 UTC
Created attachment 638733 [details]
anaconda.log

Comment 2 Reartes Guillermo 2012-11-05 16:20:43 UTC
Created attachment 638734 [details]
program.log

Comment 3 Reartes Guillermo 2012-11-05 16:21:59 UTC
Created attachment 638735 [details]
anaconda tb

anaconda 18.24 exception report
Traceback (most recent call first):
  File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/devicetree.py", line 778, in addUdevMDDevice
    devicelibs.mdraid.mddeactivate("/dev/" + name)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/devicetree.py", line 1058, in addUdevDevice
    device = self.addUdevMDDevice(info)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/devicetree.py", line 1902, in _populate
    self.addUdevDevice(dev)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/devicetree.py", line 1850, in populate
    self._populate()
  File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/__init__.py", line 398, in reset
    self.devicetree.populate(cleanupOnly=cleanupOnly)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/__init__.py", line 104, in storageInitialize
    storage.reset()
  File "/usr/lib64/python2.7/threading.py", line 504, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 91, in run
    threading.Thread.run(self, *args, **kwargs)
TypeError: cannot concatenate 'str' and 'NoneType' objects

Comment 4 Reartes Guillermo 2012-11-05 16:28:57 UTC
Maybe it is a dup of 873224

Comment 5 Chris Lumens 2012-11-05 16:43:38 UTC

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


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