Displaying 9 results from an estimated 9 matches for "acl_get_perm_np".
2002 Feb 19
3
ACL fully functional?
....17) and samba (2.2.3a) to support
ACL/EAs. It looks like it has gone well, but I get one message that
worries me, but I don't know if it should or not.
checking whether to support ACLs... checking for acl_get_file in -lacl... yes
checking for ACL support... yes
Using posix ACLs
checking for acl_get_perm_np... no
As you can see, the last line is where my concern lies. Can anyone
shed some light on what is being done here?
Thanks alot,
Al Moote
2006 Apr 08
2
DO NOT REPLY [Bug 3667] New: touch rsync configure output
...rom running `./configure --enable-acl-support` after
applying the acl patch looks like:
<snip>
checking for __facl... no
checking whether to support ACLs... ACLs requested -- running tests
checking for acl_get_file in -lacl... yes
checking for ACL support... yes
Using posix ACLs
checking for acl_get_perm_np... no
checking attr/xattr.h usability... yes
</snip>
trivial patch attached against the patch/acls.diff in CVS to make it read:
<snip>
checking for __facl... no
checking whether to support ACLs... ACLs requested -- running tests
checking for acl_get_file in -lacl... yes
checking for AC...
2002 Aug 14
1
Samba 2.2.5 and ACL
...9;ve tested that the ACL is
working on the filesystem, and samba can find it too. Here's the error:
checking if large file support can be enabled... yes
checking whether to support ACLs... checking for acl_get_file in -lacl... yes
checking for ACL support... yes
Using posix ACLs
checking for acl_get_perm_np... no
checking whether to build winbind... yes
checking whether to enable winbind auth challenge/response code... checking
whether or not getgroups returns EGID too many times... yes
checking whether struct passwd has pw_comment... no
checking whether struct passwd has pw_age... no
checking for po...
2006 Nov 01
2
Xattr on FreeBSD ... Good Luck ?
...guring 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 acl_get_perm_np... yes
checking attr/xattr.h usability... no
checking attr/xattr.h presence... no
checking for attr/xattr.h... no
checking whether to support extended attributes... Xattrs requested but
not linux. Good luck
Note the last line ... if my goal is to have OSX clients rsyncing their
extended attribut...
2003 Dec 01
0
No subject
This is a check for FreeBSD's acl_get_perm_np() function
(FreeBSD/TrustedBSD implement non-POSIX.1e functions with
a _np (non-portable) suffix). The Linux ACL library
includes an acl_get_perm() implementation so not having
this function should not be a concern.
...Juergen
2003 Dec 01
0
No subject
This is a check for FreeBSD's acl_get_perm_np() function
(FreeBSD/TrustedBSD implement non-POSIX.1e functions with
a _np (non-portable) suffix). The Linux ACL library
includes an acl_get_perm() implementation so not having
this function should not be a concern.
...Juergen
2011 Dec 09
1
Samba + acl,user_xattr
...figure params: --prefix=/usr/local/samba
...
checking whether to support ACLs... auto
configure: checking whether ACL support is available:
checking for acl_get_file in -lacl... yes
checking for getxattr in -lattr... yes
checking for POSIX ACL support... yes
configure: Using posix ACLs
checking for acl_get_perm_np... no
...
2006 Dec 04
1
make errors, rsync 2.6.9 with acls patch
...checking for _acl... no
checking for __acl... no
checking for _facl... no
checking for __facl... no
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 acl_get_perm_np... yes
checking attr/xattr.h usability... no
checking attr/xattr.h presence... no
checking for attr/xattr.h... no
checking sys/xattr.h usability... yes
checking sys/xattr.h presence... yes
checking for sys/xattr.h... yes
checking sys/extattr.h usability... no
checking sys/extattr.h presence... no
c...
2018 Dec 06
3
Build error while upgrading samba 4.9.3
...building on linux2
Checking for library acl : yes
Checking for acl_get_file : ok
Checking for POSIX ACL support : yes
Checking whether acl_get_perm_np() is available : no
Checking for variable ACL_EVERYONE : no
vfs_fileid checking for statfs() and struct statfs.f_fsid : yes
Checking whether the Linux 'fallocate' function is available...