Bug 586531
Summary: | yum-rhn-plugin failed on installation of additional packages. | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 5 | Reporter: | Fu Lee <fulee1> |
Component: | yum-rhn-plugin | Assignee: | Miroslav Suchý <msuchy> |
Status: | CLOSED DUPLICATE | QA Contact: | Red Hat Satellite QA List <satqe-list> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 5.7 | ||
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2010-04-28 08:46:53 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
Fu Lee
2010-04-27 20:10:43 UTC
1. When I first login to my system as root 2. I saw "Security Updates Available: window active and indicated "There are 362 Packages updates available". 3. I select "Apply Updates" button. 4. After a while, the installation failed and leave me with a slightly different error log this time: Component: Software Updater Summary: TBd05087db rhnplugin.py:298:_noExceptionWrappingGet:UnboundLocalError: local variable 'result' referenced before assignment Traceback (most recent call last): File "/usr/sbin/pup", line 438, in _apply self.applyChanges(self.mainwin) File "/usr/lib/python2.4/site-packages/pirut/__init__.py", line 561, in applyChanges dlpkgs = self.downloadPackages(mainwin) File "/usr/lib/python2.4/site-packages/pirut/__init__.py", line 273, in downloadPackages probs = self.downloadPkgs(dlpkgs) File "/usr/lib/python2.4/site-packages/yum/__init__.py", line 690, in downloadPkgs cache=po.repo.http_caching != 'none', File "/usr/lib/python2.4/site-packages/yum/yumRepo.py", line 447, in getPackage cache=cache File "/usr/lib/yum-plugins/rhnplugin.py", line 209, in _getFile start, end, copy_local, checkfunc, text, reget, cache) File "/usr/lib/yum-plugins/rhnplugin.py", line 298, in _noExceptionWrappingGet return result UnboundLocalError: local variable 'result' referenced before assignment Local variables in innermost frame: remote: https://xmlrpc.rhn.redhat.com/XMLRPC/GET-REQ/rhel-i386-server-5/getPackage/pygtk2-libglade-2.10.1-12.el5.i386.rpm start: None url: None text: (172/320): pygtk2-libglade-2.10.1-12.el5.i386.rpm self: rhel-i386-server-5 cache: True reget: simple server: https://xmlrpc.rhn.redhat.com/XMLRPC/GET-REQ/rhel-i386-server-5 relative: getPackage/pygtk2-libglade-2.10.1-12.el5.i386.rpm headers: (('X-RHN-Auth-Expire-Offset', '3600.0'), ('X-RHN-Auth-User-Id', ''), ('X-RHN-Auth', '/W8epdmrSTJqhwtLGlxw+w=='), ('X-RHN-Auth-Server-Time', '1271257826.97'), ('X-RHN-Server-Id', 1017389075)) checkfunc: (<bound method PackageUpdater.verifyPkg of <__main__.PackageUpdater object at 0x9baab8c>>, (<yum.sqlitesack.YumAvailablePackageSqlite instance at 0xb21a18c>, 1), {}) copy_local: 0 end: None local: //var/cache/yum/rhel-i386-server-5/packages/pygtk2-libglade-2.10.1-12.el5.i386.rpm [root@flee-sc440 ~]# *** This bug has been marked as a duplicate of bug 378911 *** |