Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Feb 2004 12:45:43 +0000
From:      "Liam J. Foy" <liamfoy@sepulcrum.org>
To:        freebsd-doc@freebsd.org
Subject:   Small Error
Message-ID:  <40360177.9020706@sepulcrum.org>

next in thread | raw e-mail | index | archive | help
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-nfs.html 
says:

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"

this is ok for a 5.X machine, but for a 4.X it should read(and am very sure):

portmap_enable="YES"
nfs_server_enable="YES"
nfs_server_flags="-u -t -n 4"
mountd_flags="-r


This is stops NFS related problems when running NFSd on a 4.X machine. I would
attempt to patch it, but I have no idea how to with sgml or whatever it is called;)


-- 
Liam J .Foy
liamfoy@sepulcrum.org
http://liamfoy.ath.cx



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?40360177.9020706>