Gentoo Archives: gentoo-user

From: waltdnes@××××××××.org
To: Gentoo Users List <gentoo-user@l.g.o>
Subject: [gentoo-user] rsync problem with local rsync server
Date: Sat, 05 Jul 2008 01:19:38
Message-Id: 20080705011938.GA22049@waltdnes.org
1 Trying to be "kinder and gentler" to the Gentoo mirrors, I set up my
2 "hot backup machine" to "emerge --rsync" from my main machine. I
3 followed the instructions in
4 http://gentoo-wiki.com/HOWTO_Local_Rsync_Mirror#Official_Gentoo_Linux_rsync_Mirrors_Policy_and_Guide
5
6 main machine is "d530" 192.168.123.250
7 hot backup is "d531" 192.168.123.251
8
9 So I
10 - emerge --synce on my main machine (d530)
11 - ssh into d531
12 - su to root
13 - run "emerge --sync"
14
15 The client machine (d531) sees the following error 3 times and gives up...
16
17 ============================================================
18 >>> Starting retry 3 of 3 with rsync://192.168.123.250
19 >>> Checking server timestamp ...
20 @ERROR: Unknown module 'metadata'
21 rsync error: error starting client-server protocol (code 5) at main.c(1386) [receiver=2.6.9]
22 >>> Exceeded PORTAGE_RSYNC_RETRIES: 3
23 ============================================================
24
25 The host machine says the following in /var/log/messages
26 The "connect" and "unknown module" messages are repeated 3 times
27
28 ============================================================
29 Jul 4 20:43:01 d530 rsyncd[21988]: rsyncd version 3.0.2 starting, listening on port 873
30 Jul 4 20:46:13 d530 rsyncd[22028]: connect from d531.waltdnes.org (192.168.123.251)
31 Jul 4 20:46:13 d530 rsyncd[22028]: unknown module 'metadata' tried from d531.waltdnes.org (192.168.123.251)
32 ============================================================
33
34 I'm running 32-bit i686 on an Intel Core2 duo on a pair of Dell d530
35 desktops.
36
37 --
38 Walter Dnes <waltdnes@××××××××.org>
39 --
40 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] rsync problem with local rsync server Vladimir Rusinov <vladimir@×××××××××.info>