From owner-freebsd-emulation@FreeBSD.ORG Tue Aug 21 16:42:06 2007 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1249916A420 for ; Tue, 21 Aug 2007 16:42:06 +0000 (UTC) (envelope-from samflanker@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.freebsd.org (Postfix) with ESMTP id 76D2613C45E for ; Tue, 21 Aug 2007 16:42:05 +0000 (UTC) (envelope-from samflanker@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so997058nfb for ; Tue, 21 Aug 2007 09:42:04 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=BJoECXAYX7S3IIxHmLSuG68irS0pCb2HJwpHlNWN7tZR3ANmslotXOdRCvpJJNVSchCH1XIHw/b5fdBOvEkxLKkFyzFQelMgBLG4kJCcrXF93fHKpgLL6Eimd3wAq4yCtbJ1CBUQrXSMzvB93symuBz1oqR3dDBOk2NrQgjZPhs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=hpv37WNlv6i3cqoRDDFmddD64zU3dNmyEbn1Wl4WBiglwtAZZvLJCLYetwndXE1vGEe5Upc+Owa+DEI1B5iVVEafQ2zqm3v+c1nJQ338eHrLde/FOGjzDbAoAzCPQ74Xwz+es5+gELQ05mY+6uzITmd5nFUFqqiZOgVXEuvvIkk= Received: by 10.86.90.2 with SMTP id n2mr1140625fgb.1187712839154; Tue, 21 Aug 2007 09:13:59 -0700 (PDT) Received: from ?192.168.1.185? ( [213.152.137.35]) by mx.google.com with ESMTPS id f19sm12204130fka.2007.08.21.09.13.58 (version=SSLv3 cipher=RC4-MD5); Tue, 21 Aug 2007 09:13:58 -0700 (PDT) Message-ID: <46CB0F1F.9000700@gmail.com> Date: Tue, 21 Aug 2007 20:13:19 +0400 From: sam User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: freebsd-emulation@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: linuxolator problem on amd64 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: Tue, 21 Aug 2007 16:42:06 -0000 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 # truss ./run.sh | less *** getpgrp() = 1047 (0x417) wait4(0xffffffff,0x7fffffffe764,0x2,0x0) = 1050 (0x41a) stat(".",{mode=drwxr-xr-x ,inode=2779536,size=512,blksize=4096}) = 0 (0x0) chdir("/usr/home/games/etqw") = 0 (0x0) execve("./etqwded.x86",,) truss: execution type Linux ELF32 is not supported -- using FreeBSD ELF64: Bad address ktrace(0x1) = 148492288 (0x8d9d000) settimeofday(0x0) = 0 (0x0) access("",149108384) ERR#-2 'Unknown error: -2' open("",O_RDWR,00) ERR#-2 'Unknown error: -2' open("",O_RDWR,00) ERR#-2 'Unknown error: -2' open("",O_RDWR,00) ERR#-2 'Unknown error: -2' open("",O_RDWR,00) ERR#-2 'Unknown error: -2' open("",O_SHLOCK|O_FSYNC|O_EXCL|O_DIRECT|0x8e23000,01) = 4 (0x4) *** please help me etqw-server startup /Vladimir Ermakov