Small Error

Liam J. Foy liamfoy at sepulcrum.org
Fri Feb 20 12:45:46 UTC 2004


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 at sepulcrum.org
http://liamfoy.ath.cx



More information about the freebsd-doc mailing list