5.2 & NFS
fbsd_user
fbsd_user at a1poweruser.com
Fri Jan 16 09:14:40 PST 2004
This is an basic install.
Answered no to all the sysinstall questions.
Do not have any of the rc.conf option you posted in my rc.conf.
This looks like bug in 5.2
What do you think, should I submit problem report?
-----Original Message-----
From: owner-freebsd-questions at freebsd.org
[mailto:owner-freebsd-questions at freebsd.org]On Behalf Of Matthew
Seaman
Sent: Friday, January 16, 2004 12:05 PM
To: fbsd_user
Cc: freebsd-questions at FreeBSD. ORG
Subject: Re: 5.2 & NFS
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
>
> nfsiod 0, nfsiod 1, nfsiod 2, nfsiod 3
>
> 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="NO"
nfs_client_enable="NO"
nfs_server_enable="NO"
amd_enable="NO"
Cheers,
Matthew
--
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
More information about the freebsd-questions
mailing list