search for: pack_smb_acl

Displaying 5 results from an estimated 5 matches for "pack_smb_acl".

Did you mean: unpack_smb_acl
2009 May 14
2
rsync 3.0.6 ACLs under MacOS 10.4
...om source to destination. On server, rsyncd.conf looks like this (modules are defined but not listed below): cat /etc/rsyncd.conf secrets file = /etc/rsyncd.secrets read only = no list = yes uid = root gid = wheel On client am using -ApXrvvhog option and here are some errors am getting: rsync: pack_smb_acl sys_acl_set_info(): Operation not supported (45) rsync: pack_smb_acl sys_acl_set_info(): Invalid argument (22) rsync: pack_smb_acl sys_acl_set_info(): Invalid argument (22) rsync: set_acl: sys_acl_set_file(New Fonts/Feb 6/.TC-Black.bmap.2Z6Ex6, ACL_TYPE_EXTENDED): Invalid argument (22) Files do ge...
2008 Jun 04
0
3.0.3pre2 compile warnings under cygwin
...d_token': token.c:377: warning: int format, int32_t arg (arg 3) token.c:418: warning: int format, int32_t arg (arg 3) token.c: In function `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 confide...
2006 Dec 04
1
make errors, rsync 2.6.9 with acls patch
...rors noted when running make: racls.c: In function 'save_idas': acls.c:243: error: 'ACL_USER' undeclared (first use in this function) acls.c:243: error: (Each undeclared identifier is reported only once acls.c:243: error: for each function it appears in.) acls.c: In function 'unpack_smb_acl': acls.c:284: error: 'ACL_READ' undeclared (first use in this function) acls.c:285: error: 'ACL_WRITE' undeclared (first use in this function) acls.c:289: error: 'ACL_USER_OBJ' undeclared (first use in this function) acls.c:295: error: 'ACL_USER' undeclared (fi...
2010 Apr 21
8
DO NOT REPLY [Bug 7382] New: Fails to copy with ACL issue if src user is unknown (OSX 10.6 only)
...5 staff 102 Jun 4 2009 DIR-UNKNOWN-USER 0: FFFFEEEE-DDDD-CCCC-BBBB-AAAA00000893 allow list,add_file,search,delete,add_subdirectory,delete_child,readattr,writeattr,readextattr,writeextattr,readsecurity,writesecurity,chown,file_inherit,directory_inherit rsync -aA DIR-UNKNOWN-USER DIRB rsync: unpack_smb_acl: sys_acl_get_info(): Unknown error: 0 (0) rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1040) [sender=3.0.5] ls -lde DIRB ls: DB: No such file or directory --- OSX 10.6.3 cp works fine ---- /bin/cp -ap DIR-UNKNOWN-USER DIRB ls -lde DB drwx-wx-wx...
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