To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69103
Issue #|69103
Summary|OOo hangs on startup with NFS mounted /home on Linux
Component|framework
Version|OOo 2.0.3
Platform|PC
URL|
OS/Version|Linux
Status|UNCONFIRMED
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P3
Subcomponent|code
Assigned to|tm
Reported by|phgrau
------- Additional comments from [EMAIL PROTECTED] Wed Aug 30 06:22:54 -0700
2006 -------
I have some trouble to get a working OOo 2.0.3 under Linux (Debian Sarge
with openoffice.org-core 2.0.3-1bpo1 from backports.org).
My /home is mounted from a central server trough NFSv4, the OOo files live in
a local /usr directory.
As root I am able to start openoffice with no problems, as a normal user the
startup fails. After search the web I found two environment variables to tune:
STAR_PROFILE_LOCKING_DISABLED and SAL_ENABLE_FILE_LOCKING
So I modified /usr/lib/openoffice/program/soffice to the following:
,----[ excerpt of /usr/lib/openoffice/program/soffice ]---
|
| STAR_PROFILE_LOCKING_DISABLED=1
| export STAR_PROFILE_LOCKING_DISABLED
| #
|
| # file locking now enabled by default
| SAL_ENABLE_FILE_LOCKING=0
| export SAL_ENABLE_FILE_LOCKING
|
`----
The problems (OOo hangs with splash screen or segmentation faults) are still
there.
Next I tried the following:
- remove the ~/.openoffice.org2 directory
- create a soft link from a local directory to ~/.openoffice.org2
(mkdir /tmp/OOo2; ln -s /tmp/OOo2 .openoffice.org2)
- start openoffice (which is a link to /usr/lib/openoffice/program/soffice
- Openoffice starts with no trouble
It looks like there are some problems with the .openoffice.org2 files in a
NFS(v4?) mounted /home.
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]