PDA

View Full Version : team speak server spawning too many instances/procs


archangel2021
09-05-2008, 11:40
Ok, this is probably somewhere here posted, i searched for anything related for 20 mins, if you could link me to it or help it i would greatly appreciate it. thanks.

I have the latest version of the linux server client running on my apache unix server with bluehost. and it has ..... one, two.. three... NINE processes running, they are all the same, which are:

./server_linux -PID=tsserver2.pid

I used the start script found in the server folder to start the process,

Can somebody help me modify change something or explain to me why it is this way ?

Thanks already for even reading this far down :)

ruaduck
10-06-2008, 15:29
don't worry. it is supposed to be that way. i also use bluehost. don't you just love it. My neighbor is a tech for them.

BHKai
11-06-2008, 03:05
multi-threading is way.

didle
21-07-2008, 15:53
don't worry. it is supposed to be that way. i also use bluehost. don't you just love it. My neighbor is a tech for them.

Hello I to use BlurHost and yes they are fast and efficient :)

but am haveing trouble connecting to the server I just installed, the instalation whent ok and can start the server ok

[UseName@box0000 tss2_rc2]$ ./teamspeak2-server_startscript start
starting the teamspeak2 server
TeamSpeak Server Daemon started with PID 25820
[UseName@box000 tss2_rc2]$

further confirmation server is running


[UseName@box000 tss2_rc2]$ ps U UserName
PID TTY STAT TIME COMMAND
2619 pts/0 R+ 0:00 ps U UseName
9541 ? S 0:00 sshd: UserName@pts/0
9715 pts/0 S 0:00 -bash
25820 pts/0 SN 0:00 ./server_linux -PID=tsserver2.pid
25824 pts/0 S 0:00 ./server_linux -PID=tsserver2.pid
25825 pts/0 S 0:00 ./server_linux -PID=tsserver2.pid
25826 pts/0 S 0:00 ./server_linux -PID=tsserver2.pid
25827 pts/0 S 0:00 ./server_linux -PID=tsserver2.pid
25837 pts/0 S 0:00 ./server_linux -PID=tsserver2.pid
25838 pts/0 S 0:00 ./server_linux -PID=tsserver2.pid
25839 pts/0 S 0:00 ./server_linux -PID=tsserver2.pid
25840 pts/0 S 0:00 ./server_linux -PID=tsserver2.pid
[UseName@box000 tss2_rc2]$

Can access the SuperAdmin & Admin pages ok have added three users and two admins with no problem, accept no one can connect to the server ??

Any help is greatly appreciated

Thanks

mavmike
30-07-2008, 17:53
if you still want to get around the multiple instances, you need to update your kernel (and possibly OS version)
However, its completely normal as stated above. But, if you update to the newest centos 5 for example you will notice only 1 teamspeak process running
There is no real advantage, except having the newer OS and kernel is probably helpful for many reasons (security etc)