Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Oct 2007 20:43:48 +0200
From:      Gaye Abdoulaye Walsimou <walsimou@walsimou.com>
To:        freebsd-openoffice@freebsd.org
Subject:   Re: openoffice does not work over NFS?
Message-ID:  <4720E3E4.5010504@walsimou.com>

next in thread | raw e-mail | index | archive | help

Yes it was locking issue
 this what I have in /etc/rc.conf:

 server:
nfs_server_enable="YES"
rpcbind_enable="YES"
mountd_flags="-r"
rpc_lockd_enable="YES"
rpc_statd_enable="YES"

 clients:
rpcbind_enable="YES"
rpc_statd_enable="YES"
rpc_lockd_enable="YES"
nfs_client_enable="YES"




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4720E3E4.5010504>