wget shows the correct size for me on Slackware/Slamd64. Maybe this link will help someone http://software.lpetrov.net/wget-LFS/

Luiz Guilherme Regis Emediato wrote:
Hi Kurt,

I am using the commands:

wget http://cdimage.debian.org/debian-cd/4.0_r1/amd64/iso-dvd/debian-40r1-amd64-DVD-1.iso

and

wget -c http://cdimage.debian.org/debian-cd/4.0_r1/amd64/iso-dvd/debian-40r1-amd64-DVD-1.iso


--10:17:37-- http://cdimage.debian.org/debian-cd/4.0_r1/amd64/iso-dvd/debian-40r1-amd64-DVD-1.iso
           => `debian-40r1-amd64-DVD-1.iso'
Resolving cdimage.debian.org... done.
Connecting to cdimage.debian.org[130.239.18.137]:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://laotzu.acc.umu.se/debian-cd/4.0_r1/amd64/iso-dvd/debian-40r1-amd64-DVD-1.iso [following] --10:17:38-- http://laotzu.acc.umu.se/debian-cd/4.0_r1/amd64/iso-dvd/debian-40r1-amd64-DVD-1.iso
           => `debian-40r1-amd64-DVD-1.iso'
Resolving laotzu.acc.umu.se... done.
Connecting to laotzu.acc.umu.se[130.239.18.158]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 401,496,064 [application/octet-stream]

Option -c is not helping either.

Luiz


Kurt Roeckx wrote:
On Sun, Oct 28, 2007 at 01:44:52AM -0200, Luiz Guilherme Regis Emediato wrote:
Hi there,

I notice that the following Debian 4.0r1 amd64 DVD iso files are broken
on the mirrors, that is, they are only 400MB big and the MD5SUM checksum
does not return the correct values.

debian-40r1-amd64-DVD-1.iso
debian-40r1-amd64-DVD-2.iso
debian-40r1-amd64-DVD-3.iso

They're 4.4 GB, as in 400 MB bigger then 4 GB.  Either the server you're
using or the client you're using to download the files does not support
files bigger then 2 GB.  There are a few things you can do:
- Try a different program to download them, for instance wget
- Try a different protocol to download them.  There are a few options:
  - ftp: wget 
ftp://cdimage.debian.org/debian-cd/4.0_r1/amd64/iso-dvd/debian-40r1-amd64-DVD-1.iso
  - http: wget 
http://cdimage.debian.org/debian-cd/4.0_r1/amd64/iso-dvd/debian-40r1-amd64-DVD-1.iso
  - rsync: rsync --progress
    
cdimage.debian.org::debian-cd/4.0_r1/amd64/iso-dvd/debian-40r1-amd64-DVD-1.iso
    .
  - torrent: Use 
http://cdimage.debian.org/debian-cd/4.0_r1/amd64/bt-dvd/debian-40r1-amd64-DVD-1.iso.torrent
Kurt



--
Luiz Guilherme
[EMAIL PROTECTED]


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to