Displaying 1 result from an estimated 1 matches for "7d3001".
2007 Oct 30
1
Rsync 3.0.0pre4 errors with ACLs and Xattrs between OSX and Linux
...mp]
path = /tmp/xacl/
read only = no
use chroot = yes
uid = 0
gid = 0
On client run:
sudo rsync -avHAX ~manager/RSYNC_TEST/ server::test-tmp/
Results in this error msg on client:
sending incremental file list
recv_acl_access: value out of range: 7d3001
rsync error: error in rsync protocol data stream (code 12) at acls.c(658) [receiver=3.0.0pre4]
rsync: read error: Connection reset by peer (54)
rsync error: error in rsync protocol data stream (code 12) at io.c(762) [sender=3.0.0pre4]
No data is ever transfered to the server.
Now...