Hi, After restarting my server and a client re-automounts, I see the following in the server's dmesg: [ 706.454187] NFS: SECINFO: security flavor 390003 is not supported [ 706.454621] NFS: SECINFO: security flavor 390004 is not supported [ 706.455057] NFS: SECINFO: security flavor 390005 is not supported I've been completely unsuccessful in trying to discern what these mean and how I can get rid of them; they don't seem to be harmful since everything else works just fine, and has done so for years. I think this started with NFS 4.2 not too long ago, but don't remember for certain. The server exports several mounts, ext4 and xfs. Clients use only NFS v4 via automount. All on 4.4.6. Relevant server config excerpt: holger>grep NFS /etc/kernels/kernel-config-x86_64-4.4.6 CONFIG_KERNFS=y CONFIG_NFS_FS=m CONFIG_NFS_V2=m CONFIG_NFS_V3=m # CONFIG_NFS_V3_ACL is not set CONFIG_NFS_V4=m # CONFIG_NFS_SWAP is not set CONFIG_NFS_V4_1=y CONFIG_NFS_V4_2=y CONFIG_PNFS_FILE_LAYOUT=m CONFIG_PNFS_BLOCK=m CONFIG_PNFS_FLEXFILE_LAYOUT=m CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN="kernel.org" # CONFIG_NFS_V4_1_MIGRATION is not set CONFIG_NFS_V4_SECURITY_LABEL=y # CONFIG_NFS_FSCACHE is not set # CONFIG_NFS_USE_LEGACY_DNS is not set CONFIG_NFS_USE_KERNEL_DNS=y CONFIG_NFSD=m CONFIG_NFSD_V3=y # CONFIG_NFSD_V3_ACL is not set CONFIG_NFSD_V4=y # CONFIG_NFSD_PNFS is not set CONFIG_NFSD_V4_SECURITY_LABEL=y # CONFIG_NFSD_FAULT_INJECTION is not set CONFIG_NFS_COMMON=y CONFIG_NFS_V4_SECURITY_LABEL was recently added in the hope that this might be it, but no luck. Can anybody please explain what is missing here? It's not critical, but I really don't like seemingly unnecessary log messages that I don't understand. Thanks! Holger -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html