From owner-freebsd-current@FreeBSD.ORG Wed Sep 7 20:50:46 2011 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 E3193106566C for ; Wed, 7 Sep 2011 20:50:46 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from onlyone.friendlyhosting.spb.ru (onlyone.friendlyhosting.spb.ru [IPv6:2a01:4f8:131:60a2::2]) by mx1.freebsd.org (Postfix) with ESMTP id ABB968FC17 for ; Wed, 7 Sep 2011 20:50:46 +0000 (UTC) Received: from lion.home.serebryakov.spb.ru (unknown [IPv6:2001:470:923f:1:14f9:cfdf:caf2:2c18]) (Authenticated sender: lev@serebryakov.spb.ru) by onlyone.friendlyhosting.spb.ru (Postfix) with ESMTPA id F13884AC58 for ; Thu, 8 Sep 2011 00:50:45 +0400 (MSD) Date: Thu, 8 Sep 2011 00:50:42 +0400 From: Lev Serebryakov Organization: FreeBSD X-Priority: 3 (Normal) Message-ID: <1505890415.20110908005042@serebryakov.spb.ru> To: freebsd-current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1251 Content-Transfer-Encoding: quoted-printable Subject: -CURRENT (BETA2) nfs client surprise X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: lev@FreeBSD.org 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 Sep 2011 20:50:47 -0000 Hello, Freebsd-current. I've built NanoBSD image for my router based on latest HEAD sources. Image contains minimal set of kernel modules and custom kernel with NFSCLIENT option. Router mounts "/usr/home" via NFS with this "/etc/fstab" line: 192.168.134.2:/usr/home /usr/home nfs rw,late,soft,intr,bg,wsize=3D65536,rs= ize=3D65536,tcp 0 0 And I've been very surprised when boot failed because it cannot find "nfscl" module. Yes, I know, that now here are TWO versions of in-kernel NFS clients. But, IMHO, it is POLA violation not to boot with valid configuration from previous version. --=20 // Black Lion AKA Lev Serebryakov