Gentoo Archives: gentoo-dev

From: William McArthur <sandymac@g.o>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] Problem with rsync
Date: Thu, 16 May 2002 00:02:27
Message-Id: 3CE33D5F.9040604@gentoo.org
In Reply to: [gentoo-dev] Problem with rsync by Eugenia Loli-Queru
1 Eugenia Loli-Queru wrote:
2 > I haven't booted back to Gentoo for many days now (oops..;-) but... I
3 > had a need for Linux tonight. I decided to update the system, but I get
4 > this (as root):
5 >
6 > eugenia root # emerge rsync
7 >
8 >>>> starting rsync with rsync://cvs.gentoo.org/gentoo-x86-portage...
9 >>>
10 > rsync: failed to connect to cvs.gentoo.org: Connection refused
11 > rsync error: error in socket IO (code 10) at clientserver.c(89)
12
13 On the front page of http://gentoo.org this is mentioned in the news
14 entry posted on may 10th. There is a link to
15 http://lists.gentoo.org/pipermail/gentoo-announce/2002-May/000161.html
16 which has all the details.
17
18 The short of it is edit /etc/make.conf to have:
19
20 SYNC="rsync://rsync.gentoo.org/gentoo-portage"
21
22 Sandy McArthur