Bug 118878

Summary: Up2date blows up with unknown global variable some times (up2dateErros.RpmError)
Product: [Fedora] Fedora Reporter: Alan Cox <alan>
Component: up2dateAssignee: Adrian Likins <alikins>
Status: CLOSED CURRENTRELEASE QA Contact: Fanny Augustin <fmoquete>
Severity: medium Docs Contact:
Priority: medium    
Version: 1   
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: 2004-08-27 00:58:47 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 Alan Cox 2004-03-22 08:46:57 UTC
Description of problem:

Up2date downloaded 35K from coreutils then went bang, While it often
does this and spews a trace on console about connection
resets/failures/timeouts this time it instead hit an uknown global
variable and died of that instead

Traceback (most recent call last):
  File "/usr/share/rhn/up2date_client/gui.py", line 2070, in
doInstallation
    kernelsToInstall = up2date.installPackages(self.selectedPkgList,
self.rpmCallback)
  File "/usr/share/rhn/up2date_client/up2date.py", line 619, in
installPackages
    raise up2dateErros.RpmError("%s" % e)
NameError: global name 'up2dateErros' is not defined


FC1 box updated except for xmms and coreutils

Comment 1 Adrian Likins 2004-03-22 20:21:54 UTC
fix should be in rhel3u2 and rawhide at some point, fixed in cvs

Comment 2 Richard Ames 2004-03-23 20:00:14 UTC
Does this fix the other nosensical errors, "not a gzipped file" for
instance?

Comment 3 Adrian Likins 2004-04-07 20:41:44 UTC
>Does this fix the other nosensical errors, "not a gzipped file" for
>instance?

No