Networking Forums

Networking Forums > Computer Networking > Linux Networking > Strange behavior from wget

Reply
Thread Tools Display Modes

Strange behavior from wget

 
 
Mark Adams
Guest
Posts: n/a

 
      12-11-2005, 08:23 PM
I've been trying to download a Linux distro on DVD iso. I've tried a
number of methods and all have failed. Most notably wget, which is
fairly idiot proof.

The problem is that wget will only download 361,680,896 bytes and then
it just stops as if it were finished. A log looks like this:
===============================
$ wget ftp://Mark1830:(E-Mail Removed)
user.cz:21/2006/i586/Mandriva-Linux-Powerpack-2006-DVD.i586.iso
--20:36:45--
ftp://Mark1830:*password*@club.mandr.../i586/Mandriva
-Linux-Powerpack-2006-DVD.i586.iso
=> `Mandriva-Linux-Powerpack-2006-DVD.i586.iso'
Resolving club.mandrivauser.cz... 212.65.242.226
Connecting to club.mandrivauser.cz[212.65.242.226]:21... connected.
Logging in as Mark1830 ... Logged in!
==> SYST ... done. ==> PWD ... done.
==> TYPE I ... done. ==> CWD /2006/i586 ... done.
==> SIZE Mandriva-Linux-Powerpack-2006-DVD.i586.iso ... done.
==> PASV ... done. ==> REST 361,680,896 ... done.
==> RETR Mandriva-Linux-Powerpack-2006-DVD.i586.iso ... done.
Length: 4,656,648,192 [4,294,967,296 to go]

7% [++ ] 361,680,896 --.--K/s

20:37:02 (0.00 B/s) - `Mandriva-Linux-Powerpack-2006-DVD.i586.iso' saved
[361,680,896]
==========================

And that's it. I'm not seeing anything in the system log files and
attempting to resume the download with the "-c" option makes no difference.

If this is some misconfiguration or goof on my end, I'd like to know
about it. If this is caused by a bad file on the mirror, I'd like to
know that as well.

I've scoured Google Web and Groups and I can't find anything like this.
Can anyone help me with it?

Thanks.
--
Mark E. Adams, 2004 -- drop the "dot" to email me.
http://adamslan.shyper.com -*- Mandriva User# 263042

CONSIDER: ===========---------,,,,,,,,,............. . . . . .
QOTD:
"Wouldn't it be wonderful if real life supported control-Z?"
 
Reply With Quote
 
 
 
 
Michael Heiming
Guest
Posts: n/a

 
      12-11-2005, 08:38 PM
In comp.os.linux.networking Mark Adams <(E-Mail Removed)>:
> I've been trying to download a Linux distro on DVD iso. I've tried a
> number of methods and all have failed. Most notably wget, which is
> fairly idiot proof.


> The problem is that wget will only download 361,680,896 bytes and then
> it just stops as if it were finished. A log looks like this:
> ===============================
> $ wget ftp://Mark1830:(E-Mail Removed)

[..]

> 20:37:02 (0.00 B/s) - `Mandriva-Linux-Powerpack-2006-DVD.i586.iso' saved
> [361,680,896]
> ==========================


> And that's it. I'm not seeing anything in the system log files and
> attempting to resume the download with the "-c" option makes no difference.


We don't know on which side the problem is and since the download
is password protected, we can't check if we get the same problem.

Did you try another .iso download (ftp) from another host and the
problem persists?

[..]

--
Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
mail: echo (E-Mail Removed) | perl -pe 'y/a-z/n-za-m/'
#bofh excuse 29: It works the way the Wang did, what's the
problem
 
Reply With Quote
 
Mark Adams
Guest
Posts: n/a

 
      12-12-2005, 12:10 AM
Michael Heiming wrote:
> In comp.os.linux.networking Mark Adams <(E-Mail Removed)>:
>>The problem is that wget will only download 361,680,896 bytes and then
>>it just stops as if it were finished. A log looks like this:
>>===============================
>>$ wget ftp://Mark1830:(E-Mail Removed)

>
> [..]
>
>
>>20:37:02 (0.00 B/s) - `Mandriva-Linux-Powerpack-2006-DVD.i586.iso' saved
>>[361,680,896]
>>==========================

>
>
>>And that's it. I'm not seeing anything in the system log files and
>>attempting to resume the download with the "-c" option makes no difference.

>
>
> We don't know on which side the problem is and since the download
> is password protected, we can't check if we get the same problem.
>
> Did you try another .iso download (ftp) from another host and the
> problem persists?
>


I did successfully download the iso's for CD1 and CD2 of the distro from
the same host, same working directory that holds the DVD iso I want.
These iso's were approximately 695 MB in size.

Encouraged, I initiated another wget download of the DVD iso. It crapped
out again at 361,680,896 bytes.

So, what can we make of this? I am trying to connect to another mirror
to get the DVD iso, but it's not going well.

--
Mark E. Adams, 2004 -- drop the "dot" to email me.
http://adamslan.shyper.com -*- Mandriva User# 263042

CONSIDER: ===========---------,,,,,,,,,............. . . . . .
Everyone's in a high place when you're on your knees.
 
Reply With Quote
 
Eric Moors
Guest
Posts: n/a

 
      12-13-2005, 05:56 AM
>>>And that's it. I'm not seeing anything in the system log files and
>>>attempting to resume the download with the "-c" option makes no
>>>difference.

>>
>>
>> We don't know on which side the problem is and since the download
>> is password protected, we can't check if we get the same problem.
>>
>> Did you try another .iso download (ftp) from another host and the
>> problem persists?
>>

