When doing ./configure --with-acl-support it gives me a message almost at the end of "checking whether to support ACLs... no". What am I missing??
On Wed, 9 May 2001, Ionut Ciocirlan wrote:> When doing ./configure --with-acl-support it gives me a message almost > at the end of "checking whether to support ACLs... no". What am I > missing??What server os are you using? Does you server filesystem support ACLs? jerry ---------------------------------------------------------------------- /\ Gerald (Jerry) Carter Professional Services \/ http://www.valinux.com/ VA Linux Systems gcarter@valinux.com http://www.samba.org/ SAMBA Team jerry@samba.org http://www.plainjoe.org/ jerry@plainjoe.org "...a hundred billion castaways looking for a home." - Sting "Message in a Bottle" ( 1979 )
Have you successfully completed all the steps for installing ACL support as outlined at http://acl.bestbits.at/steps.html ? If you have, you can verify your ACL support is working--as far as Linux is concerned--by trying: getfacl /usr which should output the ACL for the /usr directory (or any other directory in place of /usr). Daniel ----- Original Message ----- From: "Ionut Ciocirlan" <ionutciocirlan@xnet.ro> To: "Samba List" <samba@lists.samba.org> Sent: Wednesday, May 09, 2001 9:01 AM Subject: acl support> When doing ./configure --with-acl-support it gives me a message almostat> the end of "checking whether to support ACLs... no". What am I missing?? > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba >
Can someone please point me in the right direction on adding acl-support to my Suse 7.3 i386 kernel? I'm currently running Samba 2.2.2 with Winbind and I want to see what the acl support gets me. Thanks Josh _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com
Anybody got the latest version of ACL from acl.bestbit.at to work? I've compiled the packages, then installed them from the RPM but I had no luck at all. I compiled a kernel with ACL support but when I try to set a new permission it says permission not supported or something like that. I currently have a box with ACL working but it's the libacl.so.0 lib and the new version is libacl.so.1 but I can't get that to work at all. Is there something I missed somewhere? Jean-Rene Cormier
A few things you may try. First, make sure your ACL utilities and samba are compiled against the equivalent version of the libaries; make sure your versions line up as best as possible. Second, make sure you've mounted the filesystem with the acl option set. user_xattrs may also be useful. Scott F. Crosby -----Original Message----- From: Jean-Rene Cormier [mailto:jean-rene.cormier@cipanb.ca] Sent: Tuesday, October 01, 2002 8:08 AM To: Samba List Subject: [Samba] ACL support Anybody got the latest version of ACL from acl.bestbit.at to work? I've compiled the packages, then installed them from the RPM but I had no luck at all. I compiled a kernel with ACL support but when I try to set a new permission it says permission not supported or something like that. I currently have a box with ACL working but it's the libacl.so.0 lib and the new version is libacl.so.1 but I can't get that to work at all. Is there something I missed somewhere? Jean-Rene Cormier -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba -------------- next part -------------- HTML attachment scrubbed and removed
Hello, I have gone through all the relevant document and FAQ and searched your website on this issue, and haven't found a thing, so I believe this could be a bug. Supposedly as of Samba 2.2.7, Access Control Lists are supported from Solaris 2.6+. I am running Solaris 2.8 and Samba 2.2.8, however, when I open a file (which has an acl file) with a Windows XP client, and then save a change, the acl file for that particular file gets dropped. Are you aware of this? Is there a fix? Thank you.