
Simon Peyton Jones via ghc-devs
| note that you mistyped "lockd" (aka "lock daemon") as "locd"
Oh, sorry about mistyping
simonpj@cam-05-unx:~/tmp$ ps -Af | grep lockd root 140 2 0 2016 ? 00:00:00 [kblockd] simonpj 7882 1184 0 13:22 pts/7 00:00:00 grep lockd
Interesting; no lock daemon.
| also, the output of "rpcinfo -p" would be interesting to know
simonpj@cam-05-unx:~/tmp$ rpcinfo -p Command 'rpcinfo' is available in '/usr/sbin/rpcinfo' The command could not be located because '/usr/sbin' is not included in the PATH environment variable. This is most likely caused by the lack of administrative privileges associated with your user account. rpcinfo: command not found
Silly me; are you able to run `sudo rpcinfo -p`? Cheers, - Ben