@ERROR: access denied

Paul Slootman paul at debian.org
Thu Jul 14 09:47:25 GMT 2005


On Thu 14 Jul 2005, ben-incomum at pendrell.textdrive.com wrote:
> 
> [repositories]
>   comment = Subversion Repositories
>   path = /usr/local/repositories
>   read only = no
>   list = yes
>   hosts allow = 127.0.0.1
>   auth users = username
>   secrets file = /etc/rsyncd.secrets
> 
> However running "rsync username at localhost::repositories" I get:
> 
> @ERROR: access denied to repositories from localhost (::1)

You allow an IPv4 address '127.0.0.1', however the connection appears to
come from an IPv6 address '::1'.  Maybe use ::1 instead of 127.0.0.1 in
the hosts allow line?


Paul Slootman


More information about the rsync mailing list