Bug 951628

Summary: AttributeError: 'list' object has no attribute 'split'
Product: [Fedora] Fedora Reporter: Dan Horák <dan>
Component: python-blivetAssignee: David Lehman <dlehman>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 19CC: anaconda-maint-list, awilliam, bcl, dlehman, jstodola
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: python-blivet-0.11-1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-05-21 00:20:05 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 467765, 950964    
Attachments:
Description Flags
anaconda-tb none

Description Dan Horák 2013-04-12 15:45:31 UTC
Created attachment 734805 [details]
anaconda-tb

Description of problem:
At the end of text-mode installation, following traceback appears:

anaconda 19.18-1 exception report
Traceback (most recent call first):
  File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 3841, in dracutSetupArgs
    parts = line.split()
  File "/usr/lib64/python2.7/site-packages/pyanaconda/bootloader.py", line 809, in set_boot_args
    setup_args = dep.dracutSetupArgs()
  File "/usr/lib64/python2.7/site-packages/pyanaconda/bootloader.py", line 2246, in writeBootLoader
    keyboard=ksdata.keyboard)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/install.py", line 141, in doInstall
    writeBootLoader(storage, payload, instClass, ksdata)
  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 141, in run
    threading.Thread.run(self, *args, **kwargs)
AttributeError: 'list' object has no attribute 'split'

Version-Release number of selected component (if applicable):
anaconda-19.18-1.fc19
python-blivet-0.10-1.fc19


Steps to Reproduce:
1. start text mode installation
2. enter all values and continue with the install
  
Actual results:
traceback when installing bootloader

Expected results:
installation finishes successfully

Comment 1 Jan Stodola 2013-04-16 08:58:00 UTC
Retested with patch from:
https://lists.fedorahosted.org/pipermail/anaconda-patches/2013-April/003791.html

The installation finished successfully.

Comment 2 Adam Williamson 2013-05-21 00:20:05 UTC
we're a long way past 0.11 in f19 stable now, and we can't really fix install issues in stable releases, so let's call this CURRENTRELEASE.