Results 1 to 15 of 21
-
21-05-2012, 10:22 #1
-= TeamSpeak Team =-
- Join Date
- Jun 2008
- Posts
- 7,764
TeamSpeak 3 Server 3.0.6 Pre-Release Discussion
Hello community,
we'd like to announce our pre version of server 3.0.6.
These are all changes:
You can get the pre version here, but this is no stable release!Code:=== Server Release 3.0.6 xx xxxxx 2012 - fixed broken queryclient database deletion + complaints got some magic to prevent abusing + complaints adding/deletion get logged (client logging need to be enabled) + bans adding/deletion get logged (client logging need to be enabled) + notifychannelgrouplist / notifyservergrouplist added i_group_needed_modify_power, i_group_needed_member_add_power and i_group_needed_member_remove_power values + added permission b_channel_create_modify_with_force_password + added permission b_client_is_sticky (sticks a client to current channel) + added permission b_client_ignore_sticky (ignores sticky flag)
We suggest, to use the latest client (3.0.6) to for this server release!
------------------------
Please use this thread, for feedback and problems with our pre version only.
*Updated: 06.06.2012
*Updated: 08.06.2012 (fixed small bug with b_channel_create_modify_with_force_password and default channels)
*Updated: 11.06.2012 (fixed problems with the start script for the server)Last edited by dante696; 11-06-2012 at 10:40.
---------------------------------------------------------
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)
-
22-05-2012, 21:30 #2
-= TeamSpeak Fanatic =-
- Join Date
- May 2006
- Location
- Europe/Czech Rep.
- Posts
- 1,299
"client logging" could you clarify that?Code:- fixed broken queryclient database deletion + complaints got some magic to prevent abusing + complaints adding/deletion get logged (client logging need to be enabled) + bans adding/deletion get logged (client logging need to be enabled) + notifychannelgrouplist / notifyservergrouplist added i_group_needed_modify_power, i_group_needed_member_add_power and i_group_needed_member_remove_power values
- like server log will keep the entries after user had enabled it in logging of virtual server for ban and/or complains separately?
- it is "client log" only. (useless)
- is it reffering to "clients" logging checkbox in virtualserver properties?
Why do we have to check ourselves in order to know what is actually changed?
"some magic" any extended info there(like too many complains from single source client/ip per minute)?
-
23-05-2012, 04:39 #3
-= TeamSpeak Fanatic =-
- Join Date
- Jan 2010
- Location
- Germany
- Posts
- 2,039
-
23-05-2012, 07:39 #4
-= TeamSpeak Team =-
- Join Date
- Jun 2008
- Posts
- 7,764
Exactly client logging means, that the server does write log entrys for clients. Why should this be logged in your client?

