Trouble: NFS via TCP

Julian H. Stacey jhs at flat.berklix.net
Thu Nov 9 19:25:23 UTC 2006


Hi Oliver,

> Now I'm running out of ideas 

Well done on that big list of things already tried :-)
Using a normal UDP mount I had eratic come & go problems with amd
until I added to rc.conf
	nfs_server_flags="-u -t -n 10"
Turns out I had too few. 10 fixed it.
man nfsd:
	A server should run enough daemons to handle the maximum
	level of concurrency from its clients.
defaults/rc.conf
	nfs_server_flags="-u -t -n 4"
In my case my remote amd was trying to mount all 5 of
	/
	/tmp
	/usr
	/var
	/usr1
Might help, Good luck.

-- 
Julian Stacey.  BSD Unix C Net Consultancy, Munich/Muenchen  http://berklix.com
Mail Ascii, not HTML.		Ihr Rauch = mein allergischer Kopfschmerz.
			http://berklix.org/free-software


More information about the freebsd-stable mailing list