From owner-freebsd-questions@FreeBSD.ORG Fri Jan 16 09:04:56 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46CCE16A4CE for ; Fri, 16 Jan 2004 09:04:56 -0800 (PST) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C24C43D3F for ; Fri, 16 Jan 2004 09:04:53 -0800 (PST) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1])i0GH4gfn060164 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 16 Jan 2004 17:04:42 GMT (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id i0GH4gPR060163; Fri, 16 Jan 2004 17:04:42 GMT (envelope-from matthew) Date: Fri, 16 Jan 2004 17:04:42 +0000 From: Matthew Seaman To: fbsd_user Message-ID: <20040116170442.GA59913@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman , fbsd_user , "freebsd-questions@FreeBSD. ORG" References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="pf9I7BMVVzbSWLtt" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.5.1i X-Spam-Status: No, hits=-4.9 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.61 X-Spam-Checker-Version: SpamAssassin 2.61 (1.212.2.1-2003-12-09-exp) on happy-idiot-talk.infracaninophile.co.uk cc: "freebsd-questions@FreeBSD. ORG" Subject: Re: 5.2 & NFS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jan 2004 17:04:56 -0000 --pf9I7BMVVzbSWLtt Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jan 16, 2004 at 10:40:24AM -0500, fbsd_user wrote: > During the sysinstall of 5.2, I selected not to install NFS server > and client, > But when I do 'ps ax' command I see following >=20 > nfsiod 0, nfsiod 1, nfsiod 2, nfsiod 3 >=20 > What are these? Well, according to nfsiod(8) they're instances of a 'local NFS asynchronous I/O server'. Seems that you've actually managed to turn on NFS client support -- the default is for it not to be enabled. Note that if you're using amd(8) to automount removable media, it actually operates through NFS. You might also check for instances of mountd(8), nfsd(8) and rpcbind(8) -- all of which are involved with providing NFS service. (You might need rpcbind(8) for things other than NFS, but you shouldn't run it unless you actually do need it.) Check the following variable settings in /etc/rc.conf -- I've shown the default settings: rpcbind_enable=3D"NO" nfs_client_enable=3D"NO" nfs_server_enable=3D"NO" amd_enable=3D"NO" Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --pf9I7BMVVzbSWLtt Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFACBmqdtESqEQa7a0RAjPbAJ4naXaLsMWTfK7xvthE1M9VPS39uwCfUDmd DM+N6fKCUWfXVKbamrihNdk= =m2Sf -----END PGP SIGNATURE----- --pf9I7BMVVzbSWLtt--