Ken Moffat wrote:
> On Wed, Nov 30, 2011 at 03:40:08PM -0600, Bruce Dubbs wrote:
>> The other thing that is might be is the kernel config.  I have:
>>
>  Sorry about the delay replying, but I've been exploring dhcp
> options.
> 
>> CONFIG_NETWORK_FILESYSTEMS=y
>> CONFIG_NFS_FS=y
>> CONFIG_NFS_V3=y
>> CONFIG_NFS_V3_ACL=y
>> CONFIG_NFS_V4=y

>  I haven't set v4, so far.

>> # CONFIG_NFS_V4_1 is not set
>> CONFIG_ROOT_NFS=y
>> # CONFIG_NFS_USE_LEGACY_DNS is not set
>> CONFIG_NFS_USE_KERNEL_DNS=y
>> # CONFIG_NFS_USE_NEW_IDMAPPER is not set

>  I don't see any of these five options!  Are they all for v4 ?  If
> not, the two you have set *might* be problematic, dunno. I'm running
> 3.1.1 at the moment.

>> CONFIG_NFSD=y
>> # CONFIG_NFSD_DEPRECATED is not set

>  again, I don't see this

>> CONFIG_NFSD_V3=y
>> # CONFIG_NFSD_V3_ACL is not set
>> # CONFIG_NFSD_V4 is not set
>> CONFIG_LOCKD=y
>> CONFIG_LOCKD_V4=y
>> CONFIG_NFS_ACL_SUPPORT=y

>  I don't have this, but I would have thought, probably wrongly, that
> it goes with NFSD_V3_ACL or NFS_V3_ACL - perhaps you need
> NFSD_V3_ACL with this (your kernel supports ACL on NFS, but you
> choose not to serve  with ACL that).

>> CONFIG_NFS_COMMON=y
>> CONFIG_SUNRPC=y
>> CONFIG_SUNRPC_GSS=y

>  I don't have this GSS option either, and since I disable gss in
> nfs-utils, it doesn't sound useful.

What I have here is pretty much carried on from other builds.  I did 
have to go back and set CONFIG_NFSD.  The presence or absence of an 
option somtimes depends on others being offered.  When I didn't have 
CONFIG_NFSD set, I didn't have the CONFIG_NFSD_DEPRECATED line.

I just went back and reconfigured for v3 only without acl and have:

CONFIG_NETWORK_FILESYSTEMS=y
CONFIG_NFS_FS=y
CONFIG_NFS_V3=y
# CONFIG_NFS_V3_ACL is not set
# CONFIG_NFS_V4 is not set
# CONFIG_ROOT_NFS is not set
CONFIG_NFSD=y
# CONFIG_NFSD_DEPRECATED is not set
CONFIG_NFSD_V3=y
# CONFIG_NFSD_V3_ACL is not set
# CONFIG_NFSD_V4 is not set
CONFIG_LOCKD=y
CONFIG_LOCKD_V4=y
CONFIG_NFS_COMMON=y
CONFIG_SUNRPC=y

But if I configure for only client, I only have:

CONFIG_NETWORK_FILESYSTEMS=y
CONFIG_NFS_FS=y
# CONFIG_NFS_V3 is not set
# CONFIG_NFS_V4 is not set
# CONFIG_ROOT_NFS is not set
# CONFIG_NFSD is not set
CONFIG_LOCKD=y
CONFIG_NFS_COMMON=y
CONFIG_SUNRPC=y

Generally I use make oldconfig to make the options close to what I had 
before and then make menuconfig to adjust.

   -- Bruce

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to