search for: recv_acl_access

Displaying 9 results from an estimated 9 matches for "recv_acl_access".

2012 Jun 09
2
[patch] NFSv4/ZFS ACLs
This is a PoC patch for NFSv4/ZFS ACLs. The objective of the patch is that rsync --acls support NFSv4/ZFS ACLs without requiring a new command line option NFSv4 ACLs can't be represented using POSIX draft ACLs, if an NFSv4 ACL is present a separate POSIX draft ACL will not be present and there are new APIs to access NFSv4 ACLs. So we need to distinguish between NFSv4 ACLs and POSIX ACLs in
2007 Jul 09
2
rsync and copying ACL
Hi ! I am trying to use rsync to copy ACL between two Windows hosts. First, I try locally on a Windows hosting an AD. If I use rsync 3, I get this (I get the same thing with latest snapshot): -bash-3.2$ ./rsync-HEAD-20070703-1547GMT/rsync.exe -aAv copieA/ copieB sending incremental file list recv_acl_access: value out of range: ff rsync error: error in rsync protocol data stream (code 12) at acls.c(645) [receiver=3.0.0cvs] rsync: connection unexpectedly closed (8 bytes received so far) [sender] rsync error: error in rsync protocol data stream (code 12) at io.c(605) [sender=3.0.0cvs] If I try with rsy...
2010 Feb 15
1
Odd failure ...
...sync\bin\rsync.exe" -arupAv --progress --partial --filter=". /cygdrive/c/Users/KirAsh/Desktop/filter.txt" /cygdrive/e/ "/cygdrive/n/WD500/" sending incremental file list rsync: writefd_unbuffered failed to write 4 bytes to socket [sender]: Connection reset by peer (104) recv_acl_access: value out of range: ff rsync error: error in rsync protocol data stream (code 12) at acls.c(674) [Receiver=3.0.7] rsync: connection unexpectedly closed (9 bytes received so far) [sender] rsync error: error in rsync protocol data stream (code 12) at io.c(610) [sender=3.0.7] Now, I have an...
2007 Oct 30
1
Rsync 3.0.0pre4 errors with ACLs and Xattrs between OSX and Linux
...ile = /var/run/rsyncd.pid [test-tmp] 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 trans...
2020 Feb 06
0
[Bug 14267] New: rsync produces unhelpful errors on remote copy to OS with different ACL format
...protocol-level error? is my ssh connection failing? is my disk full?). It doesn't help that by default logs or increasing sender-side verbose produces no further hints; it's only by increasing receiver-side verbosity with -M-vvv that I got to the bottom of it -- incompatible ACL systems: recv_acl_access: "value out of range": 129a000 Once it became clear that it was an ACL issue, per the man page '-M--fake-super' fixes the issue. # Repro steps rsync -aAX macos-timemachine-backups-folder user at linuxhost:/path/to/dst # Actual Results rsync produces a bogus error about protocol...
2008 Dec 29
1
Rsync windows acls
Has rsync integrated windows acls into it yet? I keep getting error after the first sync: receiving incremental file list recv_acl_access: value out of range: ff rsync error: error in rsync protocol data stream (code 12) at acls.c(670) [receiver=3.0.5] thanks.
2008 Jun 04
0
3.0.3pre2 compile warnings under cygwin
...`recv_deflated_token': token.c:496: warning: int format, int32_t arg (arg 4) token.c:546: warning: int format, int32_t arg (arg 4) acls.c: In function `pack_smb_acl': acls.c:423: warning: passing arg 4 of `sys_acl_set_info' makes integer from pointer without a cast acls.c: In function `recv_acl_access': acls.c:669: warning: unsigned int format, uint32_t arg (arg 3) ================================================ This e.mail is private and confidential between Multiplay (UK) Ltd. and the person or entity to whom it is addressed. In the event of misdirection, the recipient is prohibited from...
2008 May 22
1
rsync, OpenSolaris, & Mac Attributes?
...sync -azx -HA -e ssh "/Users/Documents" "user@server:/target_directory/" --exclude-from=/Users/.rsync/exclude --delete-excluded --protect-args --progress --dry-run* *sending incremental file list* *rsync: writefd_unbuffered failed to write 4 bytes [sender]: Broken pipe (32)* *recv_acl_access: value out of range: 8000* *rsync error: error in rsync protocol data stream (code 12) at acls.c(670) [receiver=3.0.3pre2]* *rsync: connection unexpectedly closed (9 bytes received so far) [sender]* *rsync error: error in rsync protocol data stream (code 12) at io.c(635) [sender=3.0.3pre2]* *R...
2011 Mar 17
8
[Bug 8020] New: --acls does not honor --numeric-ids if UIDs do not match
https://bugzilla.samba.org/show_bug.cgi?id=8020 Summary: --acls does not honor --numeric-ids if UIDs do not match Product: rsync Version: 3.0.7 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P5 Component: core AssignedTo: wayned at samba.org