From owner-freebsd-hackers@FreeBSD.ORG Wed Aug 22 10:20:27 2007 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8BE3A16A480; Wed, 22 Aug 2007 10:20:27 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from smtp.utwente.nl (unknown [IPv6:2001:610:1908:1000:204:23ff:feb7:ef56]) by mx1.freebsd.org (Postfix) with ESMTP id 67A8813C442; Wed, 22 Aug 2007 10:20:25 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from lux.student.utwente.nl (lux.student.utwente.nl [130.89.170.81]) by smtp.utwente.nl (8.12.10/SuSE Linux 0.7) with ESMTP id l7MAKJ1R027772; Wed, 22 Aug 2007 12:20:19 +0200 From: Pieter de Goeje To: freebsd-hackers@freebsd.org Date: Wed, 22 Aug 2007 12:20:17 +0200 User-Agent: KMail/1.9.7 References: <46CB0EBF.9000601@gmail.com> <200708220136.20703.pieter@degoeje.nl> <20070822081020.GA16860@freebsd.org> In-Reply-To: <20070822081020.GA16860@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200708221220.18721.pieter@degoeje.nl> X-UTwente-MailScanner-Information: Scanned by MailScanner. Contact helpdesk@ITBE.utwente.nl for more information. X-UTwente-MailScanner: Found to be clean X-UTwente-MailScanner-From: pieter@degoeje.nl X-Spam-Status: No Cc: Roman Divacky , sam Subject: Re: linuxolator problem on amd64 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 10:20:27 -0000 On Wednesday 22 August 2007, Roman Divacky wrote: > On Wed, Aug 22, 2007 at 01:36:20AM +0200, Pieter de Goeje wrote: > > On Tuesday 21 August 2007, sam wrote: > > > Hi, all. > > > > > > i am try runing Enemy Territory: Quake Wars server > > > (links on http://weec.ovl.ru/csdivision/index.php?topic=662.0 ) > > > > > > # uname -rms > > > FreeBSD 6.2-STABLE amd64 > > > > > > # mount | grep linproc > > > linprocfs on /usr/compat/linux/proc (linprocfs, local) > > > > > > # cat run.sh > > > #!/bin/sh > > > cd `dirname $0` > > > export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:." > > > exec ./etqwded.x86 "$@" > > > > > > # ./run.sh > > > cannot set up thread-local storage: cannot set up LDT for thread-local > > > storage > > > > TLS for Linux programs only work on i386 or -current amd64, so either > > downgrade to 32bits FreeBSD or upgrade to FreeBSD 7, or find a version of > > the program that doesn't use TLS (non threaded version). > > I think the program is trying to set up "TLS" using user LDT. not the GDT > segment TLS Linux 2.6 uses. ie. upgrading to 7.x etc. wont help Hmm, I have a Linux binary here that spews out exactly the same error on 6.2-amd64 but works on 7.0-amd64. So that let me to believe 'etqwded.x86' might run on 7. Pieter de Goeje