Date: Tue, 21 Aug 2007 20:13:19 +0400 From: sam <samflanker@gmail.com> To: freebsd-emulation@freebsd.org Subject: linuxolator problem on amd64 Message-ID: <46CB0F1F.9000700@gmail.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?46CB0F1F.9000700>