Backgroud: Running SLES on s/390. Wanting to get Samba w/ACL support running on an LVM volume.
Here are the steps I've done: Installed/Upgraded: gettext 0.11.2 binutils 2.12.90.0.4 + DW Patch glibc 2.2.5 + linuxthreads + DW Patch modutils 2.4.7 pristine kernel + DW Patches + acl.bestbits.at patches fixed entry.S and unistd.h ran make menuconfig and added: POSIX Access Control Lists Ext2 extended attributes Ext2 extended attribute block sharing Ext2 extended user attributes Ext2 POSIX Access Control Lists compiled and installed new kernel built and installed 390-tools built and installed acl-tools compile and build samba 2.2.5 using './configure --with-pam --with-winbind --with-acl-support' Samba sees that ACL support is there and builds fine. At this point everything seems to work, but when I use setfacl it gives me an error: Function not implemented. files01d:/usr/src # setfacl -m u:root:rx bld setfacl: bld: Function not implemented Anyone have any ideas? Josh
