* [gentoo-user] local rsync mirror problem
@ 2006-11-14 12:13 John Blinka
2006-11-14 12:21 ` Bo Ørsted Andresen
2006-11-14 12:47 ` Daniel Iliev
0 siblings, 2 replies; 4+ messages in thread
From: John Blinka @ 2006-11-14 12:13 UTC (permalink / raw
To: gentoo-user
Hi, all,
I'm rebuilding a gentoo box from a disk failure, and everything is working
(I think) except restoring its ability to act as my local rsync mirror.
I've
followed the instructions in http://www.gentoo.org/doc/en/rsync.xml,
(and they worked fine, of course, before the disk crash)
but clients trying to sync with it get this error message:
root@lotus:~--> emerge --sync
>>> Starting rsync with rsync://192.168.1.104/gentoo-portage...
>>> Checking server timestamp ...
@ERROR: Unknown module 'gentoo-portage'
rsync error: error starting client-server protocol (code 5) at
main.c(1296) [rec
eiver=2.6.8]
>>> Retrying...
The /etc/rsyncd.conf file contains:
# /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
max connections = 5
use chroot = yes
uid = nobody
gid = nobody
# Simple example for enabling your own local rsync server
#[gentoo-portage]
path = /usr/portage
comment = Gentoo Portage
exclude = distfiles/ packages/
The system log contains only a similar "unknown module" message.
Any ideas about what's going on?
John Blinka
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] local rsync mirror problem
2006-11-14 12:13 [gentoo-user] local rsync mirror problem John Blinka
@ 2006-11-14 12:21 ` Bo Ørsted Andresen
2006-11-14 12:47 ` Daniel Iliev
1 sibling, 0 replies; 4+ messages in thread
From: Bo Ørsted Andresen @ 2006-11-14 12:21 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 841 bytes --]
On Tuesday 14 November 2006 13:13, John Blinka wrote:
> Hi, all,
>
> I'm rebuilding a gentoo box from a disk failure, and everything is working
> (I think) except restoring its ability to act as my local rsync mirror.
> I've
> followed the instructions in http://www.gentoo.org/doc/en/rsync.xml,
> (and they worked fine, of course, before the disk crash)
> but clients trying to sync with it get this error message:
[SNIP]
> @ERROR: Unknown module 'gentoo-portage'
> rsync error: error starting client-server protocol (code 5) at
> main.c(1296) [rec
> eiver=2.6.8]
[SNIP]
> The /etc/rsyncd.conf file contains:
[SNIP]
> #[gentoo-portage]
[SNIP]
That shouldn't be commented. Remove the leading #.
> Any ideas about what's going on?
Also there's a guide at http://www.gentoo.org/doc/en/rsync.xml
--
Bo Andresen
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] local rsync mirror problem
2006-11-14 12:13 [gentoo-user] local rsync mirror problem John Blinka
2006-11-14 12:21 ` Bo Ørsted Andresen
@ 2006-11-14 12:47 ` Daniel Iliev
2006-11-14 13:09 ` John Blinka
1 sibling, 1 reply; 4+ messages in thread
From: Daniel Iliev @ 2006-11-14 12:47 UTC (permalink / raw
To: gentoo-user
John Blinka wrote:
> Hi, all,
>
> I'm rebuilding a gentoo box from a disk failure, and everything is working
> (I think) except restoring its ability to act as my local rsync mirror.
> I've
> followed the instructions in http://www.gentoo.org/doc/en/rsync.xml,
> (and they worked fine, of course, before the disk crash)
> but clients trying to sync with it get this error message:
>
> root@lotus:~--> emerge --sync
>
>>>> Starting rsync with rsync://192.168.1.104/gentoo-portage...
>>>> Checking server timestamp ...
>>>>
> @ERROR: Unknown module 'gentoo-portage'
> rsync error: error starting client-server protocol (code 5) at
> main.c(1296) [rec
> eiver=2.6.8]
>
>>>> Retrying...
>>>>
>
> The /etc/rsyncd.conf file contains:
>
> # /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
> max connections = 5
> use chroot = yes
> uid = nobody
> gid = nobody
>
> # Simple example for enabling your own local rsync server
> #[gentoo-portage]
> path = /usr/portage
> comment = Gentoo Portage
> exclude = distfiles/ packages/
>
> The system log contains only a similar "unknown module" message.
>
> Any ideas about what's going on?
>
> John Blinka
>
>
Well, if your config is exactly the same as posted here, I think you
should uncomment the line "#[gentoo-portage]" ;-)
--
Best regards,
Daniel
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] local rsync mirror problem
2006-11-14 12:47 ` Daniel Iliev
@ 2006-11-14 13:09 ` John Blinka
0 siblings, 0 replies; 4+ messages in thread
From: John Blinka @ 2006-11-14 13:09 UTC (permalink / raw
To: gentoo-user
Daniel Iliev wrote:
> Well, if your config is exactly the same as posted here, I think you
> should uncomment the line "#[gentoo-portage]" ;-)
>
>
Sigh.... of course, that worked. Thanks to all who pointed out
the obvious.
John
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-11-14 13:13 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-14 12:13 [gentoo-user] local rsync mirror problem John Blinka
2006-11-14 12:21 ` Bo Ørsted Andresen
2006-11-14 12:47 ` Daniel Iliev
2006-11-14 13:09 ` John Blinka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox