From owner-freebsd-emulation@FreeBSD.ORG Fri Mar 9 21:58:59 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 8BB7F16A404; Fri, 9 Mar 2007 21:58:59 +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 31E9213C47E; Fri, 9 Mar 2007 21:58:58 +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 l29LwvF4038407; Fri, 9 Mar 2007 16:58:57 -0500 (EST) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-emulation@FreeBSD.org Date: Fri, 9 Mar 2007 16:58:52 -0500 User-Agent: KMail/1.6.2 References: <790a9fff0610132255k5c3b08fcrb550fa308d31752d@mail.gmail.com> <790a9fff0703091251w6b664efbs55a0d608b7c2f441@mail.gmail.com> <790a9fff0703091339p1f06c1d1k8bc1cf148e2afb52@mail.gmail.com> In-Reply-To: <790a9fff0703091339p1f06c1d1k8bc1cf148e2afb52@mail.gmail.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200703091658.54976.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.88.6/2788/Fri Mar 9 13:27:23 2007 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: Scot Hetzel , gerald@FreeBSD.org, Alexander Leidinger Subject: Re: emulators/linux-wine: Help in porting to FreeBSD 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: Fri, 09 Mar 2007 21:58:59 -0000 On Friday 09 March 2007 04:39 pm, Scot Hetzel wrote: > On 3/9/07, Scot Hetzel wrote: > > Changing only compat.linux32.maxdsiz to 8M, allowed > > wineprefixcreate to run without giving the above error, but > > instead resulted in a core dump. > > > > hp010# sysctl compat.linux32.maxdsiz=8388608 > > compat.linux32.maxdsiz: 536870912 -> 8388608 > > > > hp010# /compat/linux/usr/bin/wineprefixcreate > > modify_ldt: Success > > Segmentation fault (core dumped) > > > > hp010$ /compat/linux/usr/bin/wine --version > > Wine 0.9.24 > > The previous message had compat.linux.osrelease set to 2.4.2, > changing it to 2.6.16 resulted in: > > hp010# sysctl compat.linux.osrelease=2.6.16 > compat.linux.osrelease: 2.4.2 -> 2.6.16 > hp010# /compat/linux/usr/bin/wine --version > cannot set up thread-local storage: cannot set up LDT for > thread-local storage > > hp010# sysctl compat.linux32.maxdsiz=8388608 > compat.linux32.maxdsiz: 49283072 -> 8388608 > hp010# /compat/linux/usr/bin/wine --version > cannot set up thread-local storage: cannot set up LDT for > thread-local storage You need to use the latest patches from Perforce. http://www.leidinger.net/FreeBSD/linuxolator/linuxolator-p4.diff It is not up to date but it should let you pass it. Jung-uk Kim