English   German

Go Back   TeamSpeak Community Forums > TeamSpeak Legacy Versions > [TeamSpeak 2] Developer Releases

Reply
 
Thread Tools Display Modes
  #1  
Old 25-09-2006, 09:15
ScP's Avatar
ScP ScP is offline
[ TeamSpeak General Servant ]
 
Join Date: Oct 2003
Location: Germany
Posts: 1,760
ScP has a reputation beyond reputeScP has a reputation beyond reputeScP has a reputation beyond reputeScP has a reputation beyond reputeScP has a reputation beyond reputeScP has a reputation beyond reputeScP has a reputation beyond reputeScP has a reputation beyond reputeScP has a reputation beyond reputeScP has a reputation beyond reputeScP has a reputation beyond repute
[Ts2] Windows/Linux Server Binary BETA 2.0.23.6

Hi there,

We've released a new TeamSpeak 2 server binary for Linux and Windows today.

The new version deals with the following issues:

- fixed a critical bug from version 2.0.23.5, that can cause a virtual server to become completely unresponsive

Please note that this version also contains all bugfixes that were previously released in Linux and Windows binaries (2.0.21.3, 2.0.22.1, 2.0.22.2, 2.0.22.3, 2.0.23.2 and 2.0.23.5).

You can find the new release on our Downloads page.
Reply With Quote
  #2  
Old 25-09-2006, 15:10
dsc_chris dsc_chris is offline
-= TeamSpeak Lover =-
 
Join Date: Feb 2004
Location: Sacramento, California
Posts: 90
dsc_chris will become famous soon enoughdsc_chris will become famous soon enough
ScP,

Is there a way to slow down how fast the server starts when using mysql, I know the mysql stuff is a major Beta. Just recently when I started using the new beta releases I noticed you guys now log the output from mysql on errors and I notice that if there are a lot of servers mysql tends to get flooded and kill the connection which causes virtual servers to not start up at all.

I am pretty sure I have maxed out my settings in mysql. Any assistance would be great, or even a way to limit how fast the queries get sent to mysql maybe do 1 query a second or something. That would help out ALOT even though this is still beta.
Reply With Quote
  #3  
Old 25-09-2006, 20:34
dsc_chris dsc_chris is offline
-= TeamSpeak Lover =-
 
Join Date: Feb 2004
Location: Sacramento, California
Posts: 90
dsc_chris will become famous soon enoughdsc_chris will become famous soon enough
ScP,

Also, a new possible bug. Servers are randomly just stopping.
Reply With Quote
  #4  
Old 26-09-2006, 05:25
R. Ludwig R. Ludwig is offline
-= TeamSpeak Team =-
 
Join Date: Jun 2002
Location: Germany
Posts: 1,690
R. Ludwig has a brilliant futureR. Ludwig has a brilliant futureR. Ludwig has a brilliant futureR. Ludwig has a brilliant futureR. Ludwig has a brilliant futureR. Ludwig has a brilliant futureR. Ludwig has a brilliant futureR. Ludwig has a brilliant futureR. Ludwig has a brilliant futureR. Ludwig has a brilliant futureR. Ludwig has a brilliant future
Quote:
Originally Posted by dsc_chris View Post
ScP,

Also, a new possible bug. Servers are randomly just stopping.
more details please! how to reproduce etc etc.
__________________
Weather: http://www.krün-wetter.de
Support: http://www.openstreetmap.org
Reply With Quote
  #5  
Old 26-09-2006, 08:15
ScP's Avatar
ScP ScP is offline
[ TeamSpeak General Servant ]
 
Join Date: Oct 2003
Location: Germany
Posts: 1,760
ScP has a reputation beyond reputeScP has a reputation beyond reputeScP has a reputation beyond reputeScP has a reputation beyond reputeScP has a reputation beyond reputeScP has a reputation beyond reputeScP has a reputation beyond reputeScP has a reputation beyond reputeScP has a reputation beyond reputeScP has a reputation beyond reputeScP has a reputation beyond repute
Quote:
Originally Posted by dsc_chris View Post
... Any assistance would be great, or even a way to limit how fast the queries get sent to mysql maybe do 1 query a second or something ...
Unfortunately, this is not possible by editing the settings of your TeamSpeak 2 server. Maybe there's a setting or a command to realize this on the MySQL servers side.

