From owner-freebsd-current@FreeBSD.ORG Sat Mar 14 14:10:23 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 37DAD106578D for ; Sat, 14 Mar 2009 14:10:23 +0000 (UTC) (envelope-from a_best01@uni-muenster.de) Received: from zivm-out3.uni-muenster.de (ZIVM-OUT3.UNI-MUENSTER.DE [128.176.192.18]) by mx1.freebsd.org (Postfix) with ESMTP id BCF9C8FC36 for ; Sat, 14 Mar 2009 14:10:22 +0000 (UTC) (envelope-from a_best01@uni-muenster.de) X-IronPort-AV: E=Sophos;i="4.38,362,1233529200"; d="scan'208";a="1700905" Received: from zivmaildisp2.uni-muenster.de (HELO ZIVMAILUSER05.UNI-MUENSTER.DE) ([128.176.188.143]) by zivm-relay3.uni-muenster.de with ESMTP; 14 Mar 2009 15:10:21 +0100 Received: by ZIVMAILUSER05.UNI-MUENSTER.DE (Postfix, from userid 149459) id A628E1B07E2; Sat, 14 Mar 2009 15:10:21 +0100 (CET) Date: Sat, 14 Mar 2009 15:10:21 +0100 (CET) From: Alexander Best Sender: Organization: Westfaelische Wilhelms-Universitaet Muenster To: Message-ID: In-Reply-To: <3f1fd1ea0903140702n27db3182tee7d68a352a8538b@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: Michal Varga Subject: Re: linux 3d applications keep crashing 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: Sat, 14 Mar 2009 14:10:27 -0000 that's a bit strange imo, because entry 20071101 from ports/UPDATING explicitly tells one to set compat.linux.osrelease=2.4.20. maybe a typo. thanks for the help pal. :) Michal Varga schrieb am 2009-03-14: > On Sat, Mar 14, 2009 at 2:55 PM, Alexander Best > wrote: > > thanks for the hint. setting compat.linux.osrelease=2.4.2 works. > > :-) settings > > compat.linux.osrelease=2.4.20 let's quake4 crash with the very same > > error > > message when using compat.linux.osrelease=2.6.16. > Ah, I missed the .20 part. I think "2.4.2" and "2.6.16" are the magic > words to flip 2.4/2.6 linuxulators, as far as I know there should be > no other sub-versions doing anything specific (yes, too lazy to check > sources). I'd assume that setting 2.4.20 just enables the default > path, that is 2.6 on -CURRENT. > m.