Re: [gentoo-user] OpenOffice 2.0 + NFS = hang

2005-10-28 Thread Bryan Whitehead
Make sure all nfs services are running on client and server. OR you have iptables running and you are blocking random nfs service ports. Check both client and server. run rpcinfo -p on each machine to see what ports need to be open. It might be better to just allow anything to go between ser

Re: [gentoo-user] OpenOffice 2.0 + NFS = hang

2005-10-27 Thread Konstantin V. Gavrilenko
As discussed in this thread http://www.openoffice.org/issues/show_bug.cgi?id=54586 QTE ++ 1 On certain Linux machines, file locking is known to fail due to the NFS lock demon not running. 2 On certain other Linux machines, it appears that file locking fails due to some other, not yet analyze

Re: [gentoo-user] OpenOffice 2.0 + NFS = hang

2005-10-27 Thread Billy Holmes
Bruno Lustosa wrote: It seems rpc.statd isn't running, because status monitor doesn't show on the list. ah.. that's right. lockd needs statd. silly nfs. -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] OpenOffice 2.0 + NFS = hang

2005-10-27 Thread Billy Holmes
Konstantin V. Gavrilenko wrote: Apparently you need to disable file locking by commenting out the following lines: either that or run lockd... -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] OpenOffice 2.0 + NFS = hang

2005-10-27 Thread Konstantin V. Gavrilenko
tried it, but it did not solve the issue on my box. I guess, i'll stick to the commenting out the file_locking yours, kos -- Respectfully, Konstantin V. Gavrilenko Arhont Ltd - Information Security web:http://www.arhont.com http://www.wi-foo.com e-mail: [EMAIL PROTECTED] tel: +

Re: [gentoo-user] OpenOffice 2.0 + NFS = hang

2005-10-27 Thread Bruno Lustosa
On 10/27/05, Konstantin V. Gavrilenko <[EMAIL PROTECTED]> wrote: Solved the problem.Apparently you need to disable file locking by commenting out thefollowing lines:# file locking now enabled by default#SAL_ENABLE_FILE_LOCKING=1#export SAL_ENABLE_FILE_LOCKING in /usr/lib/openoffice/program/soffice

Re: [gentoo-user] OpenOffice 2.0 + NFS = hang

2005-10-27 Thread Konstantin V. Gavrilenko
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 as simple as it gets. yours, kos -- Respectfully,

Re: [gentoo-user] OpenOffice 2.0 + NFS = hang

2005-10-26 Thread Bruno Lustosa
On 10/26/05, John Jolet <[EMAIL PROTECTED]> wrote: in my experience samba works better for that sort of thing anyway.  If a server serving an nfs share goes down, all the computers with that share mounted will go nuts, spending 100% cpu trying to get the share back.  Samba seems to fail more gracef

Re: [gentoo-user] OpenOffice 2.0 + NFS = hang

2005-10-26 Thread John Jolet
On Oct 26, 2005, at 2:08 PM, Bruno Lustosa wrote:On 10/25/05, Konstantin V. Gavrilenko <[EMAIL PROTECTED]> wrote: I have emerge OpenOffice 2.0 recently and noticed a strange problem,that whenever I try to access the file located on the nfs, the OO2hangs. The rest of the applications are working fin

Re: [gentoo-user] OpenOffice 2.0 + NFS = hang

2005-10-26 Thread Bruno Lustosa
On 10/25/05, Konstantin V. Gavrilenko <[EMAIL PROTECTED]> wrote: I have emerge OpenOffice 2.0 recently and noticed a strange problem,that whenever I try to access the file located on the nfs, the OO2hangs. The rest of the applications are working fine with nfs, and suchproblem never happened with O