Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Nov 2004 09:54:40 -0000 (GMT)
From:      "Jonathan Belson" <jon@witchspace.com>
To:        freebsd-gnats-submit@FreeBSD.org
Cc:        freebsd-java@freebsd.org
Subject:   Re: java/62837: linux-sun-jdk14 executables hang with COMPAT_LINUX  in the the kernel.
Message-ID:  <1230.192.168.0.1.1101203680.squirrel@192.168.0.1>

next in thread | raw e-mail | index | archive | help
I've just had a similar problem, but I think the kernel option in question
is _KPOSIX_PRIORITY_SCHEDULING, not COMPAT_LINUX.  Adding that option my
local config and rebuilding made the issue go away.  In the meantime, maybe
applying the following patch would save other people a few hours:

*** pkg-message.orig    Tue Nov 23 09:50:03 2004
--- pkg-message Tue Nov 23 09:52:20 2004
***************
*** 15,18 ****
--- 15,22 ----
  kldload linprocfs
  mount /compat/linux/proc

+ If the java executables hang with a VM error, try adding the
+ option _KPOSIX_PRIORITY_SCHEDULING to your kernel config (if it isn't
+ there already) and rebuilding.
+
  ======================================================================

Cheers,

--Jon




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1230.192.168.0.1.1101203680.squirrel>