search for: change_sacl_perms

Displaying 6 results from an estimated 6 matches for "change_sacl_perms".

2006 Oct 03
3
change_sacl_perms() and ACLs from Solaris to 2.6 Linux
...ckup/truffle/xxx.10/x # owner: root # group: bin user::rw- user:407:r-x #effective:r-- group::r-- mask::r-- other::--- The problem only appears to arise when the "main" group and mask bits are not the same. The data is received correctly, but is "mangled" by change_sacl_perms(), which is being called within set_acl(). The piece of code in change_sacl_perms() which is causing the problem is apparently: case SMB_ACL_MASK: #ifndef ACLS_NEED_MASK /* mask is only empty when we don't need it. */ if (rac...
2017 Aug 09
1
[Bug 12955] New: [patch] Fix rsync -A on AIX
...a at samba.org Created attachment 13458 --> https://bugzilla.samba.org/attachment.cgi?id=13458&action=edit Fix rsync -A on AIX Hello, When use rsync (version 3.1.2) to synchronize ACLs files (rsync -A) on AIX 7.2(also on AIX 6.1 and AIX 5.3), the errors would occur as follows: rsync: change_sacl_perms: sys_acl_get_tag_type(): No such file or directory (2) or rsync: change_sacl_perms: sys_acl_get_tag_type(): Error 0 (0) This patch fixes the problem and has been tested on AIX 5.3, 6.1 and 7.2. It also has been tested to synchronize ACLs files from Linux to AIX. Thanks. Cun -- You are rec...
2011 Nov 10
0
AIX + ACLs - Unsupported attribute value (124)
.... The ACL in question seems pretty standard and simple. What does unsupported attribute value mean? How can I get it supported? Anyone have any ideas on how to convince rsync to save and apply the acls to the destination? $ /opt/freeware/bin/rsync -Aa /tmp/rtest/a/ /tmp/rtest/b/ rsync: change_sacl_perms: sys_acl_get_tag_type(): Unsupported attribute value (124) $ /opt/freeware/bin/rsync --version rsync version 3.0.7 protocol version 30 Copyright (C) 1996-2009 by Andrew Tridgell, Wayne Davison, and others. Web site: http://rsync.samba.org/ Capabilities: 64-bit files, 32-bit inums, 32-bit ti...
2012 Jan 05
1
[Bug 8690] New: Simple ACLs abort with "Unsupported attribute value (124)"
...d at samba.org ReportedBy: ericbambach1 at discover.com QAContact: rsync-qa at samba.org Rsync seems unable to copy even the most simple ACL on AIX and throws the error "Unsupported attribute value (124)" $ /opt/freeware/bin/rsync -Aa /tmp/rtest/a/ /tmp/rtest/b/ rsync: change_sacl_perms: sys_acl_get_tag_type(): Unsupported attribute value (124) $ /opt/freeware/bin/rsync --version rsync version 3.0.7 protocol version 30 Copyright (C) 1996-2009 by Andrew Tridgell, Wayne Davison, and others. Web site: http://rsync.samba.org/ Capabilities: 64-bit files, 32-bit inums, 32-bit ti...
2006 Nov 01
2
Xattr on FreeBSD ... Good Luck ?
Thanks for the help on the missing '-p1' for the acl and xattr patches. Things are configuring and making properly now. However, I couldn't help noticing this during the configure: checking whether to support ACLs... ACLs requested -- running tests checking for acl_get_file in -lacl... no checking for ACL support... yes checking ACL test results... Using posix ACLs checking for
2006 Dec 04
1
make errors, rsync 2.6.9 with acls patch
...: error: 'ACL_OTHER' undeclared (first use in this function) acls.c: In function 'receive_rsync_acl': acls.c:667: error: 'ACL_USER' undeclared (first use in this function) acls.c:677: error: 'ACL_GROUP' undeclared (first use in this function) acls.c: In function 'change_sacl_perms': acls.c:866: error: 'ACL_USER_OBJ' undeclared (first use in this function) acls.c:869: error: 'ACL_GROUP_OBJ' undeclared (first use in this function) acls.c:875: error: 'ACL_MASK' undeclared (first use in this function) acls.c:883: error: 'ACL_OTHER' undecla...