As Ralf already said, we need more information about this possible bug. Your servers log and configuration files, your MySQL version and your OS (including kernel version and patchset) could be useful.

Thanks in advance!
Reply With Quote
  #6  
Old 26-09-2006, 14:54
dsc_chris dsc_chris is offline
-= TeamSpeak Lover =-
 
Join Date: Feb 2004
Location: Sacramento, California
Posts: 90
dsc_chris will become famous soon enoughdsc_chris will become famous soon enough
Good Morning Ralph and ScP,

Did some testing last night to try and track the bug down, found out that when one of our scripts called the stopserver function without specifying the server id once in a while it will stop every server on the daemon and once in a while it will not. I have corrected our script for the time being to send a specific server id but this was perfectly fine before this with no issues so I figure this is a bug.

Another thing I noticed, I do like how it now outputs the mysql errors to the log file. In the 2.0.20.1 software I was able to load at least 100 or so virtual servers, now I am not even able to load this many as it starts giving disconnecting from mysql. I have checked for any possible mysql misconfigurations and I dont believe I am finding any. I have checked mysql's site for any query flood protection but from my understanding mysql queues queries.

Unfortunately if I can't get the virtual servers to load like in 2.0.20.1 I may have to go back to an older version.

I also tried using mysql 3, that had so many errors it didnt like the sql queries being sent to it I had to go up to 4.0. I do understand mysql is in beta so I am not tripping too much but sadly mysql is the only feasible sql platform for our systems since sqlite we cant write to the file when teamspeak is using it.
Reply With Quote
  #7  
Old 26-09-2006, 15:24
dsc_chris dsc_chris is offline
-= TeamSpeak Lover =-
 
Join Date: Feb 2004
Location: Sacramento, California
Posts: 90
dsc_chris will become famous soon enoughdsc_chris will become famous soon enough
Found a new bug.

We create servers via the TCP Query System. We have a server which is online and running however it is not listed in the teamspeak control panel yet we can connect to it.

There is a new server which is created but has 0 slots and has a default port with no server name.
Reply With Quote
  #8  
Old 26-09-2006, 20:16
ScP's Avatar
ScP ScP is offline
[ TeamSpeak General Servant ]
 
Join Date: Oct 2003
Location: Germany
Posts: 1,760
ScP has a reputation beyond reputeScP has a reputation beyond reputeScP has a reputation beyond reputeScP has a reputation beyond reputeScP has a reputation beyond reputeScP has a reputation beyond reputeScP has a reputation beyond reputeScP has a reputation beyond reputeScP has a reputation beyond reputeScP has a reputation beyond reputeScP has a reputation beyond repute
Quote:
Originally Posted by dsc_chris View Post
... when one of our scripts called the stopserver function without specifying the server id once in a while it will stop every server on the daemon and once in a while it will not ...
That's weird, because the serverstop command does not support any parameters. You have to select the virtual server first. Here's an example:

Code:
dbserverlist
id   udpport   name
1    8767      "TeamSpeak Public  -1-"
sel 8767
OK
serverstop
OK
Referring to your second concern, I'd recommend that you check the official server farming recommendations on our System Requirements page.

As I already said, your servers log and configuration files, your MySQL version and your OS (including kernel version and patchset) could be useful.

Last edited by ScP; 28-09-2006 at 07:28. Reason: fixed URL
Reply With Quote
  #9  
Old 26-09-2006, 21:07
dsc_chris dsc_chris is offline
-= TeamSpeak Lover =-
 
Join Date: Feb 2004
Location: Sacramento, California
Posts: 90
dsc_chris will become famous soon enoughdsc_chris will become famous soon enough
ScP,

I can send you the logs -- your right the serverstop does not take parameters I was looking at serverstart. We are still having the issue with daemons just stopping after one client clicks Stop on his server, our code has not changed since we built the system and now suddenly it does this.

I will PM you a copy of the log as it has IP's and such.
Reply With Quote
  #10  
Old 28-09-2006, 07:36
ScP's Avatar
ScP ScP is offline
[ TeamSpeak General Servant ]
 
