Displaying 4 results from an estimated 4 matches for "libxattr".
Did you mean:
libattr
2007 Oct 22
0
Linux backup server LD_PRELOAD
I'm not sure if anyone else is interested, but here's a tool I've
been using with rsync-3.0pre2 to backup my powerpc/mac onto linux
with ext3 and fake-super:
gcc -Wall -O2 -shared -fPIC -o libxattr.so libxattr.c -lsqlite3
This intercepts calls from rsync that deal with extended attributes.
If the target is a symlink (where linux doesn't allow xattrs on
symlinks) or the xattr is user.com.apple.ResourceFork (ext3 has a
limit of 4k attributes), the extended attribute is redirected into...
2004 Apr 03
2
enabling ACL support on Red Hat 8
Hello,
I would like to enable ACL support (ext3, XFS...) on a Red Hat 8. I want to
uses this feature with Samba.
Thanks
Phil
2005 Mar 29
2
ACL support
Hi,
I have download the latest version samba-3.0.13-1.src.rpm, and I have make
followings changes:
Rpm -i samba-3.0.13-1.src.rpm, so I have created the SPEC file.
I have added --with-acl-support in the CFLAGS section in the SPEC file.
Rpmbuild -bb specfile.spec.
It compile the finally rpm without errors but when I install the package and
make ldd /usr/sbin/smbd, I can't see libattr and libacl
2012 Sep 14
1
Samba 4 rc1 installation attempts
All going fine with new RC1, however one suggestion I would make for the
new configure scripts which are much more helpful than the old style
ones, would be to put more of a warning about ACL support being needed
to successfully provision an domain - or make it a configure failure if
this is not found? Maybe with an option to pass to configure to allow
overriding the error???
. I was aware