Gentoo Archives: gentoo-server

From: "A. Khattri" <ajai@××××.net>
To: gentoo-server@l.g.o
Subject: [gentoo-server] Local portage mirror - rsyncd via xinetd?
Date: Thu, 13 Sep 2007 21:11:51
Message-Id: 20070913165724.S45777@shell.bway.net
1 If I run rsyncd standalone I can sync just fine.
2
3 If I try and run it via xinetd it doesn't work, so this must be an
4 xinetd problem. But all the logs say is:
5
6 Sep 13 16:49:57 eskimo xinetd[20188]: FAIL: rsync address from=XX.XX.XX.XX
7 Sep 13 16:49:57 eskimo xinetd[18703]: START: rsync pid=20188 from=XX.XX.XX.XX
8 Sep 13 16:49:57 eskimo xinetd[18703]: EXIT: rsync status=0 pid=20188 duration=0(sec)
9
10 (Ive X'ed out the IP addresses)
11
12 My /etc/xinet.d/rsyncd file looks like this:
13
14 service rsync
15 {
16 socket_type = stream
17 protocol = tcp
18 wait = no
19 user = root
20 server = /usr/bin/rsync
21 server_args = --verbose --daemon
22 disable = no
23 }
24
25
26 Any ideas how I can troubleshoot xinetd?
27
28
29 --
30 A
31 --
32 gentoo-server@g.o mailing list

Replies

Subject Author
Re: [gentoo-server] Local portage mirror - rsyncd via xinetd? [SOLVED] "A. Khattri" <ajai@××××.net>