Richard, Martin, Matt and Baptiste; On Thu, Jan 17, 2013 at 5:58 PM, Martin S. Weber <[email protected]> wrote: > Wild guess: are you running your rpc services, lockd and statd amongst them? > (server? client?)
On Thu, Jan 17, 2013 at 7:23 PM, Baptiste Daroussin <[email protected]> wrote: > Your failure is the following: fcntl(4,F_SETLK,0x7fffffffcca0) > ERR#45 'Operation not supported' > > Something is wrong about your nfs setup imho Martin, your wild guess, and Baptiste your astute investigation both seem to be correct. When I started rpc.lockd and rpc.statd on both the client and server all is well. Here is exactly what I did on both the client and server. -- client -- # echo 'rpc_lockd_enable="YES"' >> /etc/rc.conf # echo 'rpc_statd_enable="YES"' >> /etc/rc.conf # /etc/rc.d/lockd start # /etc/rc.d/statd start # ps -ax | grep rpc | awk '{print $5}' /usr/sbin/rpc.statd /usr/sbin/rpc.lockd /usr/sbin/rpcbind Thank you all. ..much appreciated. What's the equivalent of a virtual beer/coffee/tea/etc? Joseph _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

