Bug 494830 - up2date fail with up2dateErrors.InvalidRedirectionError(e)
Summary: up2date fail with up2dateErrors.InvalidRedirectionError(e)
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 4
Classification: Red Hat
Component: up2date
Version: 4.8
Hardware: powerpc
OS: Linux
high
high
Target Milestone: rc
: ---
Assignee: Pradeep Kilambi
QA Contact: Red Hat Satellite QA List
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-04-08 09:43 UTC by Alexander Todorov
Modified: 2009-04-08 22:05 UTC (History)
8 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-04-08 16:31:30 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
tcpdump | grep rhn while up2date -fu is working (12.00 KB, text/plain)
2009-04-08 09:52 UTC, Alexander Todorov
no flags Details

Description Alexander Todorov 2009-04-08 09:43:20 UTC
Testing against webqa environment with up2date -fu I get the following :

opensm-static-3.2.5-1.el4.p ########################## Done.                   
openssh-3.9p1-11.el4_7.ppc. ########################## Done.                   
openssh-askpass-3.9p1-11.el ########################## Done.                   
openssh-askpass-gnome-3.9p1 ########################## Done.                   
error: rpmts_HdrFromFdno: MD5 digest: BAD Expected(d1943dd34b8f48d2d16f456290391621) != (b73a8a4d32e00b8993bf9821bd11e1e2)
openssh-clients-3.9p1-11.el  An error has occurred:
Unable to fetch requested Package
See /var/log/up2date for more information



In the /var/log/up2date:
[Wed Apr  8 04:13:49 2009] up2date logging into up2date server
[Wed Apr  8 04:13:50 2009] up2date successfully retrieved authentication token from up2date server
[Wed Apr  8 04:13:50 2009] up2date availablePackageList from network
[Wed Apr  8 04:16:34 2009] up2date Unable to fetch requested Package
[Wed Apr  8 04:16:34 2009] up2date   File "/usr/sbin/up2date", line 1315, in ?
    sys.exit(main() or 0)
   File "/usr/sbin/up2date", line 816, in main
    fullUpdate, dryRun=options.dry_run))
   File "/usr/sbin/up2date", line 1163, in batchRun
    batch.run()
   File "/usr/share/rhn/up2date_client/up2dateBatch.py", line 96, in run
    self.__getPackages()
   File "/usr/share/rhn/up2date_client/up2dateBatch.py", line 257, in __getPackages
    up2date.getPackage(pkg, wrapperUtils.printPkg, wrapperUtils.printRetrieveHash)
   File "/usr/share/rhn/up2date_client/up2date.py", line 180, in getPackage
    buf = rpcServer.doCall(repos.getPackage, pkg, msgCallback, progressCallback)
   File "/usr/share/rhn/up2date_client/rpcServer.py", line 238, in doCall
    ret = apply(method, args, kwargs)
   File "/usr/share/rhn/up2date_client/repoDirector.py", line 37, in getPackage
    return self.handlers[channel['type']].getPackage(pkg, msgCallback, progressCallback)
   File "/usr/share/rhn/up2date_client/rpmSource.py", line 186, in getPackage
    package = source.getPackage(pkg, MsgCallback, progressCallback)
   File "/usr/share/rhn/up2date_client/repoBackends/up2dateRepo.py", line 206, in getPackage
    raise up2dateErrors.InvalidRedirectionError(e)

Comment 2 Alexander Todorov 2009-04-08 09:52:21 UTC
Created attachment 338681 [details]
tcpdump | grep rhn   while up2date -fu is working


Note You need to log in before you can comment on or make changes to this bug.