Followup-For: Bug #354989
Package: wget
Version: 1.9.1-12

*** Please type your report below this line ***

I was attempting to download this large file from mirror.linux.org.au
(server was ProFTPD 1.2.10)
ftp> ls
200 PORT command successful
150 Opening ASCII mode data connection for file list
-rw-r--r--   1 ftp      ftp      2717326390 Jan 13 04:15 lca2007.tar.bz2
226 Transfer complete.

Things started out ok, apart from the large file size.

$ wget 
ftp://mirror.linux.org.au/pub/linux.conf.au/2007/mythtv_tutorial/lca2007.tar.bz2
--22:56:50--
ftp://mirror.linux.org.au/pub/linux.conf.au/2007/mythtv_tutorial/lca2007.tar.bz2
           => `lca2007.tar.bz2'
           Resolving mirror.linux.org.au... 150.203.164.37
           Connecting to mirror.linux.org.au[150.203.164.37]:21...
           connected.
           Logging in as anonymous ... Logged in!
           ==> SYST ... done.    ==> PWD ... done.
           ==> TYPE I ... done.  ==> CWD
           /pub/linux.conf.au/2007/mythtv_tutorial ... done.
           ==> PASV ... done.    ==> RETR lca2007.tar.bz2 ... done.
           Length: -1,577,640,906 (unauthoritative)


I interrupted this transfer and restarted it later.
At this point the file size was 1,632,512 kbyte.

When I restarted, things progressed for a while until I got another
error that stopped the program and returned error code 134:

$ wget -c 
ftp://mirror.linux.org.au/pub/linux.conf.au/2007/mythtv_tutorial/lca2007.tar.bz2

--00:37:27-- 
ftp://mirror.linux.org.au/pub/linux.conf.au/2007/mythtv_tutorial/lca2007.tar.bz2
           => `lca2007.tar.bz2'
           Resolving mirror.linux.org.au... 150.203.164.37
           Connecting to mirror.linux.org.au[150.203.164.37]:21...
           connected.
           Logging in as anonymous ... Logged in!
           ==> SYST ... done.    ==> PWD ... done.
           ==> TYPE I ... done.  ==> CWD
           /pub/linux.conf.au/2007/mythtv_tutorial ... done.
           ==> SIZE lca2007.tar.bz2 ... done.
           ==> PASV ... done.    ==> REST 1670050800 ... done.
           ==> RETR lca2007.tar.bz2 ... done.
           Length: 1,047,275,590 [-622,775,210 to go] (unauthoritative)

           100%[+++++++++++++++++++++++++++=======>] 2,147,255,584
           918.87K/s    ETA 00:00wget: progress.c:704: create_image:
           Assertion `insz <= dlsz' failed.
           Aborted
$ echo $?
134

$ ls -l
-rw-r--r--  1 zed    zed    2147483912 2007-01-18 00:44 lca2007.tar.bz2


A third attempt to continue was terminated by the server, so it's unknown
if I could have eventually dragged down all the bits of the file.

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.18-3-686
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)

Versions of packages wget depends on:
ii  libc6                 2.3.2.ds1-22sarge4 GNU C Library: Shared libraries an
ii  libssl0.9.7           0.9.7e-3sarge4     SSL shared libraries

-- no debconf information


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

Reply via email to