From owner-freebsd-questions@FreeBSD.ORG Tue May 22 17:47:04 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 67ACF1065670 for ; Tue, 22 May 2012 17:47:04 +0000 (UTC) (envelope-from tomdean@speakeasy.org) Received: from asbnvacz-mailrelay01.megapath.net (asbnvacz-mailrelay01.megapath.net [207.145.128.243]) by mx1.freebsd.org (Postfix) with ESMTP id 396A78FC16 for ; Tue, 22 May 2012 17:47:04 +0000 (UTC) Received: from mail4.sea5.speakeasy.net (mail4.sea5.speakeasy.net [69.17.117.48]) by asbnvacz-mailrelay01.megapath.net (Postfix) with ESMTP id 987A9A7131A for ; Tue, 22 May 2012 13:46:57 -0400 (EDT) Received: (qmail 8651 invoked from network); 22 May 2012 17:46:57 -0000 Received: by simscan 1.4.0 ppid: 17085, pid: 19276, t: 0.1968s scanners: clamav: 0.88.2/m:52/d:10739 spam: 3.0.4 Received: from unknown (HELO P9X79.tddhome) (tomdean@[24.113.107.31]) (envelope-sender ) by mail4.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 22 May 2012 17:46:56 -0000 Message-ID: <4FBBD113.70304@speakeasy.org> Date: Tue, 22 May 2012 10:46:59 -0700 From: "Thomas D. Dean" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0.2) Gecko/20120310 Thunderbird/10.0.2 MIME-Version: 1.0 To: freebsd-questions@freebsd.org, SeaBUG Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail4.sea5 X-Spam-Level: X-Spam-Status: No, score=0.9 required=8.0 tests=FORGED_RCVD_HELO, RATWARE_GECKO_BUILD autolearn=disabled version=3.0.4 X-Mailman-Approved-At: Tue, 22 May 2012 18:23:38 +0000 Cc: Subject: Nfscl X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 May 2012 17:47:04 -0000 I built nanoBSD on > uname -a FreeBSD P9X79.tddhome 9.0-STABLE FreeBSD 9.0-STABLE #2: Fri May 11 20:41:54 PDT 2012 tomdean@P9X79.tddhome:/usr/src/sys/GENERIC amd64 for a TS5700 with a ELAN SC520. The trick was to override some variables in the .cfg file. The image will boot and all seems OK. In the kernel config, I have options NFSCLIENT # Network Filesystem Client options NFSSERVER # Network Filesystem Server options NFSLOCKD # Network Lock Manager options NFS_ROOT # NFS as /, requires NFSCLIENT When I try to start nfscleint # /etc/rc.d/nfsclient start I get an error message about a missing nfscl module. Looking in sys/i386/conf/*, I find that NFSCL is the new NFS client and NFSD is the new NFS server. I saw no errors from having NFSxxxx in my kernel config. Do I need to use the new NFSxxxx op[tions? If not, how do I get nfsclient working in nanoBSD? Tom Dean