From owner-freebsd-questions@FreeBSD.ORG Wed Apr 2 19:18:08 2003 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 ECA4737B401 for ; Wed, 2 Apr 2003 19:18:08 -0800 (PST) Received: from smtp.acd.net (smtp.acd.net [207.179.102.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0445B43F3F for ; Wed, 2 Apr 2003 19:18:08 -0800 (PST) (envelope-from taxman@ACD.NET) Received: from 207.179.77.69 ([207.179.77.69]) by smtp.acd.net with Microsoft SMTPSVC(5.0.2195.5329); Wed, 2 Apr 2003 22:19:06 -0500 From: taxman To: Rus Foster , questions@freebsd.org Date: Wed, 2 Apr 2003 22:21:16 -0500 User-Agent: KMail/1.5 References: <20030401133721.E83004@thor.65535.net> In-Reply-To: <20030401133721.E83004@thor.65535.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200304022221.16653.taxman@acd.net> X-OriginalArrivalTime: 03 Apr 2003 03:19:07.0972 (UTC) FILETIME=[C9B81840:01C2F98F] Subject: Re: How good is Linux Binary 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: Thu, 03 Apr 2003 03:18:09 -0000 On Tuesday 01 April 2003 07:40 am, Rus Foster wrote: > Hi All, > I've got a few minutes going spare so I thought that I would try and see > if it is possible to bootstrap a chroot-ed debian install under 4.7. Has > anyone tried this before with any luck or is this just going to be a > learning expierence for me? Unless the linux section of the handbook is out of date: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/linuxemu.html#LINUXEMU-SYNOPSIS linux compatibility is not to that level yet. It doesn't implement all of the linux syscalls, especially those relating to intensive hardware use, so I'm guessing it wouldn't be able to run a whole system inside. Tim