bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] timestamping and continue don't play nice with each othe


From: Caleb Cushing
Subject: Re: [Bug-wget] timestamping and continue don't play nice with each other
Date: Sun, 11 Jul 2010 15:47:07 -0400

On Sun, Jul 11, 2010 at 2:52 PM, Caleb Cushing <address@hidden> wrote:
> any help in what I need to do or am doing wrong?
>
oh I had to run ./bootstrap which clones a git repo apparently...
guess the docs need to be updated? should ./bootstrap be run when bzr
has updates? or just the first time.

On Sun, Jul 11, 2010 at 9:51 AM, Giuseppe Scrivano <address@hidden> wrote:
> Thanks for your report, I am going to commit this patch.  It should fix
> the problem you have reported.  Does it work for you?

seems to... although I want to test for a few days before I'll be 100%
errors my be a little less than clear but the functionality is more
important than having all errors.

here's 1 run... 416 is the error I was getting when I had continue on
... but I'd get nothing but 416's... seems it actually updated a few.

#### output
--2010-07-11 15:28:32--
http://mirrors.kernel.org/archlinux/core/os/x86_64/core.db.tar.gz
Resolving mirrors.kernel.org (mirrors.kernel.org)... 204.152.191.39,
149.20.20.135
Connecting to mirrors.kernel.org
(mirrors.kernel.org)|204.152.191.39|:80... connected.
HTTP request sent, awaiting response... 416 Requested Range Not Satisfiable

    The file is already fully retrieved; nothing to do.

--2010-07-11 15:28:32--
http://mirrors.kernel.org/archlinux/extra/os/x86_64/extra.db.tar.gz
Resolving mirrors.kernel.org (mirrors.kernel.org)... 149.20.20.135,
204.152.191.39
Connecting to mirrors.kernel.org
(mirrors.kernel.org)|149.20.20.135|:80... connected.
HTTP request sent, awaiting response... 206 Partial Content
Length: 465180 (454K), 220 remaining [application/x-gzip]
Remote file is newer, retrieving.

--2010-07-11 15:28:33--
http://mirrors.kernel.org/archlinux/extra/os/x86_64/extra.db.tar.gz
Reusing existing connection to mirrors.kernel.org:80.
HTTP request sent, awaiting response... 200 OK
Length: 465180 (454K) [application/x-gzip]
Saving to: `extra.db.tar.gz'

100%[==========================================================>]
465,180      151K/s   in 3.0s

2010-07-11 15:28:36 (151 KB/s) - `extra.db.tar.gz' saved [465180/465180]

--2010-07-11 15:28:36--
http://mirrors.kernel.org/archlinux/community-testing/os/x86_64/community-testing.db.tar.gz
Resolving mirrors.kernel.org (mirrors.kernel.org)... 204.152.191.39,
149.20.20.135
Connecting to mirrors.kernel.org
(mirrors.kernel.org)|204.152.191.39|:80... connected.
HTTP request sent, awaiting response... 416 Requested Range Not Satisfiable

    The file is already fully retrieved; nothing to do.

--2010-07-11 15:28:36--
http://mirrors.kernel.org/archlinux/community/os/x86_64/community.db.tar.gz
Resolving mirrors.kernel.org (mirrors.kernel.org)... 149.20.20.135,
204.152.191.39
Connecting to mirrors.kernel.org
(mirrors.kernel.org)|149.20.20.135|:80... connected.
HTTP request sent, awaiting response... 206 Partial Content
Length: 385528 (376K), 193 remaining [application/x-gzip]
Remote file is newer, retrieving.

--2010-07-11 15:28:36--
http://mirrors.kernel.org/archlinux/community/os/x86_64/community.db.tar.gz
Reusing existing connection to mirrors.kernel.org:80.
HTTP request sent, awaiting response... 200 OK
Length: 385528 (376K) [application/x-gzip]
Saving to: `community.db.tar.gz'

100%[==========================================================>]
385,528      148K/s   in 2.5s

2010-07-11 15:28:39 (148 KB/s) - `community.db.tar.gz' saved [385528/385528]

--2010-07-11 15:28:39--
http://mirrors.kernel.org/archlinux/testing/os/x86_64/testing.db.tar.gz
Resolving mirrors.kernel.org (mirrors.kernel.org)... 204.152.191.39,
149.20.20.135
Connecting to mirrors.kernel.org
(mirrors.kernel.org)|204.152.191.39|:80... connected.
HTTP request sent, awaiting response... 416 Requested Range Not Satisfiable

    The file is already fully retrieved; nothing to do.

####

but you don't get this error which is what you get if you have only
timestamping on

####
--2010-07-11 15:34:30--
http://mirrors.kernel.org/archlinux/core/os/x86_64/core.db.tar.gz
Resolving mirrors.kernel.org (mirrors.kernel.org)... 204.152.191.39,
149.20.20.135
Connecting to mirrors.kernel.org
(mirrors.kernel.org)|204.152.191.39|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 36271 (35K) [application/x-gzip]
Server file no newer than local file `core.db.tar.gz' -- not retrieving.
####

I'm fine with that though... more clearly perhaps though...

Server file no newer than local file `core.db.tar.gz' --  attempting to continue
The file is already fully retrieved; nothing to do.

I don't know if this is possible or perhaps way too much work. If it's
too much work... then

Thanks for the patch as is. Like I said seems to work.

Also thanks for making one of the best download tools there is.
-- 
Caleb Cushing

http://xenoterracide.blogspot.com



reply via email to

[Prev in Thread] Current Thread [Next in Thread]