Results 1 to 15 of 24
-
29-07-2011, 05:25 #1
-= TeamSpeak Team =-
- Join Date
- Jun 2002
- Location
- Krün / Germany
- Posts
- 1,965
TeamSpeak 3 Server 3.0.0 preview available
Note: This is a preview-release, We do NOT advise its use in production environments, please only use it to (a) preview and prepare for upcoming changes and (b) test and report flaws
Greetings,
we are happy to announce the preview release of a new server build with version 3.0.0.
Complete list of changes:
http://ftp.4players.de/pub/hosted/ts...leases/server/Code:=== Server Release 3.0.0 01 Aug 2011 + serversnapshotdeploy can deploy into a new virtualserver now, to archive this do a "use 0" just before the command + clients table got a new field "client_lastip" where we store last ip used by the client - clientdbinfo, clientdblist, clientdbfind does show client_lastip - fixed clientdblist count parameter returned always 1 - fixed issue where server kept status virtual_online while using logout command - fixed problem where a channel you could not subscribe was not automatically unsubscribed when you left it - fixed issue where VIRTUALSERVER_ASK_FOR_PRIVILEGEKEY && VIRTUALSERVER_AUTOGENERATED_PRIVILEGEKEY where exported/imported through a snapshot - fixed issues with channel permission wont take values from clientchannel permissions - fixed multiple complains by one user possibility if autoban count is set to two - fixed strange serverquery password behavior - improved client traffic reset performance - improved database performance
This thread is for reporting issues with this version - no feature requests or general problems. Posts of that kind will be removed. For some features you need a new client which is not available yet (or use beta channel).Last edited by ScP; 31-07-2011 at 21:23.
-
29-07-2011, 05:39 #2
-= TeamSpeak Team =-
- Join Date
- Jun 2002
- Location
- Krün / Germany
- Posts
- 1,965
there are currently two known bugs which we are hunting for:
1: after virtualserver restart some channels cant be loaded again and the log file contains an error like:
2: a client is added multiple times to the same servergroup (completly harmless) which can result in one of this errors:Code:ChanClients() unable to load channel(ID: 207) from db, skipping. Error was: duplicate orderID ChanClients() unable to load following channels, because of missing zero channelOrderID
any HOWTO would be very welcome!Code:cldbid: 2223, double assigned for sgid: 223, ignoring! client pruning: memory delete failed for cldbid: 3434, error: database empty result set
-
29-07-2011, 13:01 #3
-= TeamSpeak Lover =-
- Join Date
- May 2011
- Location
- 127.0.0.1
- Posts
- 40
1] i wrote a howto a while ago [the link is placed at the bottom of '1]']. ya only have to replace the channel ids w/ the one from your own log n edit the order id for them. for everyone who like to use the solution:
- stop your ts3 server [recommended]
- make a backup from your db
- read the error log n posts carefully [ya can skip the other issues]. don't jump to the last post n edit the channels if ya don't understand how the system works
how to fix the issue
2.1] cldbid: 2223, double assigned for sgid: 223, ignoring!
replace the numbers w/ the numbers from your error-log.
if ya receive more than one row, then delete every row except one!Code:]SELECT * FROM `group_server_to_client` WHERE `group_id` = 223 AND `id2` = 2223;
2.2] client pruning: memory delete failed for cldbid: 3434, error: database empty result set
for the second row i can't give any advice cuz i'm not sure where the error is located. ya can walk through your db [clients, group_channel_to_client, group_server_to_client, perm_client] n search for the client id?Last edited by imRa-lm; 29-07-2011 at 13:19.
-
29-07-2011, 13:10 #4
-= TeamSpeak Team =-
- Join Date
- Jun 2008
- Posts
- 7,762
Thank you for your help, but we need a normal How to reproduce. This tells us how to fix the problem, when it happend.
---------------------------------------------------------
Please don't send me private support questions.
They belong into the forum and maybe other users have these questions/problems too.
TeamSpeak FAQ || What should i report, when i open a client thread? || Report and upload your Crashdump here
NPL License (Registration)
-
29-07-2011, 14:20 #5
-= TeamSpeak Addict =-
- Join Date
- Dec 2010
- Location
- United Kingdom
- Posts
- 186
Hello im currently using rc-2 server and sometimes show me message that and server stop crash...
2011-07-18 16:39:45.810006|CRITICAL|PermissionMgr | 1| channelGroupSetClient() unable to remove client from channelgroup cldbid: 6285, groupID: 90, channelID: 4353, inherited: 0, error: empty result set
but group exist channel exist and user exist so tell me what the problem is ? why that happend ?
-
29-07-2011, 14:23 #6
-= TeamSpeak Lover =-
- Join Date
- May 2011
- Location
- 127.0.0.1
- Posts
- 40
i'm not sure if ya can repoduce the bug...your sql qrys are fine. it could be an ts->mysql transaction error which you can't handle w/ myisam.
also, i don't think it's a bug of the new release...it makes more sense that the error occurs days ago but they never restarted the server, so the error never appears inside the log. can sb confirm it? whoever have a backup from the db n ts could test it - in case they ran into the error after the update
-
29-07-2011, 14:30 #7
-= TeamSpeak Team =-
- Join Date
- Jun 2008
- Posts
- 7,762
This bug appears on sqlite and mysql and also happend on our servers. But we can't reproduce it since months.
This is the reason why we ask for help
Last edited by Peter; 01-08-2011 at 07:41. Reason: sqlite
---------------------------------------------------------
Please don't send me private support questions.
They belong into the forum and maybe other users have these questions/problems too.
TeamSpeak FAQ || What should i report, when i open a client thread? || Report and upload your Crashdump here
NPL License (Registration)
-
29-07-2011, 15:00 #8
-= TeamSpeak Lover =-
- Join Date
- May 2011
- Location
- 127.0.0.1
- Posts
- 40
shit happens [j/k] ]xD
i guess ya'll never be able to repoduce it...there are to many qry/s [it's like to find a needle in a haystack w/ handy only]. did your server every crashed? how bout optimize table?
don't now what kind of db-engine sqlite use, in case it's sth similar to myisam it would explain why it also happen w/ sqlite.
you could double check every insert/update [insert from array -> read from db -> compare w/ array -> update/insert again if smt gets wrong] to prevent any transaction error. an auto optimize table would be also fine n could be help to prevent the bug too...
don't blame me, i knw that this is a rly crappy 'solution' [except the 2nd party, it would be a pretty cool feat].
€: hunterpl: plz use the server support forum. ya can use the qry to check if there's rly no entry.
plz don't reply here, open a new thread if ya need - thxCode:SELECT * FROM `group_channel_to_client`WHERE `group_id` = 90 AND `id1` = 6285 AND `id2` = 4353;
-
02-08-2011, 10:45 #9
-= TeamSpeak Team =-
- Join Date
- Jun 2008
- Posts
- 7,762
Sorry guys, please only paste problems with this server version.
Discussions about the version number, don't belong into this thread.
It's Build: 14898Last edited by dante696; 02-08-2011 at 11:53.
---------------------------------------------------------
Please don't send me private support questions.
They belong into the forum and maybe other users have these questions/problems too.
TeamSpeak FAQ || What should i report, when i open a client thread? || Report and upload your Crashdump here
NPL License (Registration)
-
03-08-2011, 00:21 #10
-= TeamSpeak Addict =-
- Join Date
- Dec 2010
- Location
- United Kingdom
- Posts
- 186
my log from that version dantee:
http://84.234.23.71/ts3/ts3server_20..._30.712409.log
check the last lines ;X and server totally crash and didint reconnect ... please do something when server will crash and after that will try to start again this is possible ?
-
03-08-2011, 08:56 #11
-= TeamSpeak Team =-
- Join Date
- Jun 2008
- Posts
- 7,762
We tried to reproduce it somehow, but it did not crash here :-/
Our Tree looks like
Update
We reproduced it per query spamLast edited by dante696; 03-08-2011 at 09:48.
---------------------------------------------------------
Please don't send me private support questions.
They belong into the forum and maybe other users have these questions/problems too.
TeamSpeak FAQ || What should i report, when i open a client thread? || Report and upload your Crashdump here
NPL License (Registration)
-
03-08-2011, 13:14 #12
-= TeamSpeak Addict =-
- Join Date
- Dec 2010
- Location
- United Kingdom
- Posts
- 186
dante do you need my whole database to test it ??
i can send to you on private message and u can test it it happend between one day or 2 days not more... and appear not only with one channel and groups but differences.
-
03-08-2011, 13:21 #13
-= TeamSpeak Team =-
- Join Date
- Jun 2008
- Posts
- 7,762
No i dont need it. We can reproduce it as said above.
---------------------------------------------------------
Please don't send me private support questions.
They belong into the forum and maybe other users have these questions/problems too.
TeamSpeak FAQ || What should i report, when i open a client thread? || Report and upload your Crashdump here
NPL License (Registration)
-
04-08-2011, 00:30 #14
-= TeamSpeak Addict =-
- Join Date
- Dec 2010
- Location
- United Kingdom
- Posts
- 186
ok let me know if you tested it and fixed it , i will download after new version of 3.0.0 server if release.
-
04-08-2011, 08:24 #15
-= TeamSpeak Team =-
- Join Date
- Jun 2008
- Posts
- 7,762
---------------------------------------------------------
Please don't send me private support questions.
They belong into the forum and maybe other users have these questions/problems too.
TeamSpeak FAQ || What should i report, when i open a client thread? || Report and upload your Crashdump here
NPL License (Registration)
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Quick preview window in file browser
By Hugh Jass Koda in forum Suggestions and FeedbackReplies: 0Last Post: 14-09-2010, 11:13 -
[PREVIEW] Teamspeak 3 Ruby Library
By effekt in forum ToolsReplies: 7Last Post: 03-05-2010, 01:19 -
TeamSpeak Channelcreator ::: Preview
By Kowalski™ in forum [TeamSpeak 2] Addons & ScriptsReplies: 16Last Post: 04-09-2007, 09:08 -
[Preview] TS Anti-Flood Tool
By JD in forum [TeamSpeak 2] Addons & ScriptsReplies: 19Last Post: 30-06-2006, 16:08 -
SA preview
By Ze Doktor in forum [TeamSpeak 2] Client SupportReplies: 1Last Post: 25-01-2005, 22:42


