[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] large file downloads & Comcast (Now Local Net)
- Subject: [ale] large file downloads & Comcast (Now Local Net)
- From: cfowler at outpostsentinel.com (Christopher Fowler)
- Date: Wed, 04 Oct 2006 17:35:38 -0400
- In-reply-to: <[email protected]>
- References: <8604151.1134361159995378986.JavaMail.servlet@perfora> <[email protected]>
Here is one problem I had today.
Case 1 takes about 10 minutes:
# mount -t nfs 192.168.2.200:/tmp /mnt/cdrom
# cd /
# tar -l --same-owner -psjvf /mnt/cdrom/backup.tar.bz2 .
Case 2 takes about 2 hours and stalls:
# cd /
# tar -l --same-owner -psjvf - . | ssh root at 192.168.2.200 "dd
of=/tmp/backup.tar.bz2"
I normally do #2. It is easy and very quick. It just seems like for
these systems it is taking too long. One time today I checked the file
and it was at 49M. I took a shower, got dressed and checked again.
49M. Not sure what is going on. As a test I did an scp. very fast
works great.
On Wed, 2006-10-04 at 17:20 -0400, Michael B. Trausch wrote:
> timothy at meanor.net wrote:
> >
> > Here's what I was having trouble downloading:
> > http://www.gtlib.gatech.edu/pub/ubuntu-releases/6.06/ubuntu-6.06.1-desktop-powerpc.iso
> >
>
> I have had repeated troubles downloading anything from GA Tech's
> servers. I do not use them anymore.
>
> -- Mike
>
> _______________________________________________
> Ale mailing list
> Ale at ale.org
> http://www.ale.org/mailman/listinfo/ale