Bug 201047

Summary: anaconda traceback: TypeError: cannot concatenate 'str' and 'NoneType' objects
Product: [Fedora] Fedora Reporter: Doug Chapman <dchapman>
Component: anacondaAssignee: Chris Lumens <clumens>
Status: CLOSED RAWHIDE QA Contact: Mike McLean <mikem>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideKeywords: Regression
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-08-02 15:39:29 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
debug log from anaconda none

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