<br>Yea but that isn't the 64-bit.. I can download fast and w/o issues.. I can't get the _64bit_ DVD ISO. I can get the 64bit cdrom images 1 -7... but not the DVD ISO __via the torrent__.<br><br>I get smoking downloads of unrelated torrents. Smoking downloads from various vendor sites. (ie: Oracle 11g in ~90 minutes)<br>
<br>-Chuck<br><br><br><div class="gmail_quote">On Sun, Sep 5, 2010 at 4:44 PM, Robert Heller <span dir="ltr"><<a href="mailto:heller@deepsoft.com">heller@deepsoft.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="h5">At Sun, 5 Sep 2010 15:01:06 -0700 CentOS mailing list <<a href="mailto:centos@centos.org">centos@centos.org</a>> wrote:<br>
<br>
><br>
><br>
><br>
> I've been trying for 2 weeks to download the dvd iso torrent... Shows a ton<br>
> of seeders, few leechers, but very poor performance.. (I'm correctly setup<br>
> for torrents and get fast downloads normally) Only like 4% downloaded and<br>
> crawling. I've tried the trackers from every one of the mirror sites. I<br>
> can't use the net install because the systems I am installing are on a<br>
> closed network.<br>
><br>
> Anyone have any ideas where else to get this or any suggestions?<br>
<br>
</div></div>I just did a normal download using wget and downloaded it just fine.<br>
Here is the shell script I used:<br>
<br>
#!/bin/sh<br>
host=<a href="http://mirror.clarkson.edu/centos/5.5/isos/i386/" target="_blank">http://mirror.clarkson.edu/centos/5.5/isos/i386/</a><br>
mount -v /distrostemp<br>
#wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-i386-LiveCD.iso<br>
#wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-i386-bin-1of7.iso<br>
#wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-i386-bin-2of7.iso<br>
#wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-i386-bin-3of7.iso<br>
#wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-i386-bin-4of7.iso<br>
#wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-i386-bin-5of7.iso<br>
#wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-i386-bin-6of7.iso<br>
#wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-i386-bin-7of7.iso<br>
wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-i386-bin-DVD.iso<br>
wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-i386-netinstall.iso<br>
wget -c -nv -P /distrostemp/ ${host}md5sum.txt<br>
wget -c -nv -P /distrostemp/ ${host}md5sum.txt.asc<br>
wget -c -nv -P /distrostemp/ ${host}sha1sum.txt<br>
wget -c -nv -P /distrostemp/ ${host}sha1sum.txt.asc<br>
umount -v /distrostemp<br>
<br>
and<br>
<br>
#!/bin/sh<br>
host=<a href="http://mirror.clarkson.edu/centos/5.5/isos/x86_64/" target="_blank">http://mirror.clarkson.edu/centos/5.5/isos/x86_64/</a><br>
mount -v /distrostemp<br>
#wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-x86_64-LiveCD.iso<br>
#wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-x86_64-bin-1of8.iso<br>
#wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-x86_64-bin-2of8.iso<br>
#wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-x86_64-bin-3of8.iso<br>
#wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-x86_64-bin-4of8.iso<br>
#wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-x86_64-bin-5of8.iso<br>
#wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-x86_64-bin-6of8.iso<br>
#wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-x86_64-bin-7of8.iso<br>
#wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-x86_64-bin-8of8.iso<br>
#wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-x86_64-bin-DVD-1of2.iso<br>
wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-x86_64-bin-DVD-2of2.iso<br>
wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-x86_64-netinstall.iso<br>
wget -c -nv -P /distrostemp/ ${host}md5sum.txt<br>
wget -c -nv -P /distrostemp/ ${host}md5sum.txt.asc<br>
wget -c -nv -P /distrostemp/ ${host}sha1sum.txt<br>
wget -c -nv -P /distrostemp/ ${host}sha1sum.txt.asc<br>
umount -v /distrostemp<br>
<br>
<br>
I ran it overnight (I did the 32-bit ISOs as three successive nights and<br>
the 64-bit ISOs over 4 nights).  I did this on the local library's 'high<br>
speed' (900mhz wireless) link (about 1-2 mbits/sec).<br>
<br>
<br>
<br>
> Thx,<br>
> R<br>
><br>
> MIME-Version: 1.0<br>
<div class="im">><br>
> _______________________________________________<br>
> CentOS mailing list<br>
> <a href="mailto:CentOS@centos.org">CentOS@centos.org</a><br>
> <a href="http://lists.centos.org/mailman/listinfo/centos" target="_blank">http://lists.centos.org/mailman/listinfo/centos</a><br>
><br>
><br>
<br>
</div><font color="#888888">--<br>
Robert Heller             -- 978-544-6933<br>
Deepwoods Software        -- Download the Model Railroad System<br>
<a href="http://www.deepsoft.com/" target="_blank">http://www.deepsoft.com/</a>  -- Binaries for Linux and MS-Windows<br>
<a href="mailto:heller@deepsoft.com">heller@deepsoft.com</a>       -- <a href="http://www.deepsoft.com/ModelRailroadSystem/" target="_blank">http://www.deepsoft.com/ModelRailroadSystem/</a><br>
</font><div><div></div><div class="h5"><br>
_______________________________________________<br>
CentOS mailing list<br>
<a href="mailto:CentOS@centos.org">CentOS@centos.org</a><br>
<a href="http://lists.centos.org/mailman/listinfo/centos" target="_blank">http://lists.centos.org/mailman/listinfo/centos</a><br>
</div></div></blockquote></div><br>