Gentoo Archives: gentoo-user

From: "Konstantin V. Gavrilenko" <mlists@××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] OpenOffice 2.0 + NFS = hang
Date: Thu, 27 Oct 2005 13:11:06
Message-Id: 4360D048.8050706@arhont.com
In Reply to: [gentoo-user] OpenOffice 2.0 + NFS = hang by "Konstantin V. Gavrilenko"
1 Solved the problem.
2
3 Apparently you need to disable file locking by commenting out the
4 following lines:
5
6 # file locking now enabled by default
7 #SAL_ENABLE_FILE_LOCKING=1
8 #export SAL_ENABLE_FILE_LOCKING
9
10 in /usr/lib/openoffice/program/soffice
11
12 as simple as it gets.
13
14
15 yours,
16 kos
17
18
19
20
21 --
22 Respectfully,
23 Konstantin V. Gavrilenko
24
25 Arhont Ltd - Information Security
26
27 web: http://www.arhont.com
28 http://www.wi-foo.com
29 e-mail: k.gavrilenko@××××××.com
30
31 tel: +44 (0) 870 44 31337
32 fax: +44 (0) 117 969 0141
33
34 PGP: Key ID - 0xE81824F4
35 PGP: Server - keyserver.pgp.com
36
37
38 Konstantin V. Gavrilenko wrote:
39 > Hi list,
40 >
41 > I have emerge OpenOffice 2.0 recently and noticed a strange problem,
42 > that whenever I try to access the file located on the nfs, the OO2
43 > hangs. The rest of the applications are working fine with nfs, and such
44 > problem never happened with OpenOffice 1.x
45 > The problem happens on two gentoo boxes and one box running debian.
46 >
47 > the shares are exported on NFS server as following
48 > #/etc/exports
49 > /mnt/Docs
50 > 192.168.69.0/24(rw,sync,all_squash,anonuid=2000,anongid=2000)
51 >
52 >
53 > the clients mount nfs shares as following
54 > #/etc/fstab
55 > nfserver:/mnt/Docs /mnt/Docs nfs
56 > defaults,hard,intr,rsize=8192,wsize=8192 0 0
57 >
58 >
59 > thanks in advance for any help.
60 >
61 > yours,
62 > kos
63 >
64
65
66 --
67 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] OpenOffice 2.0 + NFS = hang Bruno Lustosa <bruno.lists@×××××.com>
Re: [gentoo-user] OpenOffice 2.0 + NFS = hang Billy Holmes <billy@××××××.net>