Date: Tue, 3 May 2005 16:20:42 -0700 From: Benjamin Keating <motionsiren@gmail.com> To: Doug Poland <doug@polands.org> Cc: "Eugene M. Minkovskii" <emin@mccme.ru> Subject: Re: mutt working throu NFS only in read-only Message-ID: <781e2bc005050316203aeeb099@mail.gmail.com> In-Reply-To: <20050308143538.GA29822@polands.org> References: <20050308083719.GA8400@mccme.ru> <20050308143538.GA29822@polands.org>
next in thread | previous in thread | raw e-mail | index | archive | help
You can also omit the client-side lockd and statd options if you include the `-L` option when mounting the NFS export (man mount_nfs, nfsd) - bpk On 3/8/05, Doug Poland <doug@polands.org> wrote: > On Tue, Mar 08, 2005 at 11:37:19AM +0300, Eugene M. Minkovskii wrote: > > Hello, I have some trouble in NFS configure. I need to read mail > > through NFS. So I say on the server: > > > ...snip... > > > > System: FreeBSD 5.3-RELEASE-p5 (i386) [using ncurses 5.2] > > > On FreeBSD 5.x you need to run rpc lockd and statd on both the client > and server. Here's snippets from /etc/rc.conf on my boxes: >=20 > client: > nfs_client_enable=3D"YES" > rpc_lockd_enable=3D"YES" # Run NFS rpc.lockd needed for > rpc_statd_enable=3D"YES" # Run NFS rpc.statd needed for >=20 > server: > nfs_server_flags=3D"-u -n 10" > nfs_server_enable=3D"YES" > rpc_lockd_enable=3D"YES" # Run NFS rpc.lockd needed for > rpc_statd_enable=3D"YES" # Run NFS rpc.statd needed for >=20 > Implement those changes, reboot (or restart daemons), and you should be > good to go. >=20 > -- > Regards, > Doug > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?781e2bc005050316203aeeb099>