Bug 534173

Summary: bizarro percentages occasionally
Product: [Fedora] Fedora Reporter: Bill Nottingham <notting>
Component: python-urlgrabberAssignee: James Antill <james.antill>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 12CC: james.antill, jeff, jlaska, poelstra, rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 3.9.1-4.fc12 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-12-04 23:41:06 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 Bill Nottingham 2009-11-10 19:58:55 UTC
Description of problem:

For example:
(9/18): gstreamer-plugin (19%) 144732% [===============] 231 kB/s | 671 kB     --:-- ETA

This appears to be because of a 301 redirect to a FTP server. An example:

--2009-11-10 14:53:24--  http://astromirror.uchicago.edu/rpmfusion/free/fedora/development/x86_64/os/ffmpeg-libs-0.5-5.20091026svn.fc12.x86_64.rpm
Resolving astromirror.uchicago.edu... 128.135.4.34
Connecting to astromirror.uchicago.edu|128.135.4.34|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: ftp://astromirror.uchicago.edu/pub/rpmfusion/free/fedora/development/x86_64/os/ffmpeg-libs-0.5-5.20091026svn.fc12.x86_64.rpm [following]
--2009-11-10 14:53:24--  ftp://astromirror.uchicago.edu/pub/rpmfusion/free/fedora/development/x86_64/os/ffmpeg-libs-0.5-5.20091026svn.fc12.x86_64.rpm
           => `ffmpeg-libs-0.5-5.20091026svn.fc12.x86_64.rpm'
Connecting to astromirror.uchicago.edu|128.135.4.34|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.    ==> PWD ... done.
==> TYPE I ... done.  ==> CWD /pub/rpmfusion/free/fedora/development/x86_64/os ... done.
==> SIZE ffmpeg-libs-0.5-5.20091026svn.fc12.x86_64.rpm ... 2584124
==> PASV ... done.    ==> RETR ffmpeg-libs-0.5-5.20091026svn.fc12.x86_64.rpm ... done.
Length: 2584124 (2.5M)

Version-Release number of selected component (if applicable):

python-urlgrabber-3.9.1-2.fc12.noarch

How reproducible:

100%

Comment 1 seth vidal 2009-11-10 20:33:04 UTC
I'll see the crazy and raise you

wget http://astromirror.uchicago.edu/rpmfusion/free/fedora/development/x86_64/os/Nestopia-1.40h-3.fc11.x86_64.rpm
--2009-11-10 15:32:11--  http://astromirror.uchicago.edu/rpmfusion/free/fedora/development/x86_64/os/Nestopia-1.40h-3.fc11.x86_64.rpm
Resolving astromirror.uchicago.edu... 128.135.4.34
Connecting to astromirror.uchicago.edu|128.135.4.34|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: ftp://astromirror.uchicago.edu/pub/rpmfusion/free/fedora/development/x86_64/os/Nestopia-1.40h-3.fc11.x86_64.rpm [following]
--2009-11-10 15:32:12--  ftp://astromirror.uchicago.edu/pub/rpmfusion/free/fedora/development/x86_64/os/Nestopia-1.40h-3.fc11.x86_64.rpm
           => `Nestopia-1.40h-3.fc11.x86_64.rpm'
Connecting to astromirror.uchicago.edu|128.135.4.34|:21... connected.
Logging in as anonymous ... 
Login incorrect.

Comment 2 James Laska 2009-11-11 19:21:46 UTC
Seth directed me to this bug which might also be contributing to a snake-install failure.

# snake-install -v http://download.fedora.redhat.com/pub/fedora/linux/development/x86_64/os
Opening URL http://download.fedora.redhat.com/pub/fedora/linux/development/x86_64/os failed. [Errno 14] Downloaded more than max size for http://download.fedora.redhat.com/pub/fedora/linux/development/x86_64/os: 1048 > 17

Comment 3 seth vidal 2009-11-11 23:51:15 UTC
okay
everyone running into this or somewhat similar issues

please update to:

http://koji.fedoraproject.org/koji/getfile?taskID=1802520&name=python-urlgrabber-3.9.1-3.fc12.noarch.rpm


and tell me if the problem gets better/goes away.

thanks

Comment 4 James Laska 2009-11-12 13:34:14 UTC
Hey Seth, thanks for the update.  I think I'm still seeing the problem with the updated package.

# rpm -q python-urlgrabber
python-urlgrabber-3.9.1-3.fc12.noarch

# snake-install -v http://download.fedora.redhat.com/pub/fedora/linux/development/x86_64/os
Opening URL http://download.fedora.redhat.com/pub/fedora/linux/development/x86_64/os failed. [Errno 14] Downloaded more than max size for http://download.fedora.redhat.com/pub/fedora/linux/development/x86_64/os/: 1052 > 17

Comment 5 seth vidal 2009-11-12 15:06:09 UTC
James,
 I'm guessing you're hitting that url from inside the vpn? If so I'm not sure you're getting the url you think you're getting. I'd like to get some more debug information from you if possible to see if I can find out what's happening there.

Comment 6 seth vidal 2009-11-12 16:47:14 UTC
okay new pkg to try:

http://koji.fedoraproject.org/koji/taskinfo?taskID=1803592

when the task completes.

Comment 7 seth vidal 2009-11-12 16:47:38 UTC
or grab this one from rawhide

http://koji.fedoraproject.org/koji/taskinfo?taskID=1803619

Comment 8 James Laska 2009-11-12 17:13:35 UTC
(In reply to comment #7)
> or grab this one from rawhide
> 
> http://koji.fedoraproject.org/koji/taskinfo?taskID=1803619  

Thanks for the quick feedback!  Everything looks good with my specific use case. Tested with snake-install using the following URL's.  

 * http://download.fedora.redhat.com/pub/fedora/linux/development/x86_64/os
 * http://download.fedoraproject.org/pub/fedora/linux/development/x86_64/os
 * http://mirrors.kernel.org/fedora/development/x86_64/os

All behaved as expected.

Comment 9 Fedora Update System 2009-11-17 16:21:31 UTC
python-urlgrabber-3.9.1-4.fc12 has been submitted as an update for Fedora 12.
http://admin.fedoraproject.org/updates/python-urlgrabber-3.9.1-4.fc12

Comment 10 Fedora Update System 2009-11-20 05:27:07 UTC
python-urlgrabber-3.9.1-4.fc12 has been pushed to the Fedora 12 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update python-urlgrabber'.  You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F12/FEDORA-2009-11798

Comment 11 Fedora Update System 2009-12-04 23:41:01 UTC
python-urlgrabber-3.9.1-4.fc12 has been pushed to the Fedora 12 stable repository.  If problems still persist, please make note of it in this bug report.