Bug 244124

Summary: Anaconda fails to upgrade FC6 to F7 with a python exception (with workaround)
Product: [Fedora] Fedora Reporter: Oron Peled <oron>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: low    
Version: 7   
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: 2007-06-14 13:39:35 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:

Description Oron Peled 2007-06-13 23:05:25 UTC
Description of problem:
During an upgrade from FC6 to F7 after selecting the boot loader
options, there was a python exception in:
  /usr/lib/anaconda/textw/upgrade_bootloader_text.py line 152

After checking this I found the cause: an empty line in my /etc/modprobe.conf.
Removing empty lines before update solved the problem.

How reproducible:
Put empty line(s) into /etc/modprobe.conf before upgrade.

Additional info:
The code in this line is the culprit:
      if l.strip()[0] == "#":
It assumes a non-empty line.

Comment 1 Chris Lumens 2007-06-14 13:39:35 UTC

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