PDA

View Full Version : Server not starting "line 29: ./server_linux: No such file or directory"


Zerotoresque
16-06-2008, 20:35
After installing and trying to start TeamSpeak on a Linux Debian server we are getting the following error:

./teamspeak2-server_startscript: line 29: ./server_linux: No such file or directory

All (most) results on Google don't seem to work and we're getting clueless over here.

ozman
20-06-2008, 19:34
cd /to/the/dir/ts/is/installed/
./teamspeak2-server_startscript start
or
sudo ./teamspeak2-server_startscript start

make sure the user starting TS has wright privliges
chmod 0755 -R /to/the/dir/ts/is/installed


"server_linux" needs to be exicutable also