Your message dated Fri, 28 Mar 2008 20:29:08 +0100
with message-id <[EMAIL PROTECTED]>
and subject line #88176: timestamping is wrong with -O
has caused the Debian Bug report #88176,
regarding timestamping is wrong with -O
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
88176: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=88176
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: wget
Version: 1.6-1
The following transcript shows that the wget can do the Bad Thing with -O when
timestamping.
It can result on a 0 byte long result which reported as hit or in a redownload
which isn't
needed, so it is a bandwidth waste.
gegehost:/alma# ls -l
total 0
gegehost:/alma# wget
http://ftp.hu.debian.org/ftp/debian/pool/main/b/bombardier/bombardier_0.6-1.dsc
--23:08:25--
http://ftp.hu.debian.org/ftp/debian/pool/main/b/bombardier/bombardier_0.6-1.dsc
=> `bombardier_0.6-1.dsc'
Connecting to ftp.hu.debian.org:80... connected!
HTTP request sent, awaiting response... 200 OK
Length: 549 [text/plain]
0K -> [100%]
23:08:25 (8.65 KB/s) - `bombardier_0.6-1.dsc' saved [549/549]
gegehost:/alma# wget -N
http://ftp.hu.debian.org/ftp/debian/pool/main/b/bombardier/bombardier_0.6-1.dsc
--23:08:32--
http://ftp.hu.debian.org/ftp/debian/pool/main/b/bombardier/bombardier_0.6-1.dsc
=> `bombardier_0.6-1.dsc'
Connecting to ftp.hu.debian.org:80... connected!
HTTP request sent, awaiting response... 200 OK
Length: 549 [text/plain]
Server file no newer than local file `bombardier_0.6-1.dsc' -- not retrieving.
gegehost:/alma# wget -O foo -N
http://ftp.hu.debian.org/ftp/debian/pool/main/b/bombardier/bombardier_0.6-1.dsc
--23:09:12--
http://ftp.hu.debian.org/ftp/debian/pool/main/b/bombardier/bombardier_0.6-1.dsc
=> `foo'
Connecting to ftp.hu.debian.org:80... connected!
HTTP request sent, awaiting response... 200 OK
Length: 549 [text/plain]
Server file no newer than local file `bombardier_0.6-1.dsc' -- not retrieving.
gegehost:/alma# ls -l
total 4
-rw-r--r-- 1 root root 549 Dec 14 19:40 bombardier_0.6-1.dsc
-rw-r--r-- 1 root root 0 Mar 1 23:09 foo
gegehost:/alma# rm *
gegehost:/alma# wget -O foo
http://ftp.hu.debian.org/ftp/debian/pool/main/b/bombardier/bombardier_0.6-1.dsc
--23:09:32--
http://ftp.hu.debian.org/ftp/debian/pool/main/b/bombardier/bombardier_0.6-1.dsc
=> `foo'
Connecting to ftp.hu.debian.org:80... connected!
HTTP request sent, awaiting response... 200 OK
Length: 549 [text/plain]
0K -> [100%]
23:09:33 (536.13 KB/s) - `foo' saved [549/549]
gegehost:/alma# wget -O foo -N
http://ftp.hu.debian.org/ftp/debian/pool/main/b/bombardier/bombardier_0.6-1.dsc
--23:09:38--
http://ftp.hu.debian.org/ftp/debian/pool/main/b/bombardier/bombardier_0.6-1.dsc
=> `foo'
Connecting to ftp.hu.debian.org:80... connected!
HTTP request sent, awaiting response... 200 OK
Length: 549 [text/plain]
0K -> [100%]
23:09:39 (59.57 KB/s) - `foo' saved [549/549]
Thanks,
Gergely
--- End Message ---
--- Begin Message ---
closing fixed bugs
--
Noèl Köthe <noel debian.org>
Debian GNU/Linux, www.debian.org
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
--- End Message ---