I find the solution, I have rebuild the kernel with NFSv3 ACL support
enabled. This is possible to add this option by default on the generic kernel
???
[EMAIL PROTECTED]:/usr/src/linux-source-2.6.17$ diff .config
/boot/config-2.6.17-10-generic
3,4c3,4
< # Linux kernel version: 2.6.17.13-ubuntu1
< # Mon Oct 23 16:48:28 2006
---
> # Linux kernel version: 2.6.17-10-generic
> # Fri Oct 13 16:13:36 2006
3443c3443
< CONFIG_NFS_V3_ACL=y
---
> # CONFIG_NFS_V3_ACL is not set
3447d3446
< CONFIG_NFSD_V2_ACL=y
3449c3448
< CONFIG_NFSD_V3_ACL=y
---
> # CONFIG_NFSD_V3_ACL is not set
3455d3453
< CONFIG_NFS_ACL_SUPPORT=m
** Changed in: nfs-utils (Ubuntu)
Sourcepackagename: nfs-utils => linux-source-2.6.10
** Description changed:
-
The NFS server was Redhat Enterprise 3.0. I use there ACL over
NFSv3 wihout problem. A lot of Linux distrib work with ACL over NFSv3 but
not ubuntu 6.10 beta. Thats posible to add ACL support over NFSv3
on ubuntu ??? I cant use ubuntu because this feature was necessary
for my compagnie.
How to reproduce : Install Redhat Enterprise 3.0 or CentOS 3.0 on a
machine (this machine was the server).
1) On fstab add acl support : Ex : /etc/fstab
/dev/sdd1 /export/Depot ext3 rw,acl 1 2
2) Setup a normal NFS share. Ex: /etc/exports
/export/Depot *.spadz.com(rw,sync,root_squash)
3) Re-boot or remount the partition
On the client mount the shared partition like this
Ex : mount server:/export/Depot /mnt
Then test the permision with getfacl and setfacl...
Ex: (From mandriva 2006 it work, suplementary ACL are visible)
[522] > cd /misc/Depot
[EMAIL PROTECTED] [/misc/Depot]
[523] > getfacl Temp
# file: Temp
# owner: root
# group: sinf
user::rwx
group::rwx
group:sinf:rwx
mask::rwx
other::rwx
default:user::rwx
default:group::rwx
default:group:sinf:rwx
default:mask::rwx
default:other::rwx
[524] > ls -ld Temp
drwxrwsrwt+ 7 root sinf 4096 Oct 20 11:08 Temp
Ex: (From ubuntu 6.10 dont work, no ACL)
[EMAIL PROTECTED] [/misc/Depot]
[504] > cd /misc/Depot
[EMAIL PROTECTED] [/misc/Depot]
[505] > getfacl Temp
# file: Temp
# owner: root
# group: sinf
user::rwx
group::rwx
other::rwx
[507] > ls -ld Temp
drwxrwsrwt 7 root sinf 4096 2006-10-20 11:08 Temp
- If you have path to Test let me know at : [EMAIL PROTECTED]
+ If you have patch to Test let me know at : [EMAIL PROTECTED]
Thank you
Ivan
--
NFSv3 suplementary ACLs dont work with ub610
https://launchpad.net/bugs/67175
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs