pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/eclipse Per default, eclipse stores data in your...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/548cf04fa21a
branches:  trunk
changeset: 478306:548cf04fa21a
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Wed Jul 21 21:02:05 2004 +0000

description:
Per default, eclipse stores data in your home directory unless you specify
the '-data' switch on the command line.

If you tell eclipse to store data in a directory located on an NFS share,
it is possible that eclipse will fail with an error message that it could
not aquire a lock.  Apparently there are some issues with the way NFS is
done among Unix servers and Linux hosts.  Make sure that lockd and statd
are running on both the client and the server.

If this does not work at all, then you can disable the use of a lock file
by starting eclipse using 'eclipse -vmargs -Dosgi.locking=none'.

diffstat:

 devel/eclipse/MESSAGE.Linux |  16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diffs (20 lines):

diff -r e6214f173492 -r 548cf04fa21a devel/eclipse/MESSAGE.Linux
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/eclipse/MESSAGE.Linux       Wed Jul 21 21:02:05 2004 +0000
@@ -0,0 +1,16 @@
+===========================================================================
+$NetBSD: MESSAGE.Linux,v 1.1 2004/07/21 21:02:05 jschauma Exp $
+
+Per default, eclipse stores data in your home directory unless you specify
+the '-data' switch on the command line.
+
+If you tell eclipse to store data in a directory located on an NFS share,
+it is possible that eclipse will fail with an error message that it could
+not aquire a lock.  Apparently there are some issues with the way NFS is
+done among Unix servers and Linux hosts.  Make sure that lockd and statd
+are running on both the client and the server.
+
+If this does not work at all, then you can disable the use of a lock file
+by starting eclipse using 'eclipse -vmargs -Dosgi.locking=none'.
+
+===========================================================================



Home | Main Index | Thread Index | Old Index