From owner-freebsd-hackers@FreeBSD.ORG Tue Aug 21 23:36:32 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 D20F416A418 for ; Tue, 21 Aug 2007 23:36:32 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from smtp.utwente.nl (unknown [IPv6:2001:610:1908:1000:204:23ff:feb5:7e66]) by mx1.freebsd.org (Postfix) with ESMTP id 1777B13C481 for ; Tue, 21 Aug 2007 23:36:31 +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 l7LNaLj1032390; Wed, 22 Aug 2007 01:36:21 +0200 From: Pieter de Goeje To: freebsd-hackers@freebsd.org Date: Wed, 22 Aug 2007 01:36:20 +0200 User-Agent: KMail/1.9.7 References: <46CB0EBF.9000601@gmail.com> In-Reply-To: <46CB0EBF.9000601@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200708220136.20703.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: 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: Tue, 21 Aug 2007 23:36:32 -0000 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). Hope this helps, Pieter de Goeje