From owner-freebsd-hackers@FreeBSD.ORG Wed Aug 22 20:50:32 2007 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 67FF316A417 for ; Wed, 22 Aug 2007 20:50:32 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (vlk.vlakno.cz [62.168.28.247]) by mx1.freebsd.org (Postfix) with ESMTP id 1EDDE13C465 for ; Wed, 22 Aug 2007 20:50:31 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 1A1BC8C16D5; Wed, 22 Aug 2007 22:50:30 +0200 (CEST) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (vlk.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GoRY+BDcnw5t; Wed, 22 Aug 2007 22:50:29 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 0AE638C156B; Wed, 22 Aug 2007 22:50:29 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.13.8/8.13.8/Submit) id l7MKoRmU035705; Wed, 22 Aug 2007 22:50:27 +0200 (CEST) (envelope-from rdivacky) Date: Wed, 22 Aug 2007 22:50:27 +0200 From: Roman Divacky To: Stefan Lambrev Message-ID: <20070822205027.GA35647@freebsd.org> References: <46CB0EBF.9000601@gmail.com> <200708220136.20703.pieter@degoeje.nl> <20070822081020.GA16860@freebsd.org> <46CBF03C.4060301@gmail.com> <20070822102906.GB1181@turion.vk2pj.dyndns.org> <46CC123A.3090406@moneybookers.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46CC123A.3090406@moneybookers.com> User-Agent: Mutt/1.4.2.3i Cc: sam , freebsd-hackers@freebsd.org Subject: Re: linuxolator problem on amd64 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 20:50:32 -0000 > Take a look at /usr/ports/UPDATING : 20070327: > AFFECTS: users of emulators/linux_base-fc6 > AUTHOR: bsam@FreeBSD.org > > ATTENTION! The port is experimental for now. Use it at your own risk. This > port may be used only with 7-CURRENT and compat.linux.osrelease=2.6.16. > > So it's not just a SoC project :) well. actually it was implemented during a SoC so it can be considered kind of a SoC project ;) anyway, the current status is that 7.0R will contain roughly working 2.6 emulation while 8-current will have fine working 2.6 emulation turned on default. so things are slowly improving ;) roman