From owner-freebsd-questions@FreeBSD.ORG Wed Oct 5 02:32:02 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 DFA8216A41F for ; Wed, 5 Oct 2005 02:32:02 +0000 (GMT) (envelope-from freebsduser@comcast.net) Received: from sccrmhc14.comcast.net (sccrmhc14.comcast.net [204.127.202.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AC0C43D49 for ; Wed, 5 Oct 2005 02:32:02 +0000 (GMT) (envelope-from freebsduser@comcast.net) Received: from opteron (c-67-171-212-242.hsd1.or.comcast.net[67.171.212.242]) by comcast.net (sccrmhc14) with SMTP id <2005100502320001400onmlre>; Wed, 5 Oct 2005 02:32:01 +0000 Message-ID: <001701c5c955$42b1d140$0c64a8c0@opteron> From: "K Anderson" To: "Antoine Solomon" , References: Date: Tue, 4 Oct 2005 19:34:06 -0700 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-RFC2646: Format=Flowed; Original Cc: Subject: Re: about linux emulation 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: Wed, 05 Oct 2005 02:32:03 -0000 ----- Original Message ----- From: "Antoine Solomon" To: Sent: Tuesday, October 04, 2005 7:14 AM Subject: about linux emulation Is it possible to chroot into a fully functional linux environment on freebsd? -- Hi Antoine, I don't know if this fully answers your question as I barely understand the chroot process myself. I wanted to install Coldfusion on FreeBSD (Ain't gonna work but I tried). First it complained about FreeBSD not being supported so I'm like yah so. But what next? I was putzing around someplace and found something that went in the lines like this chroot /compat/linux/ /bin/bash And to my surprise I was chrooted. I then re-ran the install process for Coldfusion and it didn't complain until the very end where it said can't find 'ps' and some other little gizmo (I think it was top). I was bummed because it seems that ps and top are not part of the linux emulation. Admittedly I'm using linux_base-rh-7.3. But anyway I was chrooted. One last thing in the path there is also a linux chroot. So my guess is that you could chroot with success but wont know until you use some application that requires some missing element, in my case 'ps' and 'top.' Hope that helps. ~Mr. Anderson