Community Forums Today's Posts     Member List     Archive    
Results 1 to 15 of 28

Hybrid View

  1. #1
    Join Date
    Jun 2002
    Location
    Krün / Germany
    Posts
    1,965

    Exclamation TeamSpeak 3 Server 3.0.0-beta31-pre available

    Note: This is a pre-release, meaning it has not passed the usual quality testing of a normal server 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 pre-release of a new server build with version 3.0.0-beta31.

    Complete list of changes:
    Code:
    === Server Release 3.0.0-beta31-pre ?? ??? 2011
    ! mysql users, please alter your table channel_properties and 
      extend the "value varchar(255)" field to varchar(8192)
    ! channel permissions got their own needed/power permissions instead 
      of using the group labeled ones
    ! i_group_auto_update_type values changed
    ! renamed i_client_modify_power > i_client_permission_modify_power
      i_client_needed_modify_power > i_client_needed_permission_modify_power 
      i_client_max_clones > i_client_max_clones_uid
    + added permissions i_channel_delete_power, i_channel_needed_delete_power
       i_channel_permission_modify_power, i_channel_needed_permission_modify_power
    + added permission i_group_auto_update_max_value
    + added permissions i_client_needed_whisper_power and i_client_whisper_power
      that determine who can whisper to whom
    + Added total bytes transfered by filetransfer to serverinfo, hostinfo and
      server connectioninfo
    - fixed bogus mysql create script for channel_properties
    - default groups cant be permanent anymore
    - removing double group assignements on server start
    - fixed problem where multi-line client descriptions where stored in database
    - fixed query gave out wrong error messages
    download at:
    http://ftp.4players.de/pub/hosted/ts...leases/server/

    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 to work you need a new client which is not available yet
    Last edited by ScP; 19-01-2011 at 21:38. Reason: typo-a-lot

  2. #2
    Join Date
    May 2007
    Location
    Eastern NC
    Posts
    1,378
    First thing I found is that the Auto-Updating Permissions section of the permissiondoc.txt file still needs to be updated to the new values.

    Same with the "enum PermissionAutoUpdateTypes" in the Definitions section of ts3_serverquery_manual.pdf

  3. #3
    Join Date
    Dec 2009
    Location
    St.Petersburg, Russia
    Posts
    136
    Should I change i_group_auto_update_type values everywhere manually or they will be changed automatically on upgrade?

  4. #4
    Join Date
    Feb 2006
    Location
    Texas, USA
    Posts
    4,187
    They should be updated with the update.

  5. #5
    Join Date
    Dec 2009
    Location
    Berlin
    Posts
    6
    Hey Guys,

    i have a critical problem.

    Ive installed/put the new Version "beta31 PRE" on my Server ... with no problems.

    But i saw in my logs the SuperAdmin have no rights anymore ... before i got the beta30 on my Server and the SA have all rights ... so ...
    thats a bug ? or my SQL/MSQL Table is damaged ?

    what can i do to get my SA rights back ?

    Thanks a lot for helping !
    Last edited by vexxx; 16-12-2010 at 21:05.

  6. #6
    Join Date
    Nov 2010
    Location
    Poland
    Posts
    55
    Beta 29 to 3.0.0-beta31-pre [Build: 13154] on Linux
    ./ts3server_startscript.sh start
    Log:
    Code:
    2010-12-16 04:38:13.414423|INFO    |ServerLibPriv |   | Server Version: 3.0.0-beta31-pre [Build: 13154], Linux
    2010-12-16 04:38:13.414601|INFO    |DatabaseQuery |   | dbPlugin name:    SQLite3 plugin, Version 2, (c)TeamSpeak Systems GmbH
    2010-12-16 04:38:13.414632|INFO    |DatabaseQuery |   | dbPlugin version: 3.7.3
    2010-12-16 04:38:13.414830|INFO    |DatabaseQuery |   | checking database integrity (may take a while)
    2010-12-16 04:38:13.891324|ERROR   |DatabaseQuery |   | db_exec failed duplicate column name: string_id
    2010-12-16 04:38:13.891374|ERROR   |DatabaseQuery |   | db_exec() ALTER TABLE instance_properties ADD COLUMN string_id varchar(255);CREA error: duplicate column name: string_id
    2010-12-16 04:38:13.891397|ERROR   |SQL           |   | database update to revision: 16 failed!
    So if column is duplicate update is not require. Im edit update_16.sql and remove :
    Code:
    ALTER TABLE instance_properties ADD COLUMN string_id varchar(255);
    CREATE INDEX index_instance_properties_string_id ON instance_properties (string_id);
    After this server was started with some sql warnings :
    Code:
    2010-12-16 04:43:22.698930|INFO    |ServerLibPriv |   | Server Version: 3.0.0-beta31-pre [Build: 13154], Linux
    2010-12-16 04:43:22.699094|INFO    |DatabaseQuery |   | dbPlugin name:    SQLite3 plugin, Version 2, (c)TeamSpeak Systems GmbH
    2010-12-16 04:43:22.699124|INFO    |DatabaseQuery |   | dbPlugin version: 3.7.3
    2010-12-16 04:43:22.699314|INFO    |DatabaseQuery |   | checking database integrity (may take a while)
    2010-12-16 04:43:23.177192|INFO    |SQL           |   | database updated successfully to revision: 16
    2010-12-16 04:43:23.177453|INFO    |SQL           |   | pruning old database log entries where timestamp is older than 90 days
    2010-12-16 04:43:23.183404|INFO    |SQL           |   | pruning old guest clients where last connected time is older than 30 days (this will take a LONG time, dont shutdown the server), clients to remove: 431
    2010-12-16 04:43:23.520849|INFO    |SQL           |   | updated permissions to version 9
    2010-12-16 04:43:23.528263|INFO    |SQL           |   | updated permissions to version 10
    2010-12-16 04:43:23.575031|INFO    |SQL           |   | updated permissions to version 11
    2010-12-16 04:43:23.592253|INFO    |SQL           |   | updated permissions to version 12
    2010-12-16 04:43:23.787196|INFO    |Accounting    |   | Licensing Information
    2010-12-16 04:43:23.787246|INFO    |Accounting    |   | type              : Non-profit
    2010-12-16 04:43:23.787689|INFO    |Accounting    |   | max virtualservers: 10
    2010-12-16 04:43:23.787713|INFO    |Accounting    |   | max slots         : 512
    2010-12-16 04:43:23.806466|WARNING |PermGroupMgr  |   | permsid: i_needed_modify_power_group_sort_id(65418), double assigned to sgid: 2, removing!
    2010-12-16 04:43:23.806802|WARNING |PermGroupMgr  |   | permsid: i_needed_modify_power_group_sort_id(65418), double assigned to sgid: 3, removing!
    2010-12-16 04:43:23.807052|WARNING |PermGroupMgr  |   | permsid: i_needed_modify_power_group_show_name_in_tree(65419), double assigned to sgid: 2, removing!
    2010-12-16 04:43:23.807295|WARNING |PermGroupMgr  |   | permsid: i_needed_modify_power_group_show_name_in_tree(65419), double assigned to sgid: 3, removing!
    2010-12-16 04:43:23.807554|WARNING |PermGroupMgr  |   | permsid: b_client_permissionoverview_own(20913), double assigned to sgid: 2, removing!
    2010-12-16 04:43:23.807806|WARNING |PermGroupMgr  |   | permsid: i_needed_modify_power_client_permissionoverview_own(65457), double assigned to sgid: 2, removing!
    2010-12-16 04:43:23.808053|WARNING |PermGroupMgr  |   | permsid: b_client_permissionoverview_own(20913), double assigned to sgid: 3, removing!
    2010-12-16 04:43:23.808295|WARNING |PermGroupMgr  |   | permsid: i_needed_modify_power_client_permissionoverview_own(65457), double assigned to sgid: 3, removing!
    2010-12-16 04:43:23.829629|INFO    |FileManager   |   | listening on 0.0.0.0:30033
    2010-12-16 04:43:24.112145|ERROR   |ChanClients   |   | unable to delete channel directory: files/virtualserver_1/channel_10982
    At the moment the server is working properly but I will inform if any error occurs.

    Thank you for adding i_client_needed_whisper_power and i_client_whisper_power

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 7
    Last Post: 30-11-2010, 11:27
  2. Replies: 6
    Last Post: 19-10-2010, 08:58
  3. TeamSpeak 3 Client 3.0.0-beta31 Available
    By Peter in forum Archive
    Replies: 12
    Last Post: 28-09-2010, 10:51
  4. Replies: 3
    Last Post: 02-08-2010, 07:47

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •