From owner-freebsd-emulation@FreeBSD.ORG Fri Mar 9 21:39:45 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 5BD5616A402 for ; Fri, 9 Mar 2007 21:39:45 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by mx1.freebsd.org (Postfix) with ESMTP id AC92713C471 for ; Fri, 9 Mar 2007 21:39:44 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: by ug-out-1314.google.com with SMTP id 71so1405171ugh for ; Fri, 09 Mar 2007 13:39:42 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=QGii5s3olduVkoMHwvk9Te19PO9vo5R4/iCeFbgar4wgwyrpgbZSbmTWikLqD+pjTYcZmUxFFUfpzQ/daL2XI62aYYETQdWL1TGv84SytU0ZlUlHckHJDTBYTJOxh/Mz2P6wGf3HEsRIATaw70HtLtZt/a/5aGGOhKgrxUf/unE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=IC/uZ/pxH2Q/B8ceMPLRA1YEPDznq06O3IFKpD2OBfp9JdB7yspoYKeP4oyNym6oqh5TGn+ox1zQ/aaxrKb74Z8MzUQl2X/YHDpPxeGmWIG7N5YBkAJz++NKc9NDYVOOX6N6/g6MDfz5zY2lV2YIayeuzeoFAxLADA3xJ3DVYY8= Received: by 10.70.57.2 with SMTP id f2mr3825364wxa.1173476382000; Fri, 09 Mar 2007 13:39:42 -0800 (PST) Received: by 10.100.141.14 with HTTP; Fri, 9 Mar 2007 13:39:41 -0800 (PST) Message-ID: <790a9fff0703091339p1f06c1d1k8bc1cf148e2afb52@mail.gmail.com> Date: Fri, 9 Mar 2007 15:39:41 -0600 From: "Scot Hetzel" To: "Tijl Coosemans" In-Reply-To: <790a9fff0703091251w6b664efbs55a0d608b7c2f441@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <790a9fff0610132255k5c3b08fcrb550fa308d31752d@mail.gmail.com> <20070306150107.p9j3cmqzlkww48sk@webmail.leidinger.net> <200703092024.23577.tijl@ulyssis.org> <790a9fff0703091251w6b664efbs55a0d608b7c2f441@mail.gmail.com> Cc: Alexander Leidinger , freebsd-emulation@freebsd.org, gerald@freebsd.org 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:39:45 -0000 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 Scot -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised.