From owner-freebsd-net@freebsd.org Sat Mar 26 12:06:32 2016 Return-Path: Delivered-To: freebsd-net@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C0B7ADD1B6 for ; Sat, 26 Mar 2016 12:06:32 +0000 (UTC) (envelope-from midian@ihme.org) Received: from posti.ihme.org (posti.ihme.org [217.112.252.54]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ED8851A91 for ; Sat, 26 Mar 2016 12:06:31 +0000 (UTC) (envelope-from midian@ihme.org) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ihme.org; s=ihme; h=Mime-Version:To:Date:Message-Id:Subject:Content-Transfer-Encoding:Content-Type:From; bh=Y7MJHEzTfIoLn5xd33sUQ4sja7ZobYr0FEHC12TX2LE=; b=W9fiEOhBLa8GXmV9sPtwrRUHCbevN1hFMT4h98f41b3F7em5ndJiimfk2AD3CKXjMkQSzr1rbWIDMDnEGLAyDGKEoZCgNePcEnITzGQYLvbkhs3qVwCGznX5uM2XGUlHNH/XRWP3lNRc4MZKVimQmTp9rgpVyCGDkqWq0G0qrRw=; Received: from dynamic-120-7.keskikaista.fi ([149.154.120.7] helo=[10.0.0.146]) by posti.ihme.org with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1ajmsO-0004ig-Cr for freebsd-net@freebsd.org; Sat, 26 Mar 2016 13:59:32 +0200 From: =?utf-8?Q?Markus_H=C3=A4stbacka?= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Problems with NFSv2 Message-Id: Date: Sat, 26 Mar 2016 13:59:21 +0200 To: freebsd-net@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) X-Mailer: Apple Mail (2.3112) X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Mar 2016 12:06:32 -0000 Hello, I updated my home server to 10.3-RELEASE. After the update I cannot boot = a few other machines that have nfsroots on the server. After some = digging around it seems that nfsv2 isn=E2=80=99t working on the server, = and thus the machines (they are raspberry pi:s with raspbian) cannot = mount their rootfs.=20 I upgraded the machine from 10.1-RELEASE-p3, is there something in the = configuration I should change, or anything else I could try? The error I get when trying to mount is: [root@raqqi /]# mount -o mountvers=3D2 10.0.0.1:/nfsroots /mnt/ mount: mount to NFS server '10.0.0.1' failed: RPC Error: Program/version = mismatch. Sorry for the inconvenience if this is the wrong place to ask, could you = please point me to the right mailing list if it=E2=80=99s the case. Thanks in advance, Markus H=C3=A4stbacka=