From owner-freebsd-questions@FreeBSD.ORG Sun Jan 30 21:48:40 2005 Return-Path: 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 F0A6216A4CE for ; Sun, 30 Jan 2005 21:48:40 +0000 (GMT) Received: from mail21.sea5.speakeasy.net (mail21.sea5.speakeasy.net [69.17.117.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABAA943D39 for ; Sun, 30 Jan 2005 21:48:40 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 11909 invoked from network); 30 Jan 2005 21:48:40 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail21.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 30 Jan 2005 21:48:40 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 682E582; Sun, 30 Jan 2005 16:48:39 -0500 (EST) Sender: lowell@be-well.ilk.org To: freebsd-questions@freebsd.org References: <20050129053412.24839.qmail@web51704.mail.yahoo.com> <20050129100410.GA22972@lothlorien.nagual.st> <44mzus1eai.fsf@be-well.ilk.org> <200501302004.56711.freebsdbeni@spymac.com> From: Lowell Gilbert Date: 30 Jan 2005 16:48:39 -0500 In-Reply-To: <200501302004.56711.freebsdbeni@spymac.com> Message-ID: <44pszmd1vs.fsf@be-well.ilk.org> Lines: 18 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: enable linux compatibility X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 21:48:41 -0000 FreeBsdBeni writes: > On Saturday 29 January 2005 15:49, Lowell Gilbert wrote: > > Dick Hoogendijk writes: > > > On 29 Jan Thomas Foster wrote: > > > > Try downloading a linux binary or installing a linux based application > > > > from ports.. if you do not get any elf binary errors then yo umost > > > > likely have the linux compatibility enabled correctly. The only other > > > > thing to watch for are any programs that might require linprocfs > > > > > Don't you have to add a line to your /etc/fstab as well to enable/use the > linprocfs ? Only if you need it. Most programs I've used under FreeBSD's Linux emulation do *not* access procfs. Building the Linux JDK is the only time I ever needed it, and once I've got the native JDK built, I can umount the procfs again.