Date: Fri, 16 Jan 2004 17:04:42 +0000 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: fbsd_user <fbsd_user@a1poweruser.com> Cc: "freebsd-questions@FreeBSD. ORG" <freebsd-questions@freebsd.org> Subject: Re: 5.2 & NFS Message-ID: <20040116170442.GA59913@happy-idiot-talk.infracaninophile.co.uk> In-Reply-To: <MIEPLLIBMLEEABPDBIEGMEKOFEAA.fbsd_user@a1poweruser.com> References: <MIEPLLIBMLEEABPDBIEGMEKOFEAA.fbsd_user@a1poweruser.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040116170442.GA59913>