Magic was choosen, because we don't wan't to tell how it was done and how it does work now.---------------------------------------------------------
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)
-
30-05-2012, 00:21 #5
-= TeamSpeak Addict =-
- Join Date
- Dec 2010
- Location
- United Kingdom
- Posts
- 187
When new update with pre-relase i saw new version on public test server, but on the ftp it doesnt appear why ?
-
30-05-2012, 03:41 #6
because they test it on public test server first (aka internal testing), making sure bugs are fixed, and if it requires some more testing, then they will release it to the ftp.
-
04-06-2012, 07:27 #7
-= TeamSpeak User =-
- Join Date
- Mar 2012
- Posts
- 18
Please, move it to more modern version of libmysqlclient library!
~/temp/teamspeak3-server_linux-amd64# ldd ./libts3db_mysql.so
linux-vdso.so.1 => (0x00007fff51dff000)
libmysqlclient.so.15 => /usr/lib/libmysqlclient.so.15 (0x00007fdf53cc9000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00007fdf539b5000)
libm.so.6 => /lib/libm.so.6 (0x00007fdf53732000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00007fdf5351c000)
libc.so.6 => /lib/libc.so.6 (0x00007fdf531ba000)
libpthread.so.0 => /lib/libpthread.so.0 (0x00007fdf52f9d000)
libcrypt.so.1 => /lib/libcrypt.so.1 (0x00007fdf52d66000)
libnsl.so.1 => /lib/libnsl.so.1 (0x00007fdf52b4e000)
libz.so.1 => /usr/lib/libz.so.1 (0x00007fdf52936000)
/lib64/ld-linux-x86-64.so.2 (0x00007fdf542e0000)Last edited by filimonic; 04-06-2012 at 07:41.
-
04-06-2012, 08:44 #8
-= TeamSpeak Team =-
- Join Date
- Jun 2002
- Location
- Krün / Germany
- Posts
- 1,965
-
06-06-2012, 21:40 #9
I like the sticky client permissions... now if only I could assign a server group to assign when a client connects with a temporary password it would be really useful.
-
07-06-2012, 21:20 #10
-= TeamSpeak Fanatic =-
- Join Date
- Jan 2010
- Location
- Germany
- Posts
- 2,039
Everything was fine with the previous PreRelease Server but with the current Version Server cannot be started with the startscript.
Minimal Startscript is working fine however runs sqlite Version only thus of no use.
Green = Input
File is there and executeable...Code:./ts3server_startscript.sh start inifile=server.ini Starting the TeamSpeak 3 server Could not find binary, aborting
If I directly start the server it's working fine...
So I assume there is something wrong with the File Exists checking after the UID Check...Code:export LD_LIBRARY_PATH="." ./ts3server_linux_x86 inifile=server.ini >/dev/null & [1] 3145
Using CentOS 6
-
08-06-2012, 05:43 #11
-= TeamSpeak Team =-
- Join Date
- Jun 2002
- Location
- Krün / Germany
- Posts
- 1,965
-
08-06-2012, 08:52 #12
-= TeamSpeak Team =-
- Join Date
- Jun 2008
- Posts
- 7,764
I can reproduce this with x86 server only and the old script also starts the server again

FreeBSD and the minimal script don't seem to be affected.
A ticket for this is still active in our system.---------------------------------------------------------
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)
-
08-06-2012, 17:20 #13
-= TeamSpeak Fanatic =-
- Join Date
- Jan 2010
- Location
- Germany
- Posts
- 2,039
As far as cmp is concerned Byte 259 in Line 11 changed if compared to 3.0.3 or 3.0.5 however it shows as an empty line in nano, haven't checked proper Editors yet but anyways....
I did notice there was another update from earlier today which I downloaded, but the startscript still doesn't work in that version. Manual Run of course still works as does the startscript from Version 3.0.5 which I specificly downloaded for this purpose.
-
11-06-2012, 10:39 #14
-= TeamSpeak Team =-
- Join Date
- Jun 2008
- Posts
- 7,764
As said above, there was an active ticket for this problem.
This was fixed with our latest server release some minutes ago
---------------------------------------------------------
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)
-
17-06-2012, 11:38 #15
-= TeamSpeak Addict =-
- Join Date
- Dec 2010
- Location
- United Kingdom
- Posts
- 187
hello i had today some error appear in my log:
2012-06-17 03:51:00.121254|ERROR | | | TS3ANetwork::ResolveHostName failed error: -3 (Temporary failure in name resolution) 11
2012-06-17 05:51:28.670869|ERROR | | | TS3ANetwork::ResolveHostName failed error: -3 (Temporary failure in name resolution) 11
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
TeamSpeak 3 Server 3.0.5 Pre-Release Discussion
By dante696 in forum ArchiveReplies: 9Last Post: 23-04-2012, 07:12 -
TeamSpeak 3 Server 3.0.3 Release Discussion
By Peter in forum ArchiveReplies: 16Last Post: 28-03-2012, 07:40 -
TeamSpeak 3 Server 3.0.2 Release Discussion
By ScP in forum ArchiveReplies: 31Last Post: 19-03-2012, 14:07 -
TeamSpeak 3 Server 3.0.2 Pre-Release Discussion
By dante696 in forum ArchiveReplies: 6Last Post: 24-02-2012, 19:01 -
TeamSpeak 3 Server 3.0.1 Release Discussion
By ScP in forum ArchiveReplies: 31Last Post: 17-02-2012, 16:19


Reply With Quote




