Gentoo Archives: gentoo-user

From: Ross Mansfield <r.w.mansfield@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] problem with a slow rsync server
Date: Thu, 11 Sep 2008 20:31:12
Message-Id: 1221164716.27437.7.camel@caesarea.amanita
1 Hi again,
2
3 Thanks for the suggestions. I actually found this in the gentoo wiki
4 under the man page make.conf(5):
5
6 PORTAGE_RSYNC_INITIAL_TIMEOUT = integer
7 Used by emerge --sync as a timeout for the initial connection to an rsync server.
8 Defaults to 15 seconds.
9
10 I put this in my make.conf file with a 45 and it worked like a charm.
11
12 Thanks again!
13
14 Ross
15 
16 ----- Original Message ----
17 From: Ross Mansfield <r.w.mansfield@×××××.com>
18 To: gentoo-user@l.g.o
19 Sent: Thursday, September 11, 2008 1:33:44 PM
20 Subject: [gentoo-user] problem with a slow rsync server
21
22 Hi,
23
24 I have a rsync server on a older machine and I'm trying to emerge --sync
25 another machine to the server. When I do this my emerge --sync times
26 out. I'm pretty sure that it's because the rsync server is on an old
27 machine (but I could be wrong) and was wondering does anyone knows how
28 to increase the timeout time for emerge --sync?
29
30 Thanks,
31 Ross