From owner-freebsd-current@FreeBSD.ORG Wed Jan 10 16:45:39 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2C8D716A403 for ; Wed, 10 Jan 2007 16:45:39 +0000 (UTC) (envelope-from tijl@ulyssis.org) Received: from thumbler.kulnet.kuleuven.ac.be (thumbler.kulnet.kuleuven.ac.be [134.58.240.45]) by mx1.freebsd.org (Postfix) with ESMTP id E10E213C45A for ; Wed, 10 Jan 2007 16:45:38 +0000 (UTC) (envelope-from tijl@ulyssis.org) Received: from localhost (localhost [127.0.0.1]) by thumbler.kulnet.kuleuven.ac.be (Postfix) with ESMTP id 828BB138275; Wed, 10 Jan 2007 17:45:37 +0100 (CET) Received: from smtps01 (octavianus.kulnet.kuleuven.ac.be [134.58.240.71]) by thumbler.kulnet.kuleuven.ac.be (Postfix) with ESMTP id A12FB13866A; Wed, 10 Jan 2007 17:45:36 +0100 (CET) Received: from kalimero.kotnet.org (kalimero.kotnet.org [10.4.16.222]) by smtps01 (Postfix) with ESMTP id 214492E68CC; Wed, 10 Jan 2007 17:45:36 +0100 (CET) Received: from kalimero.kotnet.org (kalimero.kotnet.org [127.0.0.1]) by kalimero.kotnet.org (8.13.8/8.13.8) with ESMTP id l0AGjY1u042405; Wed, 10 Jan 2007 17:45:34 +0100 (CET) (envelope-from tijl@ulyssis.org) From: Tijl Coosemans To: freebsd-current@freebsd.org Date: Wed, 10 Jan 2007 17:45:30 +0100 User-Agent: KMail/1.9.5 References: <20070108165157.GA94941@stud.fit.vutbr.cz> <200701101653.25773.tijl@ulyssis.org> <20070110160112.GA85303@stud.fit.vutbr.cz> In-Reply-To: <20070110160112.GA85303@stud.fit.vutbr.cz> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200701101745.33566.tijl@ulyssis.org> X-Virus-Scanned: by KULeuven Antivirus Cluster Cc: Boris Samorodov , Alexander Leidinger , Divacky Roman Subject: Re: broken linuxulator in -current as of Jan 8 17:51:45 CET X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jan 2007 16:45:39 -0000 On Wednesday 10 January 2007 17:01, Divacky Roman wrote: > I discussed it with alexander today and I propose that installation > of linux_base should set (or tell user to set) the osrelease to the > version whicih is the given linux_base shipped with on default. > > fc4 ships with 2.6.11 kenrel and we force it to use 2.4.2 no wonder > it doesnt work as expected That's entirely your decision of course, I'm only a simple user, but isn't that a bit too radical? The cause for the error was entirely FreeBSD related (the /compat/linux trick in open() and the unfortunate fact that FreeBSD has a librt.so.1 of its own). Otherwise fc4 works just fine with a 2.4 kernel. Of course, if linuxulator is ready for it then by all means.