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 14:36:37
Message-Id: 4360E4C8.1020706@arhont.com
In Reply to: Re: [gentoo-user] OpenOffice 2.0 + NFS = hang by Bruno Lustosa
1 tried it,
2
3 but it did not solve the issue on my box.
4
5 I guess, i'll stick to the commenting out the file_locking
6
7
8 yours,
9 kos
10
11 --
12 Respectfully,
13 Konstantin V. Gavrilenko
14
15 Arhont Ltd - Information Security
16
17 web: http://www.arhont.com
18 http://www.wi-foo.com
19 e-mail: k.gavrilenko@××××××.com
20
21 tel: +44 (0) 870 44 31337
22 fax: +44 (0) 117 969 0141
23
24 PGP: Key ID - 0xE81824F4
25 PGP: Server - keyserver.pgp.com
26
27
28 Bruno Lustosa wrote:
29 > On 10/27/05, *Konstantin V. Gavrilenko* <mlists@××××××.com
30 > <mailto:mlists@××××××.com>> wrote:
31 >
32 > Solved the problem.
33 >
34 > Apparently you need to disable file locking by commenting out the
35 > following lines:
36 >
37 > # file locking now enabled by default
38 > #SAL_ENABLE_FILE_LOCKING=1
39 > #export SAL_ENABLE_FILE_LOCKING
40 >
41 > in /usr/lib/openoffice/program/soffice
42 >
43 >
44 > I think I solved it even better. I noticed that when trying to open an
45 > OO file in nfs, I'd get these errors on syslog:
46 >
47 > Oct 27 11:01:27 ti03 lockd: cannot monitor 192.168.7.1 <http://192.168.7.1>
48 > Oct 27 11:01:27 ti03 lockd: failed to monitor 192.168.7.1
49 > <http://192.168.7.1>
50 >
51 > Sure enough, rpcinfo -p (on the client) gave me this:
52 >
53 > ti03 ~ # rpcinfo -p
54 > program vers proto port
55 > 100000 2 tcp 111 portmapper
56 > 100000 2 udp 111 portmapper
57 > 391002 2 tcp 689 sgi_fam
58 > 100021 1 udp 36350 nlockmgr
59 > 100021 3 udp 36350 nlockmgr
60 > 100021 4 udp 36350 nlockmgr
61 > 100021 1 tcp 32792 nlockmgr
62 > 100021 3 tcp 32792 nlockmgr
63 > 100021 4 tcp 32792 nlockmgr
64 >
65 > It seems rpc.statd isn't running, because status monitor doesn't show on
66 > the list.
67 > Just starting /etc/init.d/nfs solved the problem. Now OO opens nfs files
68 > without a problem, and rpcinfo -p shows some other services started:
69 >
70 > ti03 ~ # rpcinfo -p
71 > program vers proto port
72 > 100000 2 tcp 111 portmapper
73 > 100000 2 udp 111 portmapper
74 > 391002 2 tcp 689 sgi_fam
75 > 100021 1 udp 36350 nlockmgr
76 > 100021 3 udp 36350 nlockmgr
77 > 100021 4 udp 36350 nlockmgr
78 > 100021 1 tcp 32792 nlockmgr
79 > 100021 3 tcp 32792 nlockmgr
80 > 100021 4 tcp 32792 nlockmgr
81 > 100024 1 udp 36351 status
82 > 100024 1 tcp 32793 status
83 > 100003 2 udp 2049 nfs
84 > 100003 3 udp 2049 nfs
85 > 100003 2 tcp 2049 nfs
86 > 100003 3 tcp 2049 nfs
87 > 100005 1 udp 727 mountd
88 > 100005 1 tcp 730 mountd
89 > 100005 2 udp 727 mountd
90 > 100005 2 tcp 730 mountd
91 > 100005 3 udp 727 mountd
92 > 100005 3 tcp 730 mountd
93 >
94 >
95 > --
96 > Bruno Lustosa, aka Lofofora | Email: bruno@×××××××.net
97 > <mailto:bruno@×××××××.net>
98 > Network Administrator/Web Developper | ICQ: 1406477
99 > Rio de Janeiro - Brazil |
100
101
102 --
103 gentoo-user@g.o mailing list