Re: NFSv4 and pam_mount - mounting user home directories.

From: Marek Salwerowicz <salwerom_at_iem.pw.edu.pl>
Date: Mon, 10 Jan 2011 01:49:36 +0100
>> Good to know if it will work with nfsv4 server started via rc.conf and
>> sysctl values in sysctl.conf..
>> 
> build a kernel with "options NFSD" in its config file and then try it
> with that kernel, and then you'll find out...
>

How about patching the /etc/rc.d/nfsd script like this:


[..]
nfsd_precmd()
{
                if checkyesno nfs_server_newnfs_only; then
                        echo 'NFS server serving only newnfs (NFSv4)=YES'
                        sysctl vfs.newnfs.server_min_nfsvers=4 > /dev/null
                fi
[..]

It checks if there is a 
nfs_server_newnfs_only=YES 
set in rc.conf, and if so, it runs the sysctl command.

But, after testing, it is too late (nfsd starts with NFSv3 support). Any idea where to put that patch  ?

-- 
Marek Salwerowicz
Received on Sun Jan 09 2011 - 23:49:51 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:10 UTC