I've been trying for 2 weeks to download the dvd iso torrent... Shows a ton of seeders, few leechers, but very poor performance.. (I'm correctly setup for torrents and get fast downloads normally) Only like 4% downloaded and crawling. I've tried the trackers from every one of the mirror sites. I can't use the net install because the systems I am installing are on a closed network.
Anyone have any ideas where else to get this or any suggestions? Thx, R
At Sun, 5 Sep 2010 15:01:06 -0700 CentOS mailing list centos@centos.org wrote:
I've been trying for 2 weeks to download the dvd iso torrent... Shows a ton of seeders, few leechers, but very poor performance.. (I'm correctly setup for torrents and get fast downloads normally) Only like 4% downloaded and crawling. I've tried the trackers from every one of the mirror sites. I can't use the net install because the systems I am installing are on a closed network.
Anyone have any ideas where else to get this or any suggestions?
I just did a normal download using wget and downloaded it just fine. Here is the shell script I used:
#!/bin/sh host=http://mirror.clarkson.edu/centos/5.5/isos/i386/ mount -v /distrostemp #wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-i386-LiveCD.iso #wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-i386-bin-1of7.iso #wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-i386-bin-2of7.iso #wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-i386-bin-3of7.iso #wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-i386-bin-4of7.iso #wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-i386-bin-5of7.iso #wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-i386-bin-6of7.iso #wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-i386-bin-7of7.iso wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-i386-bin-DVD.iso wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-i386-netinstall.iso wget -c -nv -P /distrostemp/ ${host}md5sum.txt wget -c -nv -P /distrostemp/ ${host}md5sum.txt.asc wget -c -nv -P /distrostemp/ ${host}sha1sum.txt wget -c -nv -P /distrostemp/ ${host}sha1sum.txt.asc umount -v /distrostemp
and
#!/bin/sh host=http://mirror.clarkson.edu/centos/5.5/isos/x86_64/ mount -v /distrostemp #wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-x86_64-LiveCD.iso #wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-x86_64-bin-1of8.iso #wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-x86_64-bin-2of8.iso #wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-x86_64-bin-3of8.iso #wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-x86_64-bin-4of8.iso #wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-x86_64-bin-5of8.iso #wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-x86_64-bin-6of8.iso #wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-x86_64-bin-7of8.iso #wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-x86_64-bin-8of8.iso #wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-x86_64-bin-DVD-1of2.iso wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-x86_64-bin-DVD-2of2.iso wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-x86_64-netinstall.iso wget -c -nv -P /distrostemp/ ${host}md5sum.txt wget -c -nv -P /distrostemp/ ${host}md5sum.txt.asc wget -c -nv -P /distrostemp/ ${host}sha1sum.txt wget -c -nv -P /distrostemp/ ${host}sha1sum.txt.asc umount -v /distrostemp
I ran it overnight (I did the 32-bit ISOs as three successive nights and the 64-bit ISOs over 4 nights). I did this on the local library's 'high speed' (900mhz wireless) link (about 1-2 mbits/sec).
Thx, R
MIME-Version: 1.0
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
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__.
I get smoking downloads of unrelated torrents. Smoking downloads from various vendor sites. (ie: Oracle 11g in ~90 minutes)
-Chuck
On Sun, Sep 5, 2010 at 4:44 PM, Robert Heller heller@deepsoft.com wrote:
At Sun, 5 Sep 2010 15:01:06 -0700 CentOS mailing list centos@centos.org wrote:
I've been trying for 2 weeks to download the dvd iso torrent... Shows a
ton
of seeders, few leechers, but very poor performance.. (I'm correctly
setup
for torrents and get fast downloads normally) Only like 4% downloaded and crawling. I've tried the trackers from every one of the mirror sites. I can't use the net install because the systems I am installing are on a closed network.
Anyone have any ideas where else to get this or any suggestions?
I just did a normal download using wget and downloaded it just fine. Here is the shell script I used:
#!/bin/sh host=http://mirror.clarkson.edu/centos/5.5/isos/i386/ mount -v /distrostemp #wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-i386-LiveCD.iso #wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-i386-bin-1of7.iso #wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-i386-bin-2of7.iso #wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-i386-bin-3of7.iso #wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-i386-bin-4of7.iso #wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-i386-bin-5of7.iso #wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-i386-bin-6of7.iso #wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-i386-bin-7of7.iso wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-i386-bin-DVD.iso wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-i386-netinstall.iso wget -c -nv -P /distrostemp/ ${host}md5sum.txt wget -c -nv -P /distrostemp/ ${host}md5sum.txt.asc wget -c -nv -P /distrostemp/ ${host}sha1sum.txt wget -c -nv -P /distrostemp/ ${host}sha1sum.txt.asc umount -v /distrostemp
and
#!/bin/sh host=http://mirror.clarkson.edu/centos/5.5/isos/x86_64/ mount -v /distrostemp #wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-x86_64-LiveCD.iso #wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-x86_64-bin-1of8.iso #wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-x86_64-bin-2of8.iso #wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-x86_64-bin-3of8.iso #wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-x86_64-bin-4of8.iso #wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-x86_64-bin-5of8.iso #wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-x86_64-bin-6of8.iso #wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-x86_64-bin-7of8.iso #wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-x86_64-bin-8of8.iso #wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-x86_64-bin-DVD-1of2.iso wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-x86_64-bin-DVD-2of2.iso wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-x86_64-netinstall.iso wget -c -nv -P /distrostemp/ ${host}md5sum.txt wget -c -nv -P /distrostemp/ ${host}md5sum.txt.asc wget -c -nv -P /distrostemp/ ${host}sha1sum.txt wget -c -nv -P /distrostemp/ ${host}sha1sum.txt.asc umount -v /distrostemp
I ran it overnight (I did the 32-bit ISOs as three successive nights and the 64-bit ISOs over 4 nights). I did this on the local library's 'high speed' (900mhz wireless) link (about 1-2 mbits/sec).
Thx, R
MIME-Version: 1.0
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
-- Robert Heller -- 978-544-6933 Deepwoods Software -- Download the Model Railroad System http://www.deepsoft.com/ -- Binaries for Linux and MS-Windows heller@deepsoft.com -- http://www.deepsoft.com/ModelRailroadSystem/
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
At Mon, 6 Sep 2010 12:22:20 -0700 CentOS mailing list centos@centos.org wrote:
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__.
Did you look at my whole message? I downloaded *both* the 32-bit AND the 64-bit (2 DVDs). I used a straight download with wget for all of them.
I get smoking downloads of unrelated torrents. Smoking downloads from various vendor sites. (ie: Oracle 11g in ~90 minutes)
-Chuck
On Sun, Sep 5, 2010 at 4:44 PM, Robert Heller heller@deepsoft.com wrote:
and
#!/bin/sh host=http://mirror.clarkson.edu/centos/5.5/isos/x86_64/ mount -v /distrostemp #wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-x86_64-LiveCD.iso #wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-x86_64-bin-1of8.iso #wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-x86_64-bin-2of8.iso #wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-x86_64-bin-3of8.iso #wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-x86_64-bin-4of8.iso #wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-x86_64-bin-5of8.iso #wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-x86_64-bin-6of8.iso #wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-x86_64-bin-7of8.iso #wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-x86_64-bin-8of8.iso #wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-x86_64-bin-DVD-1of2.iso wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-x86_64-bin-DVD-2of2.iso wget -c -nv -P /distrostemp/ ${host}CentOS-5.5-x86_64-netinstall.iso wget -c -nv -P /distrostemp/ ${host}md5sum.txt wget -c -nv -P /distrostemp/ ${host}md5sum.txt.asc wget -c -nv -P /distrostemp/ ${host}sha1sum.txt wget -c -nv -P /distrostemp/ ${host}sha1sum.txt.asc umount -v /distrostemp
I ran it overnight (I did the 32-bit ISOs as three successive nights and the 64-bit ISOs over 4 nights). I did this on the local library's 'high speed' (900mhz wireless) link (about 1-2 mbits/sec).
On Mon, 2010-09-06 at 12:22 -0700, Chuck wrote:
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__.
--- Ok problem solved see [1]. You need [2]. I know it works I have used it.
John
[1] http://lists.centos.org/pipermail/centos-devel/2007-April/001560.html [2] http://merlin.fit.vutbr.cz/mirrors/centos/build/mkdvdiso.sh
On 09/05/2010 05:01 PM, Chuck informed us:
I've been trying for 2 weeks to download the dvd iso torrent... Shows a ton of seeders, few leechers, but very poor performance.. (I'm correctly setup for torrents and get fast downloads normally) Only like 4% downloaded and crawling. I've tried the trackers from every one of the mirror sites. I can't use the net install because the systems I am installing are on a closed network.
Anyone have any ideas where else to get this or any suggestions?
I tried the tracker from the kernel.org site just minutes ago using the Ktorrent client. After a couple minutes, my stats looked like:
Leechers: 10 (125) Average Up Speed: 2.1 KB/s Seeders: 40 (900) Average Down Speed: 560.7 KB/s
I blew off the d/l 'cause I already have a DVD but that would work out to a bit less that 2 hours for the DVD image. That's pretty much wide open for my DSL connection.
Have you tried any of the speed tests available? That should eliminate your torrent client as a suspect. Here are two 2 test sites. The first requires flash; the second uses java, often has requests in queue but gives a lot of network information. I have both bookmarked. http://www.speakeasy.net/speedtest/ http://miranda.ctd.anl.gov:7123/
Good luck!
Yep.. I've tried numerous speed test and at my slowest it was 19m down and 768k up.
On Mon, Sep 6, 2010 at 9:35 AM, Robert kerplop@sbcglobal.net wrote:
On 09/05/2010 05:01 PM, Chuck informed us:
I've been trying for 2 weeks to download the dvd iso torrent... Shows a ton of seeders, few leechers, but very poor performance.. (I'm correctly setup for torrents and get fast downloads normally) Only like 4% downloaded and crawling. I've tried the trackers from every one of the mirror sites. I can't use the net install because the systems I am installing are on a closed network.
Anyone have any ideas where else to get this or any suggestions?
I tried the tracker from the kernel.org site just minutes ago using the Ktorrent client. After a couple minutes, my stats looked like:
Leechers: 10 (125) Average Up Speed: 2.1 KB/s Seeders: 40 (900) Average Down Speed: 560.7 KB/s
I blew off the d/l 'cause I already have a DVD but that would work out to a bit less that 2 hours for the DVD image. That's pretty much wide open for my DSL connection.
Have you tried any of the speed tests available? That should eliminate your torrent client as a suspect. Here are two 2 test sites. The first requires flash; the second uses java, often has requests in queue but gives a lot of network information. I have both bookmarked. http://www.speakeasy.net/speedtest/ http://miranda.ctd.anl.gov:7123/
Good luck! _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On 09/05/2010 11:01 PM, Chuck wrote:
I've been trying for 2 weeks to download the dvd iso torrent... Shows a ton of seeders, few leechers, but very poor performance.. (I'm correctly setup for torrents and get fast downloads normally) Only like 4% downloaded and crawling. I've tried the trackers from every one of the mirror sites. I can't use the net install because the systems I am installing are on a closed network.
Did you try the .torrent file from mirror.centos.org ? I just checked and am able to saturate a 100mbps link here in the UK, and a 50 mbps link in the US with the c5.5-x86_64 torrent.
- KB
I don't quite understand why all this fuss about some DVD ISOs...
At least the Portuguese mirrors work very nicely... Here's an example:
ftp://ftp.di.uminho.pt/pub/centos/5.5/
Regards