Bug 70112 - [RFE] resume downloads
Summary: [RFE] resume downloads
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: up2date
Version: 8.0
Hardware: i386
OS: Linux
low
medium
Target Milestone: ---
Assignee: Adrian Likins
QA Contact: Jay Turner
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-07-30 14:59 UTC by James Manning
Modified: 2015-01-07 23:58 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-04-05 20:57:52 UTC
Embargoed:


Attachments (Terms of Use)

Description James Manning 2002-07-30 14:59:48 UTC
I have 2 machines on the sad end of dialup connections that will likely never
see a successful glibc update because their dialup connections don't stay up and
stable long enough to fetch glibc-common.  As an example

[root@bp6 up2date]# ls -ltr /var/spool/up2date/glibc-common-2.2.4-27.i386.*
-rw-r--r--    1 root     root       554561 Jul 29 01:03
/var/spool/up2date/glibc-common-2.2.4-27.i386.hdr
-rw-r--r--    1 root     root      8962048 Jul 30 10:51
/var/spool/up2date/glibc-common-2.2.4-27.i386.rpm

so it's made it most of the way through downloading the package.  But, if I run
up2date again:

Retrieving selected packages...
glibc-2.2.4-27.i686.rpm:    ########################## Done.
glibc-common-2.2.4-27.i386.                              1 k/sec, 01:39:41 rem.

and sure enough, I can kiss that progress from over an hour of download attempt
goodbye :(

[root@bp6 up2date]# ls -ltr /var/spool/up2date/glibc-common-2.2.4-27.i386.*
-rw-r--r--    1 root     root       554561 Jul 29 01:03
/var/spool/up2date/glibc-common-2.2.4-27.i386.hdr
-rw-r--r--    1 root     root        28672 Jul 30 10:57
/var/spool/up2date/glibc-common-2.2.4-27.i386.rpm

No wonder my dialup machines never update after I schedule actions for them :-/

Oh, and technically this is a RHL 7.2 machine, but AFAICT this is still an issue
with the existing limbo2 although I'll confirm that later today

Comment 1 James Manning 2002-07-30 15:19:10 UTC
whoops, tossing down to low/enh

and i know this may be non-trivial given the xml-rpc nature of what's going on,
but  checking for the file existing and sending the current size (as an offset
of where to start, ala ftp or doing a range like http or whatever) seems doable,
i hope.

Comment 2 Adrian Likins 2004-04-05 20:57:52 UTC
Current versions of up2date (fedora and rhel3) will
attempt to recontinue an incomplete download.


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