English   German

Go Back   TeamSpeak Community Forums > General Discussions > Announcements

Closed Thread
 
Thread Tools Display Modes
  #1  
Old 02-02-2010, 13:09
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
TeamSpeak 3 Server 3.0.0-beta17 Available

We've just finished uploading version 3.0.0-beta17 of the server. Here's a list of changes:

Code:
=== Server Release 3.0.0-beta17 02 Feb 2010
- fixed possible crash while deleting subchannels
- clientlist option -VOICE added CLIENT_IS_PRIORITY_SPEAKER property
- fixed issue where query could start an stopped virtualserver while
  instance terminating
- fixed channel_flag_password was not set automatically while creating
  a new channel over query  
- fixed strange behavior while changing b_group_is_permanent permission value
- fixed licensing issue with max slots below 32
- query_ip_whitelist.txt removed out of package and is created if not available
- fixed PERMISSION_b_client_channel_textmessage_send not working properly
- fixed ghosting channel bug with certain default sub channel setups
- fixed critical after editing an perm/semi channel to an temp
- fixed unclear local accounting error messages
- fixed query bug which resulted in "invalid socketID" errors
+ added custominfo command (check docu for details)  
+ added permissions PERMISSION_b_client_custom_info_view
+ added permidgetbyname command (check docu for details)
+ added b_virtualserver_permission_reset
+ added command permreset (check docu for details)
! added b_permission_modify_power_ignore permission, allows to 
  add/delete permissions without having the needed grant values
! added command line parameter dblogkeepdays (default 90)
  defines how many days to keep database log entries
  (triggered on every start and while running every day)
! added command line parameter dbclientkeepdays (default 30)
  removes all clients which had not connected the x days and dont
  got an servergroup assigned
  (triggered on every start and while running every day)
Linux users take note:
The server now must be started with LD_LIBRARY_PATH set to make sure the necessary
libraries are found, we now provide two scripts that do this. Use them to start the server:
  • ts3server_minimal_runscript.sh - Behaves exactly like running ./ts3server_linux_{x86, amd64} did in previous releases
  • ts3server_startscript.sh - This is a startscript that starts the server in the background, you can pass the parameters "start", "stop", "restart" and "status" to it. Note that since the server is started in the background you need to view the log files if any problems occure (since there is no output in your shell). Also if you have special command line parameters you wish to pass the server on startup, you need to edit the ts3server_startscript.sh the first not commented line COMMANDLINE_PARAMETERS="" is where you should edit

Have fun downloading
__________________
Weather: http://www.krün-wetter.de
Support: http://www.openstreetmap.org

Last edited by Peter; 02-02-2010 at 15:35.
  #2  
Old 02-02-2010, 13:13
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
while cache builds up, http://ftp.4players.de/pub/hosted/ts3/releases/beta-17/
__________________
Weather: http://www.krün-wetter.de
Support: http://www.openstreetmap.org
  #3  
Old 02-02-2010, 13:26
stegmuellerm stegmuellerm is offline
-= TeamSpeak Lover =-
 
Join Date: Dec 2009
Location: Tunisia
Posts: 39
stegmuellerm is on a distinguished road
the server updates automatically, this sql statements are only needed to get access to the new permissions:

these are the command to update your database:

Code:
insert into perm_server_group (server_id, id1, id2, perm_id, perm_value, perm_negated, perm_skip) values (0, 2, 0, "b_client_custom_info_view", 1, 0, 0);
insert into perm_server_group (server_id, id1, id2, perm_id, perm_value, perm_negated, perm_skip) values (0, 2, 0, "i_needed_modify_power_client_custom_info_view", 100, 0, 0);
insert into perm_server_group (server_id, id1, id2, perm_id, perm_value, perm_negated, perm_skip) values (0, 3, 0, "b_client_custom_info_view", 1, 0, 0);
insert into perm_server_group (server_id, id1, id2, perm_id, perm_value, perm_negated, perm_skip) values (0, 3, 0, "i_needed_modify_power_client_custom_info_view", 75, 0, 0);

insert into perm_server_group (server_id, id1, id2, perm_id, perm_value, perm_negated, perm_skip) values (0, 2, 0, "b_permission_modify_power_ignore", 1, 0, 0);
insert into perm_server_group (server_id, id1, id2, perm_id, perm_value, perm_negated, perm_skip) values (0, 2, 0, "i_needed_modify_power_permission_modify_power_ignore", 100, 0, 0);

Attention:
From now, all Linux version must start with an startscript, this is included in the main folder of the teamspeak3 server installations

Last edited by stegmuellerm; 03-02-2010 at 00:33. Reason: Some rules are deleted for security reason
  #4  
Old 02-02-2010, 14:37
KiLLers NL KiLLers NL is offline
-= TeamSpeak Addict =-
 
Join Date: Jul 2004
Location: Oirschot, Netherlands
Posts: 131
KiLLers NL is on a distinguished road
Does this startscript look at whether all ports are unbind before starting?

as that was one of my issues on previous version.
  #5  
Old 02-02-2010, 14:41
Peter's Avatar
Peter Peter is offline
-= TeamSpeak Team =-
 
Join Date: Jul 2002
Location: Germany
Posts: 2,496
Peter has a reputation beyond reputePeter has a reputation beyond reputePeter has a reputation beyond reputePeter has a reputation beyond reputePeter has a reputation beyond reputePeter has a reputation beyond reputePeter has a reputation beyond reputePeter has a reputation beyond reputePeter has a reputation beyond reputePeter has a reputation beyond reputePeter has a reputation beyond repute
Quote:
Originally Posted by KiLLers NL View Post
Does this startscript look at whether all ports are unbind before starting?

