Bug 126528
| Summary: | up2date +get source fails if no source available | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 3 | Reporter: | Todd Warner <taw> |
| Component: | up2date | Assignee: | Bryan Kearney <bkearney> |
| Status: | CLOSED ERRATA | QA Contact: | Beth Nackashi <bnackash> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3.0 | CC: | hagberg, rhn-bugs |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | RHBA-2006-0465 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-07-20 15:13: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: | |||
| Bug Depends On: | 191773 | ||
| Bug Blocks: | 179651, 181405 | ||
|
Description
Todd Warner
2004-06-22 21:04:17 UTC
changing comp to rhel4 Blocking rhnupr4u4 and rhnupr3u8 to track the progress of the release Moving bugs to the CanFix List Now the user will be shown a warning message, but up2date will continue to run. *** Bug 143686 has been marked as a duplicate of this bug. *** Re-aligning to correct bug trackers "Retrieval/Installation" corresponds to "retrieveSource" (Comment: Retrieve
source RPM along with binary package) in the --nox version of up2date.
Packages tested:
up2date-4.4.69-8
rhnlib-1.8.7-1
This does not fail cleanly as hoped:
[root@test07 root]# up2date --get acroread
Fetching all package list for channel: rhel-i386-as-3...
########################################
Fetching all package list for channel: rhel-i386-as-3-extras...
########################################
Fetching all package list for channel: rhn-tools-rhel-3-as-i386...
########################################
Fetching all package list for channel: rhel-i386-as-3-fastrack...
########################################
Fetching package list for channel: rhel-i386-as-3...
########################################
Fetching package list for channel: rhel-i386-as-3-extras...
########################################
Fetching package list for channel: rhn-tools-rhel-3-as-i386...
########################################
Fetching package list for channel: rhel-i386-as-3-fastrack...
########################################
acroread-7.0.1-1.1.0.EL3.i386.rpm...
########################################
An error has occurred:
exceptions.Exception
See /var/log/up2date for more information
[Mon May 15 12:15:19 2006] up2date File "/usr/sbin/up2date", line 1282, in ?
sys.exit(main() or 0)
File "/usr/sbin/up2date", line 708, in main
return getPackages(pkgNames)
File "/usr/sbin/up2date", line 1062, in getPackages
onlySource = source)
File "/usr/share/rhn/up2date_client/up2date.py", line 188, in getPackage
msgCallback, progressCallback)
File "/usr/share/rhn/up2date_client/rpcServer.py", line 236, in doCall
ret = apply(method, args, kwargs)
File "/usr/share/rhn/up2date_client/repoDirector.py", line 40, in
getPackageSource
return self.handlers[channel['type']].getPackageSource(channel, pkg,
msgCallback, progressCallback)
File "/usr/share/rhn/up2date_client/rpmSource.py", line 201, in getPackageSource
MsgCallback, progressCallback)
File "/usr/share/rhn/up2date_client/repoBackends/up2dateRepo.py", line 242,
in getPackageSource
fd = self.s.getPackageSource(channel['label'], filename)
File "/usr/lib/python2.2/site-packages/rhn/rpclib.py", line 609, in __call__
result = self._send(self._name, args)
File "/usr/lib/python2.2/site-packages/rhn/rpclib.py", line 397, in _request
raise Exception("Error requesting with the server:: error code:: %s" %
save_response)
latest up2date and rhnlib packages: /dist/3.0E-U8/up2date/4.4.69-10 /dist/3.0E-U8/rhnlib/1.8.7-3 up2date --get now fails with a proper warning message if the source RPM is not found: "warning: source RPM for acroread was not found." The actual RPM does get retrieved: [root@bnackash-64 tmp]# ll /var/spool/up2date/acroread-7.0.1-1.1.0.EL3.i386.* -rw-r--r-- 1 root root 28916 Jun 1 13:13 /var/spool/up2date/acroread-7.0.1-1.1.0.EL3.i386.hdr -rw-r--r-- 1 root root 35777640 Jun 1 13:13 /var/spool/up2date/acroread-7.0.1-1.1.0.EL3.i386.rpm An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on the solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2006-0465.html |