Displaying 2 results from an estimated 2 matches for "mrl315".
Did you mean:
ar2315
2002 Feb 02
3
@ERROR: auth failed on module test
...nc protocol data stream (code 12) at
io.c(139)
I'm getting the above error when trying to use rsync over port 873.
The command I'm using is :
rsync -avz root@sundog::test ./
the /etc/rsyncd.conf contains the following
auth users = root
uid = root
gid = staff
[test]
path = /export/home/mrl315
Any suggestions would be appreciated - I've been trying to get this
working off and on for about 2 weeks now.
Regards,
Mike Lefebvre
2002 Feb 06
1
rsync error: unexplained error (code -1) at main.c(842)
...tering the following command:
rsync -vraz --delete hostname::test ./
this is my rsyncd.conf
use chroot = no
max connections = 25
syslog facility = local 3
read only = false
log file = /var/log/rsyncd.log
pid file = /var/log/rsyncd.pid
lock file = /var/log/rsyncd.lock
[test]
path = /export/home/mrl315
comment = rsync test
hosts allow = hostname
secrets file = /etc/rsyncd.secrets
The rsyncd.conf and rsyncd.secrets are owned by root:other and have
read and write permission only for root.
I have setup an rsync server idential to this one on an ultra 10 (this
one is a Sun Enterprise 250) and it wo...