On 7/12/2010 8:00 PM, Kyle McDonald wrote:
> On 7/12/2010 6:13 PM, Erik Trauschke wrote:
>> Kyle,
> 
>> On Mon, 2010-07-12 at 17:06 -0400, Kyle McDonald wrote:
>>>> r...@keymaster:/export# /usr/bin/rsync -a 
>>>> pkg-rsync.opensolaris.org::osol_dev_files /export/pkg/file
>>>> rsync: failed to connect to pkg-rsync.opensolaris.org: Connection refused 
>>>> (146)
>>>> rsync error: error in socket IO (code 10) at clientserver.c(124) 
>>>> [receiver=3.0.6]
>>>> r...@keymaster:/export# 
> 
>> We only support 8 downloads in parallel so depending on how many people
>> use rsync at the same time you might not get a free port. Is this a
>> consistent problem?
> 
> I read that, but I read that to mean that each resting IP was limited to
> 8 parallel streams, not 8 users total. That's good to know.
> 
> It was consistent for the 10 or so menutes I kept trying it. I'll try it
> again later. Thanks!

Ok. I left this running all night with no sucess:

LOOP=true
while [ "${LOOP}" = "true" ]; do
  clear
  if /usr/bin/rsync -a pkg-rsync.opensolaris.org::osol_dev_files
/export/pkg/file; then
    LOOP=false
  fi
  sleep 10
dons

It's been 12 hours. I think something might really be wrong.

  -Kyle

> 
>   -Kyle
> 
>> Erik
> 
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to