linuxolator problem on amd64



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
_______________________________________________
freebsd-hackers@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: Timers and timing, was: MySQL Performance 6.0rc1
    ... In message, "Steven Hartland" ... >For interest I ran truss on a typical game server we run under ... >FreeBSD to get a feel for how much this issue would affect ...
    (freebsd-current)
  • install activestate komodo in freebsd 6.2
    ... I searched Googled but could not find linux libcpp5 tarball. ... Installing Komodo IDE 4.0 on FreeBSD ~ FreeBSD ... chmod -R +x dirname ...
    (freebsd-questions)
  • install activestate komodo in freebsd 6.2
    ... I searched Googled but could not find linux libcpp5 tarball. ... Installing Komodo IDE 4.0 on FreeBSD ~ FreeBSD ... chmod -R +x dirname ...
    (freebsd-stable)
  • Re: tool to view programs trace
    ... >> ports [i've never gotten ltrace to work on either linux or freebsd, ... note that FreeBSD truss has no relationship to ... [otherwise, sure, gnu cat and freebsd cat have no relationship to one ...
    (comp.unix.programmer)
  • mounting uzip image: Invalid argument
    ... I started by creating a null 1GB file, which i filled with FreeBSD. ... Any attempts to mount this compressed image has failed, here is the output of truss when using mount_cd9660 to mount the image: ... koti# truss mount_cd9660 /dev/md0.uzip testi ...
    (freebsd-hackers)