Bug 201047 - anaconda traceback: TypeError: cannot concatenate 'str' and 'NoneType' objects
Summary: anaconda traceback: TypeError: cannot concatenate 'str' and 'NoneType' objects
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Chris Lumens
QA Contact: Mike McLean
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-08-02 14:40 UTC by Doug Chapman
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-08-02 15:39:29 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
debug log from anaconda (185.85 KB, text/plain)
2006-08-02 14:42 UTC, Doug Chapman
no flags Details

Description Doug Chapman 2006-08-02 14:40:35 UTC
Description of problem:
Seen while doing a kickstart of rawhide on my HP Integrity servers.  I will try
an interactive install next to see if I get the same error.

Traceback (most recent call last):
  File "/usr/bin/anaconda", line 939, in ?
    anaconda.intf.run(anaconda)
  File "/usr/lib/anaconda/text.py", line 540, in run
    anaconda.dispatch.gotoNext()
  File "/usr/lib/anaconda/dispatch.py", line 123, in gotoNext
    self.moveStep()
  File "/usr/lib/anaconda/dispatch.py", line 200, in moveStep
    rc = stepFunc(self.anaconda)
  File "/usr/lib/anaconda/packages.py", line 64, in writeKSConfiguration
    anaconda.id.writeKS(fn)
  File "/usr/lib/anaconda/instdata.py", line 231, in writeKS
    self.xsetup.writeKS(f, self.desktop)
  File "/usr/lib/anaconda/xsetup.py", line 63, in writeKS
    f.write(" " + arg)
TypeError: cannot concatenate 'str' and 'NoneType' objects



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

rawhide-20060802
anaconda-11.1.0.75-1

How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Doug Chapman 2006-08-02 14:42:08 UTC
Created attachment 133483 [details]
debug log from anaconda


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