Bug 208696

Summary: yum fails to (re-)download packages.
Product: [Fedora] Fedora Reporter: David Woodhouse <dwmw2>
Component: yumAssignee: Jeremy Katz <katzj>
Status: CLOSED UPSTREAM QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
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: 2006-09-30 12:20:23 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 David Woodhouse 2006-09-30 10:55:52 UTC
Upon running 'yum update' after upgrading to FC6, yum fails to fetch packages.

In fact the offending packages are already present -- they were downloaded
already. So yum shouldn't be downloading them _anyway_, but it tries, and fails...

http://download.fedora.redhat.com/pub/fedora/linux/extras/development/ppc/bmp-0.
9.7.1-6.fc6.ppc.rpm: [Errno 9] Requested Range Not Satisfiable
Trying other mirror.


[root@pmac packages]# wget http://download.fedora.redhat.com/pub/fedora/linux/ex
tras/development/ppc/bmp-0.9.7.1-6.fc6.ppc.rpm
--11:51:44--  http://download.fedora.redhat.com/pub/fedora/linux/extras/developm
ent/ppc/bmp-0.9.7.1-6.fc6.ppc.rpm
Resolving download.fedora.redhat.com... 66.187.224.20, 209.132.176.20, 209.132.1
76.220, ...
Connecting to download.fedora.redhat.com|66.187.224.20|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1000388 (977K) [application/x-rpm]
Saving to: `bmp-0.9.7.1-6.fc6.ppc.rpm.1'

100%[===========================================================================
================================================================================
============================================>] 1,000,388   58.6K/s   in 21s

11:52:05 (47.5 KB/s) - `bmp-0.9.7.1-6.fc6.ppc.rpm.1' saved [1000388/1000388]

[root@pmac packages]# ls -l bmp*
-rw-r--r-- 1 root root 1000388 Sep 12 14:48 bmp-0.9.7.1-6.fc6.ppc.rpm
-rw-r--r-- 1 root root 1000388 Sep 12 14:48 bmp-0.9.7.1-6.fc6.ppc.rpm.1
[root@pmac packages]# rpm -Uhv bmp-0.9.7.1-6.fc6.ppc.rpm
Preparing...                ########################################### [100%]
   1:bmp                    ########################################### [100%]

Comment 1 Seth Vidal 2006-09-30 12:20:23 UTC
I'm pretty sure this is squashed in 2.9.8 which was released yesterday and
should be in rawhide shortly.