From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S969051AbdADTaF (ORCPT ); Wed, 4 Jan 2017 14:30:05 -0500 Received: from arcturus.aphlor.org ([188.246.204.175]:46592 "EHLO arcturus.aphlor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752273AbdADT3H (ORCPT ); Wed, 4 Jan 2017 14:29:07 -0500 Date: Wed, 4 Jan 2017 14:29:01 -0500 From: Dave Jones To: Steve Dickson Cc: bfields@redhat.com, jlayton@poochiereds.net, Linux Kernel , linux-nfs@vger.kernel.org Subject: Re: NFS: SECINFO: security flavor 390003 is not supported Message-ID: <20170104192901.oi6cygib32eteqpy@codemonkey.org.uk> Mail-Followup-To: Dave Jones , Steve Dickson , bfields@redhat.com, jlayton@poochiereds.net, Linux Kernel , linux-nfs@vger.kernel.org References: <20170104190327.v3wbpcbqtfa5jy7d@codemonkey.org.uk> <0ad14385-401a-9ec7-9b0e-711da9fe1f59@RedHat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0ad14385-401a-9ec7-9b0e-711da9fe1f59@RedHat.com> User-Agent: NeoMutt/20161126 (1.7.1) X-Spam-Flag: skipped (authorised relay user) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jan 04, 2017 at 02:23:58PM -0500, Steve Dickson wrote: > > > On 01/04/2017 02:03 PM, Dave Jones wrote: > > Since upgrading to 4.10-rc2, my nfs server has started printing these.. > > > > [ 161.668635] NFS: SECINFO: security flavor 390003 is not supported > > [ 161.668655] NFS: SECINFO: security flavor 390004 is not supported > > [ 161.668670] NFS: SECINFO: security flavor 390005 is not supported > > > > Client is debian's 4.8 kernel with default mount options, so sec=sys > > > > What should I be doing to suppress these ? What causes them ? > The auth_rpcgss or rpcsec_gss_krb5 kernel modules not being loaded?? I don't use kerberos, and CONFIG_SUNRPC_GSS=y Dave