Hello, I tried to manipulate access-rights from a NT4-Client. There is no error-message on the NT-Client, but every attempt to manipulate the access-rights fails, instead of it appears [2001/03/13 15:14:39, 0] smbd/posix_acls.c:set_canon_ace_list(1121) set_canon_ace_list: Unable to init file ACL. (No such file or directory) in log.smbd Anyone, who can help me? I compiled samba with posix-acl support, but configure reports: checking whether to support POSIX ACLs... checking for acl_get_file in -lacl... (cached) no checking for POSIX ACL support... (cached) no I`m using Kernel 2.4.2...is that the error:) Greetings -- Jochen WItte <jwitte@meome-ag.de>
On Tue, 13 Mar 2001 08:21:12 Jochen Witte wrote:> > checking whether to support POSIX ACLs... checking for > acl_get_file in -lacl... (cached) no > checking for POSIX ACL support... (cached) no > > > I`m using Kernel 2.4.2...is that the error:)Have you patched your kernel to include the extended attriute and acl support? http://acl.bestbits.at/download.html Also, from the snippets above, you should probably remove config.cache before trying again. Cheers, 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 )
--On Dienstag, M?rz 13, 2001 09:42:35 -0600 Gerald Carter <gcarter@valinux.com> wrote:> On Tue, 13 Mar 2001 08:21:12 Jochen Witte wrote: >> >> checking whether to support POSIX ACLs... checking for >> acl_get_file in -lacl... (cached) no >> checking for POSIX ACL support... (cached) no >> >> >> I`m using Kernel 2.4.2...is that the error:) > > Have you patched your kernel to include the extended > attriute and acl support? > > http://acl.bestbits.at/download.html > > Also, from the snippets above, you should probably remove > config.cache before trying again. >Oh, thanks a lot... after extensive patching :) everything works; great! Jochen WItte <jwitte@meome-ag.de>
--On Dienstag, M?rz 13, 2001 09:42:35 -0600 Gerald Carter <gcarter@valinux.com> wrote:> On Tue, 13 Mar 2001 08:21:12 Jochen Witte wrote: >> >> checking whether to support POSIX ACLs... checking for >> acl_get_file in -lacl... (cached) no >> checking for POSIX ACL support... (cached) no >> >> >> I`m using Kernel 2.4.2...is that the error:) > > Have you patched your kernel to include the extended > attriute and acl support? > > http://acl.bestbits.at/download.html > > Also, from the snippets above, you should probably remove > config.cache before trying again. > >Oh I`m sorry: now I get [2001/03/13 18:18:51, 0] smbd/posix_acls.c:set_canon_ace_list(1259) set_canon_ace_list: sys_acl_set_file failed for file temp/none (Operation not supported). after patching the kernel, etc. Any suggestions for the nerving samba-newbie? -- Jochen WItte <jwitte@meome-ag.de>