Join Date: Oct 2003
Location: Germany
Posts: 1,760
ScP has a reputation beyond reputeScP has a reputation beyond reputeScP has a reputation beyond reputeScP has a reputation beyond reputeScP has a reputation beyond reputeScP has a reputation beyond reputeScP has a reputation beyond reputeScP has a reputation beyond reputeScP has a reputation beyond reputeScP has a reputation beyond reputeScP has a reputation beyond repute
@dsc_chris:
We've received your servers logfile now. I think the problem here is, that you're running more than 150 virtual servers in a single TeamSpeak 2 server instance. Due to our server farming recommendations, you should never setup more than 75 virtual servers per instance (running binary).

We'd strongly recommend, that you split up your database. This should fix your problems and increase the servers performance. Please feel free to contact us by email, if we can assist you on any matter.
Reply With Quote
  #11  
Old 28-09-2006, 22:21
Vashji Vashji is offline
-= TeamSpeak Lover =-
 
Join Date: Jul 2005
Location: Toronto,CA
Posts: 56
Vashji is an unknown quantity at this point
Send a message via MSN to Vashji
does this version work with MySQL? every one says MySQL with teamspeak is in beta. But with 2.0.20.1 it works fine.
Reply With Quote
  #12  
Old 29-09-2006, 05:37
dsc_chris dsc_chris is offline
-= TeamSpeak Lover =-
 
Join Date: Feb 2004
Location: Sacramento, California
Posts: 90
dsc_chris will become famous soon enoughdsc_chris will become famous soon enough
Ralph,

I understand the server farming idea, had you had that posted when we first became an ATHP it would have helped. We switched over to windows and actually you can get away with around 150 virtual servers. However we don't have problems until we hit around 300 to 400 servers. Since you guys are releasing small updates, why dont you fix the minor issues with mysql and bump up the "recommended" limit so that way AHTP's can farm servers a bit more streamlined.

I guess really this will not affect us, we have switched to a bit of a different way of provisioning our servers as of the last few days due to the excessive issues with the TS Server software.
Reply With Quote
  #13  
Old 29-09-2006, 22:00
Thomas's Avatar
Thomas Thomas is offline
-= TeamSpeak Support =-
 
Join Date: Sep 2005
Location: Germany / Dortmund
Posts: 1,257
Thomas has a reputation beyond reputeThomas has a reputation beyond reputeThomas has a reputation beyond reputeThomas has a reputation beyond reputeThomas has a reputation beyond reputeThomas has a reputation beyond reputeThomas has a reputation beyond reputeThomas has a reputation beyond reputeThomas has a reputation beyond reputeThomas has a reputation beyond reputeThomas has a reputation beyond repute
Why don't you start more than one TeamSpeak-Servers on the root-Server?

It's really hard for the server to manage 400 virtual TeamSpeak-Servers.
Reply With Quote
  #14  
Old 29-09-2006, 22:03
dsc_chris dsc_chris is offline
-= TeamSpeak Lover =-
 
Join Date: Feb 2004
Location: Sacramento, California
Posts: 90
dsc_chris will become famous soon enoughdsc_chris will become famous soon enough
PLuS,

We actually have a system which manages all the servers and makes it very easy on us
Reply With Quote
  #15  
Old 29-09-2006, 23:06
Thomas's Avatar
Thomas Thomas is offline
-= TeamSpeak Support =-
 
Join Date: Sep 2005
Location: Germany / Dortmund
Posts: 1,257
Thomas has a reputation beyond reputeThomas has a reputation beyond reputeThomas has a reputation beyond reputeThomas has a reputation beyond reputeThomas has a reputation beyond reputeThomas has a reputation beyond reputeThomas has a reputation beyond reputeThomas has a reputation beyond reputeThomas has a reputation beyond reputeThomas has a reputation beyond reputeThomas has a reputation beyond repute
Uups, sorry, I didn't see the word "not" in
Quote:
However we don't have problems
It's too late, I will be quiet till tomorrow! :P
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[Ts2] Windows/Linux Server Binary BETA 2.0.22.3 ScP [TeamSpeak 2] Developer Releases 19 30-06-2006 19:44
Administration page bigteam0385 [TeamSpeak 2] Server Support 5 16-01-2006 22:00
TS Server dies, ERROR,All,TTSUDPSender.Execute Bones_taw [TeamSpeak 2] Server Support 4 16-12-2003 05:23
Scheisse habe QDSL alles geht nur keine REG Creeper [TeamSpeak 2] Server Support 6 29-08-2002 09:06


All times are GMT +1. The time now is 01:56.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Add to Bookmarks   |   Printview   |   Contact Us   |   Legal Notices