Bug 206408

Summary: UnboundLocalError: local variable 'errNum' referenced before assignment. (when upgrading from FC4 to FC5)
Product: [Fedora] Fedora Reporter: Zafer Kiziltoprak <zaferkiziltoprak>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED DUPLICATE QA Contact: Mike McLean <mikem>
Severity: medium Docs Contact:
Priority: medium    
Version: 5   
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-09-14 13:47:39 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 Zafer Kiziltoprak 2006-09-14 06:33:37 UTC
Description of problem:
when upgraging from FC4 to FC5 or installing fresh FC5, the installation always
breaks down after managing the partitions. A window opens and its says somthing
like that (i cut some part of it): 
An unhandled exception has occured. This is most likely a bug...
...
File "/us/lib/anaconda/upgrade.py", line 147 in mountRootPartition 
    oldffset.mountFileSystems(instPath, readOnly=readOnly)

File "/us/lib/anaconda/fsset.py", line 1637 in mountFileSystems
    entry.mount(instPath, readOnly=readOnly)

File "/usr/lib/anaconda/ffset.py", line 1840 in mount
    BindMountDevice))

File "/usr/lib/anaconda/ffset.py", line 1051 in mount 
    raise SystemError(errNum, errMsg)
UnboundLocalError: local variable 'errNum' referenced before assignment. 
.....

And this goes on with the list of rpm packages. 

I thought that it was a DVD hardware problem(reading) i changed my DVD with a
working one. And same thing happened. 

and Hardware :
ASUS Gigabyte GA-K8NS Mainboard.
AMD Athlon(tm) 64 Processor 3000+
MemTotal:       515504 kB
ATI RV280 Radeon 9200 Pro. 





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


How reproducible:


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


Expected results:


Additional info:

Comment 1 Chris Lumens 2006-09-14 13:47:39 UTC
This traceback is fixed in the test releases of FC6.  Marking as a duplicate of
the underlying cause.

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