Gnome and Firefox, lockd and NFS

Rick Macklem rmacklem at uoguelph.ca
Sat Sep 15 21:02:06 UTC 2018


Daniel Feenberg wrote:
>On Sat, 15 Sep 2018, Rick Macklem wrote:
>> I think you have a "livelock" type problem, where the client is flooding the
>> server with RPCs.
>> To check, you could capture packets when it happens and look at them with
>> wireshark, which understands NFS RPCs well.
>
>Can you refer me to posting with more detailed discussion of the
>"livelock" problem? A half hour with Google doesn't show anything
>relevant.
"livelock" may not be an appropriate term for it. What I suspect is happening 
(and you would find out by looking at a packet trace on wireshark) is that the
client is doing RPCs at a high rate on the server, such that the server can't keep
up with requests and some requests take so long to get replies that it appears
hung. (This and any rpc.lockd problem will be made worse by using UDP, where
the RPC requests time out and get retried.)

Like I said, either use the "nolock" mount option or switch to NFSV4.

Good luck with it, rick



More information about the freebsd-questions mailing list