linuxolator problem on amd64

sam samflanker at gmail.com
Tue Aug 21 09:12:26 PDT 2007


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",<missing argument>,<missing argument>)
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


More information about the freebsd-hackers mailing list