Bug 187281

Summary: Installer fails with exception when upgrade from FC4
Product: [Fedora] Fedora Reporter: WaldiMen <waldimen>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED DUPLICATE QA Contact: Mike McLean <mikem>
Severity: high Docs Contact:
Priority: medium    
Version: 5   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-03-29 19:01:24 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
Exception dump none

Description WaldiMen 2006-03-29 18:58:36 UTC
Installer fails with exception after choosing upgrade from existing FC4 system.
Whole exception text is attached

Traceback (most recent call last):
  File "/usr/lib/anaconda/gui.py", line 951, in nextClicked
    self.dispatch.gotoNext()
  File "/usr/lib/anaconda/dispatch.py", line 146, in gotoNext
    self.moveStep()
  File "/usr/lib/anaconda/dispatch.py", line 217, in moveStep
    rc = apply(func, self.bindArgs(args))
  File "/usr/lib/anaconda/upgrade.py", line 273, in upgradeMountFilesystems
    allowDirty = 0)
  File "/usr/lib/anaconda/upgrade.py", line 147, in mountRootPartition
    oldfsset.mountFilesystems(instPath, readOnly = readOnly)
  File "/usr/lib/anaconda/fsset.py", line 1637, in mountFilesystems
    entry.mount(instPath, readOnly = readOnly)
  File "/usr/lib/anaconda/fsset.py", line 1840, in mount
    BindMountDevice))
  File "/usr/lib/anaconda/fsset.py", line 1050, in mount
    raise SystemError (errNum, errMsg)
UnboundLocalError: local variable 'errNum' referenced before assignment

Local variables in innermost frame:
device: /dev/hda1
bindMount: False
readOnly: 0
self: <fsset.AutoFileSystem instance at 0xb7dade6c>
mountpoint: /mnt/sysimage//mnt/diskc

Comment 1 WaldiMen 2006-03-29 18:58:37 UTC
Created attachment 127012 [details]
Exception dump

Comment 2 Chris Lumens 2006-03-29 19:01:24 UTC

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