as that was one of my issues on previous version.
No it does not.
__________________
You think my answer is stupid ? Read This:
http://www.catb.org/~esr/faqs/smart-...ons.html#intro

In a world without fences and walls - who needs windows and gates ?
  #6  
Old 02-02-2010, 15:01
Dennisen's Avatar
Dennisen Dennisen is offline
-= TeamSpeak User =-
 
Join Date: Feb 2010
Location: Germany
Posts: 10
Dennisen is on a distinguished road
Can the new Command-Line parameters also be used in the .ini file?
  #7  
Old 02-02-2010, 15:11
KiLLers NL KiLLers NL is offline
-= TeamSpeak Addict =-
 
Join Date: Jul 2004
Location: Oirschot, Netherlands
Posts: 131
KiLLers NL is on a distinguished road
Quote:
Originally Posted by Peter View Post
No it does not.
ok thx, that i'll know i'll have to keep watching that, and having to set sleep to 10 perhaps.
  #8  
Old 02-02-2010, 15:30
Cayuga Cayuga is offline
-= TeamSpeak User =-
 
Join Date: Dec 2009
Location: Netherlands
Posts: 3
Cayuga is on a distinguished road
Quote:
Originally Posted by Dennisen View Post
Can the new Command-Line parameters also be used in the .ini file?
Edit the startscript.sh
on top you can enter command line parameters

If that is what you wanted to know.
  #9  
Old 02-02-2010, 16:12
Dennisen's Avatar
Dennisen Dennisen is offline
-= TeamSpeak User =-
 
Join Date: Feb 2010
Location: Germany
Posts: 10
Dennisen is on a distinguished road
Well, no.
I wanted to know, if i can use these Parameters in the server.ini, too.
  #10  
Old 02-02-2010, 16:28
optimadam optimadam is offline
-= TeamSpeak User =-
 
Join Date: Feb 2006
Location: Hull
Posts: 8
optimadam is on a distinguished road
Whats the best way to update the windows server?

Just to replace all the files?

Is there away of making it automatic?
  #11  
Old 02-02-2010, 16:36
HarryRag HarryRag is offline
-= TeamSpeak User =-
 
Join Date: Dec 2009
Location: Netherlands
Posts: 7
HarryRag is on a distinguished road
Quote:
Originally Posted by stegmuellerm View Post
Attention:
From now, all Linux version must start with an startscript, this is included in the main folder of the teamspeak3 server installations[/COLOR]
With the provides startscript or the versions we made ourself.
Starting our server with a script from the /etc/init.d/teamspeak3 as a service, can we just keep using that or is the provided start script a must?
  #12  
Old 02-02-2010, 16:48
Neo772 Neo772 is offline
-= TeamSpeak User =-
 
Join Date: Dec 2009
Location: Germany
Posts: 10
Neo772 is on a distinguished road
Sry Problems with starting the server...

my directory is /home/ts/ts3/ts3/ts3server_linux_x86/

But I cannot start the server with any starting script...

If I try this:
/home/ts/ts3/ts3/ts3server_linux_x86/ts3server_startscript.sh it says there is no ...amd64 directory

I have an 32 Bit Server

need help...
  #13  
Old 02-02-2010, 16:49
TotoIsBack TotoIsBack is online now
-= TeamSpeak Lover =-
 
Join Date: Dec 2009
Location: Switzerland
Posts: 71
TotoIsBack is on a distinguished road
Are you sure you are using the 32bit version of the server ?
  #14  
Old 02-02-2010, 17:03
Neo772 Neo772 is offline
-= TeamSpeak User =-
 
Join Date: Dec 2009
Location: Germany
Posts: 10
Neo772 is on a distinguished road
yes I always used the 32bit Version... Should I try to install the 64bit Version?

In the Crash Logfile it says:
Logging started
2010-02-02 16:02:23.287339|INFO |ServerLibPriv | | Server Version: 3.0.0-beta17 [Build: 10115]
2010-02-02 16:02:23.287755|INFO |DatabaseQuery | | Please make sure you use the supplied ts3server_runscript.sh to run the server, or set LD_LIBRARY_PATH yourself
2010-02-02 16:02:23.287845|CRITICAL|DatabaseQuery | | unable to load database plugin library "libts3db_sqlite3.so", halting!
  #15  
Old 02-02-2010, 17:12
TotoIsBack TotoIsBack is online now
-= TeamSpeak Lover =-
 
Join Date: Dec 2009
Location: Switzerland
Posts: 71
TotoIsBack is on a distinguished road
Looks like your libts3db_sqlite3.so is not found.

Do you use the startscript that is provided with this lastest version ?
Closed Thread


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
Perma Ban madscotslad Client Support 9 10-07-2010 02:34
Can't get SQL to work. tom_il Linux / FreeBSD 24 09-01-2010 18:57
TS-Server auf MySql umstellen (Hilfe) Rocketwulf [TeamSpeak 2] Server Support 5 24-01-2007 08:18
The novel lol Plebby [TeamSpeak 2] Client Support 0 02-01-2006 12:24
Friends can't connect shadow127 [TeamSpeak 2] Server Support 86 01-01-2006 20:45


All times are GMT +1. The time now is 17:58.


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