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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to