I'm building 3.0.14a on Mandrake 10.2, trying to use the same config as my other servers (3.0.11), but ACLs are not working. In checking the outout of smbd -b, I see this line is missing: System Headers: HAVE_SYS_ACL_H .... But I am specifying ./configure --with-acl-support ... Adding an acl using 'setfacl -m 'NTDOMAIN+NTUSER' file does successfully add an ACL for the NT domain user at the CLI, but Samba won't show it. Clearly I'm missing a vital piece somewhere, but I'm not sure where. This is the first machine with 2.6 kernel (stock kernel so far)... could that be the issue? -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Shawn Wright, I.T. Manager Shawnigan Lake School http://www.sls.bc.ca swright@sls.bc.ca
Hello ! Check your kernel config : are ext2/ext3 acl/extended attributes checked in fs options ? Max Shawn Wright a ?crit :>I'm building 3.0.14a on Mandrake 10.2, trying to use the same >config as my other servers (3.0.11), but ACLs are not working. >In checking the outout of smbd -b, I see this line is missing: > >System Headers: >HAVE_SYS_ACL_H >..... > >But I am specifying ./configure --with-acl-support ... > >Adding an acl using 'setfacl -m 'NTDOMAIN+NTUSER' file >does successfully add an ACL for the NT domain user at the >CLI, but Samba won't show it. > >Clearly I'm missing a vital piece somewhere, but I'm not sure >where. This is the first machine with 2.6 kernel (stock kernel so >far)... could that be the issue? > > > > >-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- >Shawn Wright, I.T. Manager >Shawnigan Lake School >http://www.sls.bc.ca >swright@sls.bc.ca > > > >
Second point : Are acl libs/headers installed on your system ? http://acl.bestbits.at/ Max Shawn Wright a ?crit :>I'm building 3.0.14a on Mandrake 10.2, trying to use the same >config as my other servers (3.0.11), but ACLs are not working. >In checking the outout of smbd -b, I see this line is missing: > >System Headers: >HAVE_SYS_ACL_H >..... > >But I am specifying ./configure --with-acl-support ... > >Adding an acl using 'setfacl -m 'NTDOMAIN+NTUSER' file >does successfully add an ACL for the NT domain user at the >CLI, but Samba won't show it. > >Clearly I'm missing a vital piece somewhere, but I'm not sure >where. This is the first machine with 2.6 kernel (stock kernel so >far)... could that be the issue? > > > > >-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- >Shawn Wright, I.T. Manager >Shawnigan Lake School >http://www.sls.bc.ca >swright@sls.bc.ca > > > >
I thought of that, but the stock kernel config has this: CONFIG_XFS_FS=m CONFIG_XFS_QUOTA=y CONFIG_XFS_POSIX_ACL=y Just in case, I'm building a new kernel now... On 16 Aug 2005 at 0:34, Maxime Woznicki wrote:> Hello ! > > Check your kernel config : are ext2/ext3 acl/extended attributes checked > in fs options ? > > Max > > Shawn Wright a ?crit : > > >I'm building 3.0.14a on Mandrake 10.2, trying to use the same > >config as my other servers (3.0.11), but ACLs are not working. > >In checking the outout of smbd -b, I see this line is missing: > > > >System Headers: > >HAVE_SYS_ACL_H > >..... > > > >But I am specifying ./configure --with-acl-support ... > > > >Adding an acl using 'setfacl -m 'NTDOMAIN+NTUSER' file > >does successfully add an ACL for the NT domain user at the > >CLI, but Samba won't show it. > > > >Clearly I'm missing a vital piece somewhere, but I'm not sure > >where. This is the first machine with 2.6 kernel (stock kernel so > >far)... could that be the issue? > > > > > > > > > >-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- > >Shawn Wright, I.T. Manager > >Shawnigan Lake School > >http://www.sls.bc.ca > >swright@sls.bc.ca > > > > > > > > >-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Shawn Wright, I.T. Manager Shawnigan Lake School http://www.sls.bc.ca swright@sls.bc.ca
I have the libacl and acl rpms installed, which has been enough for previous installs on Mandrake 9.2... On 16 Aug 2005 at 0:38, Maxim> Second point : > Are acl libs/headers installed on your system ? > > http://acl.bestbits.at/ > > Max > > Shawn Wright a ?crit : > > >I'm building 3.0.14a on Mandrake 10.2, trying to use the same > >config as my other servers (3.0.11), but ACLs are not working. > >In checking the outout of smbd -b, I see this line is missing: > > > >System Headers: > >HAVE_SYS_ACL_H > >..... > > > >But I am specifying ./configure --with-acl-support ... > > > >Adding an acl using 'setfacl -m 'NTDOMAIN+NTUSER' file > >does successfully add an ACL for the NT domain user at the > >CLI, but Samba won't show it. > > > >Clearly I'm missing a vital piece somewhere, but I'm not sure > >where. This is the first machine with 2.6 kernel (stock kernel so > >far)... could that be the issue? > > > > > > > > > >-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- > >Shawn Wright, I.T. Manager > >Shawnigan Lake School > >http://www.sls.bc.ca > >swright@sls.bc.ca > > > > > > > > >-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Shawn Wright, I.T. Manager Shawnigan Lake School http://www.sls.bc.ca swright@sls.bc.ca