PDA

View Full Version : Problem with the server!


gaui
27-06-2002, 02:47
I'm using FreeBSD 4.3-STABLE.

I followed everything in the README but still I get this when I start the server...

root@virgin:/home/gaui/tss# /etc/init.d/tss start -INI=/etc/tss.ini -LOG=/home/gaui/tss/tss.log -PID=/home/gaui/tss/tss.pid
/etc/init.d/tss: /etc/rc.status: No such file or directory
/etc/init.d/tss: rc_reset: command not found
Starting TeamSpeak Server Daemon
ELF binary type "0" not known.
/etc/init.d/tss: line 38: 33837 Abort trap /usr/bin/tss -INI=/etc/tss.ini -LOG=/home/gaui/tss/tss.log -PID=/home/gaui/tss/tss.pid >/dev/null
/etc/init.d/tss: rc_status: command not found
root@virgin:/home/gaui/tss#

Is this because TSS doesn't support FreeBSD?

ScratchMonkey
27-06-2002, 06:01
I believe FreeBSD has available some Linux compatibility libraries. Make sure those are installed so that the OS knows how to run a Linux ELF binary.

Also, it looks like the init script you're using is expecting some other files that aren't present. Read through the script and adjust as necessary.