Bug 205723

Summary: Continue (-c) no longer resumes the download
Product: [Fedora] Fedora Reporter: Jan Kratochvil <jan.kratochvil>
Component: wgetAssignee: Karsten Hopp <karsten>
Status: CLOSED RAWHIDE QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: rawhideKeywords: Patch, Regression
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-09-25 15:35:20 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:
Attachments:
Description Flags
Screen snapshot
none
svn diff -r 2180:2181 none

Description Jan Kratochvil 2006-09-08 08:35:56 UTC
Description of problem:
wget(1) will now always create new file as "file.1", "file.2" etc. and it will
never continue the download as before.

Version-Release number of selected component (if applicable):
wget-1.10.2-5.1.i386

How reproducible:
Always.

Steps to Reproduce:
1. wget -c
http://sunsite.mff.cuni.cz/pub/fedora/development/i386/iso/FC-development-i386-rescuecd.iso
2. CTRL-C after some part downloaded - incomplete download.
3. wget -c
http://sunsite.mff.cuni.cz/pub/fedora/development/i386/iso/FC-development-i386-rescuecd.iso

Actual results:
File "FC-development-i386-rescuecd.iso.1" gets created and the download starts
again from the start of the file.

Expected results:
File "FC-development-i386-rescuecd.iso" would be continued to be downloaded.

Additional info:
FC5 wget-1.10.2-3.2.1 worked fine.

Comment 1 Jan Kratochvil 2006-09-08 08:35:56 UTC
Created attachment 135830 [details]
Screen snapshot

Comment 2 Jan Kratochvil 2006-09-23 17:00:59 UTC
Created attachment 137004 [details]
svn diff -r 2180:2181

Maybe a more general updated to a recent snapshot would be appropriate.

Comment 3 Karsten Hopp 2006-09-25 15:35:20 UTC
well, I can't / won't update to a prerelease of wget-1.11, but I've added your
patch and tested it briefly. Seems to work now, thanks !

Comment 4 Jan Kratochvil 2006-09-25 17:07:07 UTC
What is "wget-1.10.2-to11.patch" else than a prerelease of wget-1.11?
This bug was caused by this snapshot update patch.
Anyway thanks for fixing it.