Gentoo Archives: gentoo-user

From: Vladimir Rusinov <vladimir@×××××××××.info>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] rsync problem with local rsync server
Date: Sat, 05 Jul 2008 05:20:29
Message-Id: f6fdfb550807042220m1cbf320drecd39cf9400ecb19@mail.gmail.com
In Reply to: [gentoo-user] rsync problem with local rsync server by waltdnes@waltdnes.org
1 On Sat, Jul 5, 2008 at 5:19 AM, <waltdnes@××××××××.org> wrote:
2 > Trying to be "kinder and gentler" to the Gentoo mirrors, I set up my
3 > "hot backup machine" to "emerge --rsync" from my main machine. I
4 > followed the instructions in
5 > http://gentoo-wiki.com/HOWTO_Local_Rsync_Mirror#Official_Gentoo_Linux_rsync_Mirrors_Policy_and_Guide
6 >
7 > main machine is "d530" 192.168.123.250
8 > hot backup is "d531" 192.168.123.251
9 >
10 > So I
11 > - emerge --synce on my main machine (d530)
12 > - ssh into d531
13 > - su to root
14 > - run "emerge --sync"
15 >
16 > The client machine (d531) sees the following error 3 times and gives up...
17 >
18 > ============================================================
19 >>>> Starting retry 3 of 3 with rsync://192.168.123.250
20 >>>> Checking server timestamp ...
21 > @ERROR: Unknown module 'metadata'
22 > rsync error: error starting client-server protocol (code 5) at main.c(1386) [receiver=2.6.9]
23 >>>> Exceeded PORTAGE_RSYNC_RETRIES: 3
24 > ============================================================
25
26 It seems you have rsync://<yourhost>/ instead of
27 rsync://<yourhost>/gentoo-portage/ on your make.conf
28 Also, check /etc/rsync.conf on your server to ensure that
29 gentoo-portage module listed there.
30
31 --
32 Vladimir Rusinov
33 Voronezh, Russia
34 UNIX Admin @ Murano Software
35 --
36 gentoo-user@l.g.o mailing list

Replies

Subject Author
[gentoo-user] [Solved] rsync problem with local rsync server waltdnes@××××××××.org