Weblog entry #10 for oxtan
#10
where the expletive are the ACLs for NFSD
Posted by oxtan on Sat 10 Feb 2007 at 20:42
Recently I upgraded the home server from a self-compiled 2.4.* to a stock 2.6.8.3
Everything is ok, except for the ACLs in the NFSD 3. I got the kernel sources for that kernel, but it is not there. It should be in File systems -> Network file systems -> CONFIG_NFSD_V3_ACL=y
I downloaded other kernel sources from kernel.org (2.6.10, 2.6.11 and 2.6.12) and I do not see it. If I go to fs/nfsd/ I do see a file "nfs4acl.c" but it does not show in the make menuconfig list. Oh, well, I'll keep on searching.
Everything is ok, except for the ACLs in the NFSD 3. I got the kernel sources for that kernel, but it is not there. It should be in File systems -> Network file systems -> CONFIG_NFSD_V3_ACL=y
I downloaded other kernel sources from kernel.org (2.6.10, 2.6.11 and 2.6.12) and I do not see it. If I go to fs/nfsd/ I do see a file "nfs4acl.c" but it does not show in the make menuconfig list. Oh, well, I'll keep on searching.
Comments on this Entry
ACL support for NFS was added in a more recent kernel version, 2.6.13:
commit b7fa0554cf1ba6d6895cd0a5b02989a26e0bc704
Author: Andreas Gruenbacher <agruen@suse.de>
Date: Wed Jun 22 17:16:27 2005 +0000
[PATCH] NFS: Add support for NFSv3 ACLs
[...]
commit a257cdd0e2179630d3201c32ba14d7fcb3c3a055
Author: Andreas Gruenbacher <agruen@suse.de>
Date: Wed Jun 22 17:16:26 2005 +0000
[PATCH] NFSD: Add server support for NFSv3 ACLs.
[...]
For earlier kernel versions, you have to use a patch.
Cheers,
Julien
commit b7fa0554cf1ba6d6895cd0a5b02989a26e0bc704
Author: Andreas Gruenbacher <agruen@suse.de>
Date: Wed Jun 22 17:16:27 2005 +0000
[PATCH] NFS: Add support for NFSv3 ACLs
[...]
commit a257cdd0e2179630d3201c32ba14d7fcb3c3a055
Author: Andreas Gruenbacher <agruen@suse.de>
Date: Wed Jun 22 17:16:26 2005 +0000
[PATCH] NFSD: Add server support for NFSv3 ACLs.
[...]
For earlier kernel versions, you have to use a patch.
Cheers,
Julien
[ Parent | Reply to this comment ]
ok, thanks!
it's true that I patched my old 2.4.* kernel a long time ago for ACLs :(, I should have known this.
it's true that I patched my old 2.4.* kernel a long time ago for ACLs :(, I should have known this.
[ Parent | Reply to this comment ]