PDA

View Full Version : Help me: "My server won't start?"


ESFTS
19-05-2008, 16:56
Each moment I try to start my server I'm getting this message:


esf@bshellz:~/public_html/tss2_rc2$ ./teamspeak2-server_startscript start
starting the teamspeak2 server
./teamspeak2-server_startscript: line 7: 13925 Killed
./server_linux -PID=tsserver2.pid


Can you help me with this?
Why did he failed, starting the server?

ozman
19-05-2008, 22:56
cd /to/dir/ts/is/installed
sudo ./teamspeak2-server_startscript start

you need to be in the same directory ts is installed to call the start script

or maby the start script is not exicutable
sudo chmod 0755 teamspeak2-server_startscript
sudo chmod 0755 server_linux

sudo is used if you are not logged in as root

99host
23-05-2008, 08:36
You need to make sure that tsserver.pid has been deleted before you start up the server, "cd tss2_rc2" then "rm tsserver2.pid" then starter the teamspeak server using the script if that doesnt work leave me a message and i will look into this futher with you.