From owner-freebsd-current@FreeBSD.ORG Wed Jan 7 21:58:12 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 99DBC1065AD4 for ; Wed, 7 Jan 2009 21:58:12 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.freebsd.org (Postfix) with ESMTP id 760A78FC25 for ; Wed, 7 Jan 2009 21:58:12 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.3/8.14.3) with ESMTP id n07Lw8c0072243; Wed, 7 Jan 2009 13:58:08 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.3/8.14.3/Submit) id n07Lw8gn072242; Wed, 7 Jan 2009 13:58:08 -0800 (PST) (envelope-from sgk) Date: Wed, 7 Jan 2009 13:58:08 -0800 From: Steve Kargl To: Craig Rodrigues Message-ID: <20090107215808.GA72048@troutmask.apl.washington.edu> References: <20090107200219.GA71053@troutmask.apl.washington.edu> <20090107211920.GA54918@crodrigues.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090107211920.GA54918@crodrigues.org> User-Agent: Mutt/1.4.2.3i Cc: freebsd-current@freebsd.org Subject: Re: mount_nfs is broken X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2009 21:58:16 -0000 On Wed, Jan 07, 2009 at 09:19:20PM +0000, Craig Rodrigues wrote: > On Wed, Jan 07, 2009 at 12:02:19PM -0800, Steve Kargl wrote: > > mount_nfs: /usr/home, mount option is unknown: Invalid argument > > This error seems to indicate that your kernel > is older than your mount_nfs in userland. Did you rebuild and install > the new kernel? Hmmm. Odd, I know I typed "make installkernel" twice. The timestamp of the kernel on the node is too old, so I must have installed the kernel twice on my primary system. :( Thanks for pointer. -- Steve