Behaviour that I don't understand
Paul Slootman
paul at debian.org
Thu Aug 3 09:08:48 GMT 2006
On Wed 02 Aug 2006, Alan Chandler wrote:
> The /etc/rsyncd.conf file has the following in it
>
> chroot = false
> strict modes = false
> hosts allow = 192.168.0.0/24 127.0.0.1
>
> [system]
> path = /cygdrive/c
> comment = the complete c drive
>
>
> [alan]
> path = /cygdrive/c/Documents and Settings/ChandlerA
> comment = Alan's specific user space
[...]
> HOWEVER
>
> If I try to list the contents of either module from local host (thus)
>
> rsync localhost::system
>
> it works, but if I list the contents via
>
> rsync rabbit::system
> (either remotely or locally)
>
> then I get
>
> @ERROR: access denied to system from roo.home (192.168.0.20)
Try putting the hosts allow line in the modules definition; the man page
does say:
You may also include any module parameters in the global part of the
config file in which case the supplied value will override the default
for that parameter.
However maybe there's some bug :-)
BTW: you don't mention what version you're using.
Paul Slootman
More information about the rsync
mailing list