From owner-freebsd-doc@FreeBSD.ORG Thu Jun 5 09:29:35 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63F8337B401 for ; Thu, 5 Jun 2003 09:29:35 -0700 (PDT) Received: from mail.gmx.net (pop.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 4C3F043F75 for ; Thu, 5 Jun 2003 09:29:32 -0700 (PDT) (envelope-from blueeskimo@gmx.net) Received: (qmail 15360 invoked by uid 65534); 5 Jun 2003 16:29:30 -0000 Received: from i216-58-29-174.gta.igs.net (EHLO [216.58.29.174]) (216.58.29.174) by mail.gmx.net (mp022) with SMTP; 05 Jun 2003 18:29:30 +0200 From: Adam To: doc@FreeBSD.org Content-Type: text/plain Organization: Message-Id: <1054830569.308.26.camel@jake> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.4 Date: 05 Jun 2003 12:29:29 -0400 Content-Transfer-Encoding: 7bit Subject: Chapter 19.5.2 needs to be modified to include FreeBSD 5.x X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jun 2003 16:29:35 -0000 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/nfs.html 19.5.2 needs to have some notes added to make them consistent with FreeBSD 5.x, as 'portmap' no longer exists (replaced with rpcbind). *** On the NFS server, make sure that the following options are configured in the /etc/rc.conf file: portmap_enable="YES" nfs_server_enable="YES" mountd_flags="-r" *** For 5.x, portmap_enable-->rpcbind_enable Also, *** On the NFS server: # portmap # nfsd -u -t -n 4 # mountd -r *** portmap --> rpcbind Thanks, -- Adam