On 10/27/05, Konstantin V. Gavrilenko <[EMAIL PROTECTED]> wrote:
Solved the problem.

Apparently you need to disable file locking by commenting out the
following lines:

# file locking now enabled by default
#SAL_ENABLE_FILE_LOCKING=1
#export SAL_ENABLE_FILE_LOCKING

in /usr/lib/openoffice/program/soffice

I think I solved it even better. I noticed that when trying to open an OO file in nfs, I'd get these errors on syslog:

Oct 27 11:01:27 ti03 lockd: cannot monitor 192.168.7.1
Oct 27 11:01:27 ti03 lockd: failed to monitor 192.168.7.1

Sure enough, rpcinfo -p (on the client) gave me this:

ti03 ~ # rpcinfo -p
   program vers proto   port
    100000    2   tcp    111  portmapper
    100000    2   udp    111  portmapper
    391002    2   tcp    689  sgi_fam
    100021    1   udp  36350  nlockmgr
    100021    3   udp  36350  nlockmgr
    100021    4   udp  36350  nlockmgr
    100021    1   tcp  32792  nlockmgr
    100021    3   tcp  32792  nlockmgr
    100021    4   tcp  32792  nlockmgr

It seems rpc.statd isn't running, because status monitor doesn't show on the list.
Just starting /etc/init.d/nfs solved the problem. Now OO opens nfs files without a problem, and rpcinfo -p shows some other services started:

ti03 ~ # rpcinfo -p
   program vers proto   port
    100000    2   tcp    111  portmapper
    100000    2   udp    111  portmapper
    391002    2   tcp    689  sgi_fam
    100021    1   udp  36350  nlockmgr
    100021    3   udp  36350  nlockmgr
    100021    4   udp  36350  nlockmgr
    100021    1   tcp  32792  nlockmgr
    100021    3   tcp  32792  nlockmgr
    100021    4   tcp  32792  nlockmgr
    100024    1   udp  36351  status
    100024    1   tcp  32793  status
    100003    2   udp   2049  nfs
    100003    3   udp   2049  nfs
    100003    2   tcp   2049  nfs
    100003    3   tcp   2049  nfs
    100005    1   udp    727  mountd
    100005    1   tcp    730  mountd
    100005    2   udp    727  mountd
    100005    2   tcp    730  mountd
    100005    3   udp    727  mountd
    100005    3   tcp    730  mountd


--
Bruno Lustosa, aka Lofofora          | Email: [EMAIL PROTECTED]
Network Administrator/Web Developper | ICQ: 1406477
Rio de Janeiro - Brazil              |

Reply via email to