>
> I did successfully download the iso's for CD1 and CD2 of the distro from
> the same host, same working directory that holds the DVD iso I want.
> These iso's were approximately 695 MB in size.
>
> Encouraged, I initiated another wget download of the DVD iso. It crapped
> out again at 361,680,896 bytes.
>
> So, what can we make of this? I am trying to connect to another mirror
> to get the DVD iso, but it's not going well.
>


disc full?
what does df tells you?

Eric
 
Reply With Quote
 
Mark Adams
Guest
Posts: n/a

 
      12-13-2005, 12:51 PM
Eric Moors wrote:
>>>>And that's it. I'm not seeing anything in the system log files and
>>>>attempting to resume the download with the "-c" option makes no
>>>>difference.
>>>
>>>
>>>We don't know on which side the problem is and since the download
>>>is password protected, we can't check if we get the same problem.
>>>
>>>Did you try another .iso download (ftp) from another host and the
>>>problem persists?
>>>

>>
>>I did successfully download the iso's for CD1 and CD2 of the distro from
>>the same host, same working directory that holds the DVD iso I want.
>>These iso's were approximately 695 MB in size.
>>
>>Encouraged, I initiated another wget download of the DVD iso. It crapped
>>out again at 361,680,896 bytes.
>>
>>So, what can we make of this? I am trying to connect to another mirror
>>to get the DVD iso, but it's not going well.
>>

>
>
> disc full?
> what does df tells you?
>
> Eric



Filesystem Size Used Avail Use% Mounted on
/dev/hda7 297M 94M 188M 34% /
/dev/hda8 54M 6.7M 44M 14% /boot
/dev/hda14 5.1G 1.8G 3.4G 34% /home
/dev/hda1 9.8G 8.9G 951M 91% /mnt/win_c
/dev/hda5 9.8G 6.3G 3.6G 64% /mnt/win_d
/dev/hda6 9.8G 5.2G 4.7G 53% /mnt/win_e
/dev/hda15 32G 11G 21G 36% /mnt/win_f
/dev/hda13 494M 289M 180M 62% /opt
/dev/hda12 92M 4.3M 83M 5% /tmp
/dev/hda10 5.6G 2.8G 2.6G 52% /usr
/dev/hda11 1.6G 290M 1.2G 20% /var
//MEDIA/E 201G 176G 25G 88% /mnt/mediactr
//MEDIA/D 226G 129G 98G 58% /mnt/mediactr/D
//SHUTTLE/madams 42G 28G 15G 66% /mnt/shuttle/madams
//SHUTTLE/server 68G 30G 38G 45% /mnt/shuttle/server [1]
//SHUTTLE/super 289G 32G 257G 11% /mnt/shuttle/super [2]
/dev/hdd 4.7G 4.7G 0 100% /mnt/cdrom2 [3]

[1] This was the first directory I tried to download to.
[2] I tried this directory thinking there might be something wrong with
the /mnt/shuttle/server.
[3] This is the DVD I was able to produce from the 7-CD iso's I
wound up downloading.
--
Mark E. Adams, 2004 -- drop the "dot" to email me.
http://adamslan.shyper.com -*- Mandriva User# 263042

CONSIDER: ===========---------,,,,,,,,,............. . . . . .
Do molecular biologists wear designer genes?
 
Reply With Quote
 
Tomas
Guest
Posts: n/a

 
      12-13-2005, 02:35 PM
On Sun, 11 Dec 2005 14:23:14 -0700, Mark Adams wrote:

> I've been trying to download a Linux distro on DVD iso. I've tried a
> number of methods and all have failed. Most notably wget, which is
> fairly idiot proof.
>

http://software.lpetrov.net/wget-LFS/

" As of 2004.11.13 the latest official version of wget cannot download
files of size more than 2Gb"

Why use wget for ftp download? Try using ftp og ncftp instead.



Tomas
 
Reply With Quote
 
Mark Adams
Guest
Posts: n/a

 
      12-13-2005, 05:25 PM
Tomas wrote:
> On Sun, 11 Dec 2005 14:23:14 -0700, Mark Adams wrote:
>
>
>>I've been trying to download a Linux distro on DVD iso. I've tried a
>>number of methods and all have failed. Most notably wget, which is
>>fairly idiot proof.
>>

>
> http://software.lpetrov.net/wget-LFS/
>
> " As of 2004.11.13 the latest official version of wget cannot download
> files of size more than 2Gb"
>
> Why use wget for ftp download? Try using ftp og ncftp instead.
>
>
>
> Tomas

Because I wasn't succeeding with FTP or gFTP. Haven't tried ncftp, but
none of the programs I tried would download the file.

That blurb from lpetrov.net surprises me. It seems unfortunate.

Thanks for the tip Tomas. I appreciate it.

--
Mark E. Adams, 2004 -- drop the "dot" to email me.
http://adamslan.shyper.com -*- Mandriva User# 263042

CONSIDER: ===========---------,,,,,,,,,............. . . . . .
Genius, n.:
A chemist who discovers a laundry additive that rhymes with "bright."
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Strange Routing Behavior Jim Garrison Network Routers 2 09-04-2006 03:12 PM
Strange VPN behavior Bjarni Windows Networking 1 07-03-2006 05:09 PM
Strange VPN Behavior JamFan Windows Networking 3 02-28-2006 01:39 AM
Strange behavior Dennis P. Smith Windows Networking 5 05-18-2005 07:48 PM
Strange VPN behavior =?Utf-8?B?QnJ1Y2UgQnJvd24=?= Broadband Hardware 3 02-26-2005 03:24 AM



1 2 3 4 5 6 7 8 9 10 11