DVD download

Bryan J. Smith b.j.smith at ieee.org
Sat Mar 25 15:45:43 UTC 2006


On Sat, 2006-03-25 at 07:29 -0500, David McCormick wrote:
> I have tried to download the DVD iso images several times and every time 
> I do it the progress bar on Firefox goes to the point that it is 
> completely downloaded and then starts in reverse showing a negative 
> speed and the total mg's of content starts getting smaller.  What can be 
> causing this?

Signed 32-bit integer overflow.  After it reaches 2,147,483,647 bytes,
it goes to -2,147,483,468 and counts down.  Many non 64-bit compliant
HTTP clients have this issue.  Even Internet Explorer 6.

But the question is if it is just showing the wrong number, but still
correctly downloading?  Check the filesystem and see if the .part file
is > 2,147,483,647.  If so, then it's probably still downloading the
entire file, the display is just using a signed 32-bit integer value
overflowing.

Either use a newer HTTP client, or use a FTP client.  I prefer ncftp for
a FTP client.  I was able to grab FC5 at 0.5MBps (yes, mega_byte_ per
second) from the fairly close USF mirror (yes, USF is good for something
-- no way!) here in the UCF area.


-- 
Bryan J. Smith             Professional, technical annoyance
mailto:b.j.smith at ieee.org       http://thebs413.blogspot.com
------------------------------------------------------------
****** Speed doesn't kill.  Difference in speed does! ******





More information about the amd64-list mailing list