From owner-freebsd-emulation@FreeBSD.ORG Tue Feb 27 02:19:50 2007 Return-Path: X-Original-To: freebsd-emulation@FreeBSD.org Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 50F9516A402 for ; Tue, 27 Feb 2007 02:19:50 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.freebsd.org (Postfix) with ESMTP id 172CB13C474 for ; Tue, 27 Feb 2007 02:19:49 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.6/8.13.6) with ESMTP id l1R2Jieb014357; Mon, 26 Feb 2007 21:19:44 -0500 (EST) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-emulation@FreeBSD.org Date: Mon, 26 Feb 2007 21:19:34 -0500 User-Agent: KMail/1.6.2 References: <20070224004900.53784bb2@Magellan.Leidinger.net> <20070226201524.72315bbe@Magellan.Leidinger.net> In-Reply-To: <20070226201524.72315bbe@Magellan.Leidinger.net> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200702262119.36600.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.88.6/2657/Mon Feb 26 17:57:11 2007 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: Alexander Leidinger , infofarmer@FreeBSD.org Subject: Re: updated linuxolator-p4 diff X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2007 02:19:50 -0000 On Monday 26 February 2007 02:15 pm, Alexander Leidinger wrote: > Quoting "Andrew Pantyukhin" (Mon, 26 Feb 2007 21:02:41 +0300): > > On 2/25/07, Alexander Leidinger wrote: > > > My cross-amd64-build of LINT doesn't show this problem > > > > Ok, putting "compat_linux32" into kernel config > > solves the problem. I hope this will be loadable > > as a kld in the future. > > On i386 it is a module. And I did load it as a module. And I don't > have compat_linux in the kernel config. Can you dig around a little > bit more? This should work on amd64 too. > > > So I ran linux-{firefox,seamonkey,opera,flock,thunderbird} > > plus acroread all simultaneously. It works great. But when > > I tried "sysctl -a" the system locked up. This laptop is > > in a messy state, so I can't attribute it to linux compat. > > I'll be running linux-firefox and a few other apps for a > > few more days and tell you if anything goes wrong. I believe 'sysctl -a' problem is not related to Linuxulator. > There's a known problem with mmap, but I don't know if it affects > real world stuff or only the linux test project testcases. This > problem is also in -current. It is unlikely to happen in real world. Any way, the mmap problem should be fixed in both CVS and Perforce. Jung-uk Kim