From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-user+bounces-161800-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 958CF138A1A
	for <garchives@archives.gentoo.org>; Mon,  2 Feb 2015 15:20:15 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id CB507E084B;
	Mon,  2 Feb 2015 15:20:10 +0000 (UTC)
Received: from mail.web-xs.org (mail.web-xs.org [148.251.4.204])
	(using TLSv1.1 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id B0497E07F4
	for <gentoo-user@lists.gentoo.org>; Mon,  2 Feb 2015 15:20:09 +0000 (UTC)
Received: from localhost (localhost [127.0.0.1])
	by mail.web-xs.org (Postfix) with ESMTP id 1DE9C6EC1792
	for <gentoo-user@lists.gentoo.org>; Mon,  2 Feb 2015 16:20:08 +0100 (CET)
X-Virus-Scanned: Debian amavisd-new at mail.web-xs.org
Received: from mail.web-xs.org ([127.0.0.1])
	by localhost (mail.web-xs.org [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id sadco0YyEN8A for <gentoo-user@lists.gentoo.org>;
	Mon,  2 Feb 2015 16:20:02 +0100 (CET)
Received: from server-1.localdomain (p54A71B71.dip0.t-ipconnect.de [84.167.27.113])
	(Authenticated sender: lukas@der-erste-sinn.de)
	by mail.web-xs.org (Postfix) with ESMTPA id A5CD16EC0202
	for <gentoo-user@lists.gentoo.org>; Mon,  2 Feb 2015 16:20:02 +0100 (CET)
Received: from hal9000.localdomain (hal.localdomain [192.168.0.2])
	by server-1.localdomain (Postfix) with ESMTP id 5D27B3F64D
	for <gentoo-user@lists.gentoo.org>; Mon,  2 Feb 2015 16:20:02 +0100 (CET)
Date: Mon, 2 Feb 2015 16:19:21 +0100
From: <wabenbau@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Re: [NOTE] New default behavior in latest
 nfs-utils (1.3.2-r1)
Message-ID: <20150202161921.39f4c14c@hal9000.localdomain>
In-Reply-To: <20150202083750.565760a4@digimed.co.uk>
References: <mam573$aop$1@ger.gmane.org>
	<mama2s$i8i$1@ger.gmane.org>
	<20150202003234.1cf5ff91@hal9000.localdomain>
	<20150202001258.1300c7a2@digimed.co.uk>
	<20150202020111.3a4cc7c4@hal9000.localdomain>
	<20150202083750.565760a4@digimed.co.uk>
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Archives-Salt: 75676d01-4b39-4042-b6a8-34d791369064
X-Archives-Hash: 1904a0d00d67c8f296d13bafa6fad8d5

Am Montag, 02.02.2015 um 08:37
schrieb Neil Bothwick <neil@digimed.co.uk>:

> On Mon, 2 Feb 2015 02:01:11 +0100, wabenbau@gmail.com wrote:
> 
> > > It's got nothing to do with the init system used. That message
> > > tells you what to do to try to mount the NFS shares when you
> > > boot, but unless you have suitable mount options or kernel
> > > config, that attempt will fail.  
> > 
> > Maybe I don't exactly understand what you are trying to tell me
> > because of my lousy English. 
> > 
> > Of course you also need the right mount options and kernel config.
> > But since nfsmount doesn't exist anymore, the "rpc stuff" isn't
> > started by the OpenRC init system until you add nfsclient to the
> > right runlevel. 
> > 
> The problem is that the mount command fails g=however you run it, from
> either init system or from a shell. It fails with "invalid mount
> options" because it now defaults to NFS V4.2 even if it is not
> enabled in the kernel. You need to either enable 4.2 or specifically
> set nfsver=4 to work around this.

Thanks for the explanation. My NFS servers are running Ubuntu 14.04.1
LTS. Only my clients are gentoo systems. And on the clients I have no
NFS 4 support in the kernel and I also don't have to specify nfsver=4. 
Maybe this problem only occurs with recent NFS versions on the server.

Regards
wabe