From owner-freebsd-questions@FreeBSD.ORG Fri Oct 28 19:03:54 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7856816A41F for ; Fri, 28 Oct 2005 19:03:54 +0000 (GMT) (envelope-from mark@gaiahost.coop) Received: from biodiesel.gaiahost.coop (biodiesel.gaiahost.coop [64.95.78.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2120943D46 for ; Fri, 28 Oct 2005 19:03:53 +0000 (GMT) (envelope-from mark@gaiahost.coop) Received: from localhost (host-64-65-195-19.spr.choiceone.net [::ffff:64.65.195.19]) (AUTH: LOGIN mark@hubcapconsulting.com) by biodiesel.gaiahost.coop with esmtp; Fri, 28 Oct 2005 15:03:51 -0400 id 0081C0B8.43627618.000065D7 Received: by localhost (sSMTP sendmail emulation); Fri, 28 Oct 2005 15:03:55 -0400 Date: Fri, 28 Oct 2005 15:03:54 -0400 From: Mark Bucciarelli To: freebsd-questions@freebsd.org Message-ID: <20051028190354.GB2272@rabbit> Mail-Followup-To: freebsd-questions@freebsd.org, Michael Christie References: <435B1576.6060406@christie.org.au> <20051028143224.GD428@rabbit> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline In-Reply-To: <20051028143224.GD428@rabbit> User-Agent: Mutt/1.4.2.1i Cc: Michael Christie Subject: Re: Linux computability X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 19:03:54 -0000 On Fri, Oct 28, 2005 at 10:32:24AM -0400, Mark Bucciarelli wrote: > On Sun, Oct 23, 2005 at 02:45:42PM +1000, Michael Christie wrote: > > > Now Linux programs run in side of the jail. > > Thanks for posting what you had success with. > > I followed your instructions, but when I try to install the java/jdk14 > port inside the jail, I get the message that I need to mount > /compat/linux/proc. > > Could it be a difference in the value of security.jail.getfsstatroot? > What is the value of this param on your machine? Just for the record, I shut off this restriction and the port started compiling inside the jail. :) I'd like to turn it back on once jdk builds--can anybody tell me if java/jdk14 requires linprocfs? (I would guess not ...) m