Gentoo Archives: gentoo-user

From: Matthew Closson <matt@×××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: [solved] emerge --sync timeouts
Date: Mon, 02 Jan 2006 23:05:20
Message-Id: Pine.BSO.4.62.0601021749010.14447@carnivore.scrapshells.com
In Reply to: Re: [gentoo-user] emerge --sync timeouts by Bastiaan Visser
1 On Tue, 3 Jan 2006, Bastiaan Visser wrote:
2
3 > Maybe not a direct solution, but does a web-sync work ?
4 >
5 > On Tuesday 03 January 2006 00:09, Matthew Closson wrote:
6 >> Hello,
7 >>
8 >> When I have not sync'd in over a month or so and when I ran:
9 >>
10 >> emerge --sync
11 >> It basically shows the motd of the remote rsync server and then times out.
12 >> I have let it run for a bit and try multiple servers and it just keeps
13 >> timing out after the motd regardless of which server it goes to... here is
14 >> some output:
15 >>
16 >>
17 >> --------------------------------------------------------------------------
18 >> Script started on Mon Jan 2 16:46:45 2006
19 >> sh-3.00# emerge --sync
20 >> ]2;Started emerge on: Jan 02, 2006 16:46:54]2; *** emerge sync]2; ===
21 >> sync]2;>>> starting rsync with rsync://64.127.121.98/gentoo-portage>>>
22 >> starting rsync with rsync://64.127.121.98/gentoo-portage...
23 >>
24 >>>>> checking server timestamp ...
25 >>
26 >> Welcome to owl.gentoo.org
27 >>
28 >> Server Address : 64.127.121.98
29 >> Contact Name : mirror-admin@g.o
30 >> Hardware : 4 x Intel(R) Xeon(TM) CPU 2.40GHz, 1024MB RAM
31 >>
32 >>
33 >> Please note: common gentoo-netiquette says you should not sync more
34 >> than once a day. Users who abuse the rsync.gentoo.org rotation
35 >> may be added to a temporary ban list.
36 >>
37 >>
38 >> MOTD brought to you by motd-o-matic, version 0.3
39 >>
40 >> io timeout after 180 seconds - exiting
41 >> rsync error: timeout in data send/receive (code 30) at io.c(109)
42 >>
43 >>>>> retry ...
44 >>
45 >> ]2;>>> Starting retry 1 of 3 with rsync://134.68.220.73/gentoo-portage
46 >>
47 >>>>> Starting retry 1 of 3 with rsync://134.68.220.73/gentoo-portage
48 >>>>> checking server timestamp ...
49 >>
50 >> Welcome to raven.gentoo.org
51 >>
52 >> Server Address : 134.68.220.73
53 >> Contact Name : mirror-admin@g.o
54 >> Hardware : 2 x Intel(R) Xeon(TM) CPU 1700MHz, 2176MB RAM
55 >>
56 >>
57 >> Please note: common gentoo-netiquette says you should not sync more
58 >> than once a day. Users who abuse the rsync.gentoo.org rotation
59 >> may be added to a temporary ban list.
60 >>
61 >>
62 >> MOTD brought to you by motd-o-matic, version 0.3
63 >>
64 >> --------------------------------------------------------------------------
65 >>
66 >> and thats it. I reinstalled a recent portage snapshot and also made sure
67 >> I don't have any config file updates pending with etc-update and a manual
68 >> search in etc. The rest of portage/emerge continues to work fine. I can
69 >> continue to emerge/install packages without problems, just not --sync.
70 >> Any ideas are appreciated. Thanks,
71 >>
72 >> -Matt-
73 >>
74 >> DFI Lanparty UT Ultra-D SLI-mod 6.18-2
75 >> A64 3000 Venice 300x9 1.50V
76 >> Kingwin AWC-1 water cooled 30C/42C
77 >> 2x512 TwinMOS PC3200 BH-5 @ 245 3.4V
78 >> Rosewill X800XL 459/1100 37C/50C volt modded
79 >> Some cheap ass hard drives
80 >> Some non-color matching optical drives
81 >> Fortron 500w Blue Storm
82 >> Gentoo Linux x86 OS
83 >> Fluxbox Window manager
84 > --
85 > gentoo-user@g.o mailing list
86 >
87 >
88
89
90 Actually, I did not try web-sync, I will and let you know, but doing some
91 googling I came across the mirrorselect utility and did the following
92
93 emerge mirrorselect
94 mirrorselect -ri
95
96 it presents options for your rsync mirror, I choose
97
98 rsync.namerica.gentoo.org
99
100 which updated my this line in my /etc/make.conf
101
102 SYNC="rsync://rsync.gentoo.org/gentoo-portage"
103
104 to
105
106 SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
107
108 then emerge --sync and it is working
109
110 So as far as why it was timing out trying to sync to the main rsync site
111 I'm still not sure, but at least its working now.
112
113 Thanks,
114
115 -Matt-
116 --
117 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Re: [solved] emerge --sync timeouts Dale <dalek@××××××××××.net>