Code: Select all
# emerge --sync
>>> Starting rsync with rsync://192.168.2.111/gentoo-portage...
>>> Checking server timestamp ...
@ERROR: Unknown module 'gentoo-portage'
rsync error: error starting client-server protocol (code 5) at main.c(1386) [receiver=2.6.9]
>>> Retrying...Code: Select all
# cat /etc/rsyncd.conf
# /etc/rsyncd.conf
# Minimal configuration file for rsync daemon
# See rsync(1) and rsyncd.conf(5) man pages for help
# This line is required by the /etc/init.d/rsyncd script
pid file = /var/run/rsyncd.pid
use chroot = yes
read only = yes
max connections = 5
uid = nobody
gid = nobody
# Simple example for enabling your own local rsync server
#[gentoo-portage]
path = /usr/portage
comment = Gentoo Portage tree
# exclude = /distfiles /packages