Gentoo Archives: gentoo-mirrors

From: Christian Birchinger <joker@g.o>
To: gentoo-mirrors@l.g.o
Subject: Re: [gentoo-mirrors] gentoo-portage mirror problems
Date: Mon, 01 May 2006 16:52:21
Message-Id: 20060501165203.GA31644@netswarm.net
In Reply to: Re: [gentoo-mirrors] gentoo-portage mirror problems by Christian Birchinger
1 On Mon, May 01, 2006 at 06:42:08PM +0200, Christian Birchinger wrote:
2 > On Mon, May 01, 2006 at 09:35:57AM -0700, Greg Cornell wrote:
3 > > I'm still having problems syncing since upgrading rsync...
4 > >
5 > > rsync: connection unexpectedly closed (0 bytes received so far) [receiver]
6 > > rsync error: error in rsync protocol data stream (code 12) at io.c(463)
7 > > [receiver=2.6.8]
8 > >
9 > > Is there something I need to change on my system?
10 >
11 > I had the same yesterday after updating but i think it was
12 > because not all masters had the new version.
13 >
14 > Now it's all fine and i don't get any errors anymore.
15
16 I still get get errors from the "check" from
17 warbler.gentoo.osuosl.org (140.211.166.162):
18
19 ~ $ grep -B1 -A1 "connection unexpectedly closed" /var/log/rsync.log
20 2006/05/01 03:15:24 [27524] connect from warbler.gentoo.osuosl.org (140.211.166.162)
21 2006/05/01 03:15:24 [27524] rsync: connection unexpectedly closed (0 bytes received so far) [receiver]
22 2006/05/01 03:15:24 [27524] rsync error: error in rsync protocol data stream (code 12) at io.c(463) [receiver=2.6.8]
23 --
24 2006/05/01 04:15:22 [27687] connect from warbler.gentoo.osuosl.org (140.211.166.162)
25 2006/05/01 04:15:22 [27687] rsync: connection unexpectedly closed (0 bytes received so far) [receiver]
26 2006/05/01 04:15:22 [27687] rsync error: error in rsync protocol data stream (code 12) at io.c(463) [receiver=2.6.8]
27 --
28 ... And one more every hour ...
29
30 But at the same time:
31 ~ $ grep -B1 -A1 "rsync on gentoo-portage/metadata/timestamp.chk from warbler.gentoo.osuosl.org" /var/log/rsync.log
32 2006/05/01 03:15:24 [27525] connect from warbler.gentoo.osuosl.org (140.211.166.162)
33 2006/05/01 03:15:25 [27525] rsync on gentoo-portage/metadata/timestamp.chk from warbler.gentoo.osuosl.org (140.211.166.162)
34 2006/05/01 03:15:26 [27525] sent 315 bytes received 141 bytes total size 32
35 --
36 2006/05/01 04:15:23 [27688] connect from warbler.gentoo.osuosl.org (140.211.166.162)
37 2006/05/01 04:15:23 [27688] rsync on gentoo-portage/metadata/timestamp.chk from warbler.gentoo.osuosl.org (140.211.166.162)
38 2006/05/01 04:15:24 [27688] sent 314 bytes received 141 bytes total size 32
39 --
40 ... And one more every hour ...
41
42 Is the first connection just a port check? The first always
43 fails while the 2nd always works.
44
45
46 Christian
47 --
48 gentoo-mirrors@g.o mailing list

Replies

Subject Author
Re: [gentoo-mirrors] gentoo-portage mirror problems Jeffrey Forman <jforman@g.o>