Community Forums Today's Posts     Member List     Archive    
Page 1 of 2 12 LastLast
Results 1 to 15 of 28
  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,361
    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
    49
    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

  7. #7
    Join Date
    Jan 2010
    Location
    Germany
    Posts
    83
    Try to update beta29 first with beta30 and then with beta31-pre.

  8. #8
    Join Date
    Dec 2009
    Location
    Berlin
    Posts
    6
    I put the Version "beta30" on my Server back!

    Works fine !

    I get all my SA rights back ...

  9. #9
    Join Date
    Oct 2008
    Location
    Germany
    Posts
    23
    If i put in the GFX Banner URL it dosent work.
    It wont show up the Banner.

  10. #10
    Join Date
    Dec 2009
    Location
    Switzerland
    Posts
    246
    Can you check your client log and show the error related to the banner if you have one please ?
    (is this related to this thread : http://forum.teamspeak.com/showthrea...ymore-rc1-pre3 ? should be corrected but who know :P )

  11. #11
    Join Date
    Mar 2003
    Location
    London UK
    Posts
    66
    ! mysql users, please alter your table channel_properties and
    extend the "value varchar(255)" field to varchar(8192)
    Are you aware this change means you can only support the server on mysql 5.0.3 and above?

    Shouldn't be an issue as everyone should be running 5.0, 5.1 or even 5.5 which is GA now, but is should be noted in the requirements.

  12. #12
    Join Date
    Oct 2008
    Location
    Germany
    Posts
    23
    This is the only Thing about the Banner:
    23.01.2011 09:40:23 Info No banner, refusing to display

    and maybe:
    23.01.2011 09:50:00 Info LoadLibrary error: 193
    Last edited by Jhonny; 23-01-2011 at 09:02.

  13. #13
    Join Date
    Apr 2008
    Location
    Next to Hannover
    Posts
    216
    After Update I have 2times "serveradmin (1)" in Query list.

  14. #14
    Join Date
    Dec 2010
    Location
    United Kingdom
    Posts
    187
    sometimes my ts3 with pre 31 BETA server restarting self without my reaction why ?
    ts3 is on VDS with specification 2.5GHZ x 2 GB RAM 30 GB HDD but with 30 version server its ok.

    my log from today 16:36 was happend crash for a while when query client connected unknown from.

    2011-01-25 16:34:58.113204|INFO |VirtualServer | 1| query client connected 'Unknown from 216.155.146.170:43067'(id:3036)
    2011-01-25 16:34:58.862448|INFO |VirtualServer | 1| query client disconnected 'Unknown from 216.155.146.170:43067'(id:3036) reason 'reasonmsg=connection lost'
    2011-01-25 16:35:14.333781|INFO |VirtualServer | 1| client disconnected 'Beakel'(id:3684) reason 'reasonmsg=leaving'
    2011-01-25 16:35:47.868392|INFO |VirtualServer | 1| client connected 'Tickula'(id:3111) from 93.105.129.37:1672
    2011-01-25 16:35:53.757624|INFO |VirtualServer | 1| client disconnected 'Tickula'(id:3111) reason 'reasonmsg=leaving'
    2011-01-25 16:36:24.602492|INFO |VirtualServer | 1| client connected 'Deltamajki'(id:3127) from 83.6.245.115:2678
    2011-01-25 16:37:00.852939|INFO |VirtualServer | 1| client disconnected 'dyehased'(id:1239) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:00.857826|INFO |VirtualServer | 1| client disconnected 'Justyna'(id:7) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:00.861962|INFO |VirtualServer | 1| client disconnected 'Shadowmman'(id:2206) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:00.865792|INFO |VirtualServer | 1| client disconnected 's3zar'(id:3959) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:00.869569|INFO |VirtualServer | 1| client disconnected 'Arktos'(id:4143) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:00.875736|INFO |VirtualServer | 1| client disconnected 'shinobi'(id:1078) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:00.879645|INFO |VirtualServer | 1| client disconnected 'Zax'(id:791) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:00.883712|INFO |VirtualServer | 1| client disconnected 'Shock'(id:4104) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:00.887367|INFO |VirtualServer | 1| client disconnected 'LECHU'(id:3555) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:00.891013|INFO |VirtualServer | 1| client disconnected 'EcoTec'(id:4072) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:00.894554|INFO |VirtualServer | 1| client disconnected 'Tazzik'(id:4272) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:00.897934|INFO |VirtualServer | 1| client disconnected 'Zuberekk'(id:3400) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:00.901344|INFO |VirtualServer | 1| client disconnected 'Asteria'(id:1077) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:00.906746|INFO |VirtualServer | 1| client disconnected 'SZCZURELO'(id:3497) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:00.910284|INFO |VirtualServer | 1| client disconnected 'JUDDOO'(id:3955) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:00.913886|INFO |VirtualServer | 1| client disconnected 'mackac'(id:4006) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:00.917138|INFO |VirtualServer | 1| client disconnected 'Edo'(id:2405) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:00.920435|INFO |VirtualServer | 1| client disconnected 'Altair8901(Damian)/Amor3k'(id:1173) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:00.923891|INFO |VirtualServer | 1| client disconnected 'Duszeczek'(id:3001) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:00.927180|INFO |VirtualServer | 1| client disconnected 'Femen'(id:3543) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:00.930228|INFO |VirtualServer | 1| client disconnected 'Szczodry'(id:4053) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:00.934872|INFO |VirtualServer | 1| client disconnected 'Cruella'(id:442) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:00.938322|INFO |VirtualServer | 1| client disconnected 'BadNews'(id:4133) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:00.941415|INFO |VirtualServer | 1| client disconnected 'kreduchaa ;p'(id:2297) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:00.945086|INFO |VirtualServer | 1| client disconnected 'Koval'(id:2992) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:00.947974|INFO |VirtualServer | 1| client disconnected 'Stochlik-Jacek'(id:4171) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:00.950995|INFO |VirtualServer | 1| client disconnected 'Twardy'(id:2975) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:00.953631|INFO |VirtualServer | 1| client disconnected 'xazax'(id:3354) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:00.956541|INFO |VirtualServer | 1| client disconnected 'Kokkix'(id:3249) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:00.959277|INFO |VirtualServer | 1| client disconnected 'renta'(id:3580) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:00.960864|INFO |VirtualServer | 1| client disconnected 'Yokeshi'(id:821) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:00.963386|INFO |VirtualServer | 1| client disconnected 'Nefarius'(id:2742) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:00.967381|INFO |VirtualServer | 1| client disconnected 'Marek'(id:3351) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:00.969902|INFO |VirtualServer | 1| client disconnected 'Radek86-AFK'(id:1513) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:00.972403|INFO |VirtualServer | 1| client disconnected 'Jolunia'(id:1885) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:00.975690|INFO |VirtualServer | 1| client disconnected 'Koji'(id:3346) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:00.978281|INFO |VirtualServer | 1| client disconnected 'Pawel'(id:2392) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:00.980534|INFO |VirtualServer | 1| client disconnected 'Guld'(id:3608) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:00.983250|INFO |VirtualServer | 1| client disconnected 'Magda<Raxima>'(id:1627) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:00.985538|INFO |VirtualServer | 1| client disconnected 'jarmar'(id:2404) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:00.987932|INFO |VirtualServer | 1| client disconnected 'MaasterOfDeth'(id:3973) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:00.990056|INFO |VirtualServer | 1| client disconnected 'PuNiShEr/Pejro;] Piony'(id:4243) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:00.992093|INFO |VirtualServer | 1| client disconnected 'Deltamajki'(id:3127) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:00.995466|INFO |VirtualServer | 1| client disconnected 'Qean'(id:29) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:00.997824|INFO |VirtualServer | 1| client disconnected 'Roni'(id:3655) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:01.000092|INFO |VirtualServer | 1| client disconnected 'Tenshou'(id:1906) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:01.001959|INFO |VirtualServer | 1| client disconnected 'lord'(id:1771) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:01.003836|INFO |VirtualServer | 1| client disconnected 'Tris...'(id:1976) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:01.007782|INFO |VirtualServer | 1| client disconnected 'Ovsik'(id:1583) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:01.009374|INFO |VirtualServer | 1| client disconnected 'Sekrejtiw aka TiDżej (Tomek)'(id:3649) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:01.011249|INFO |VirtualServer | 1| client disconnected 'Koperov (Marcin)'(id:3620) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:01.012576|INFO |VirtualServer | 1| client disconnected 'Elone'(id:4220) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:01.013946|INFO |VirtualServer | 1| client disconnected 'Skywarior - kamil'(id:3838) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:01.015524|INFO |VirtualServer | 1| client disconnected 'alam'(id:3818) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:01.017215|INFO |VirtualServer | 1| client disconnected 'Mordi'(id:898) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:01.018522|INFO |VirtualServer | 1| client disconnected 'FuMe'(id:3966) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:01.020188|INFO |VirtualServer | 1| client disconnected 'Nighthope(Artur)'(id:1729) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:01.021509|INFO |VirtualServer | 1| client disconnected 'MatysJR'(id:2838) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:01.022803|INFO |VirtualServer | 1| client disconnected 'Gangrena'(id:1701) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:01.025387|INFO |VirtualServer | 1| client disconnected 'ziele'(id:2321) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:01.026580|INFO |VirtualServer | 1| client disconnected 'Scooby - Doo'(id:2254) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:01.027997|INFO |VirtualServer | 1| client disconnected 'Selestian (Damian)'(id:1568) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:01.029063|INFO |VirtualServer | 1| client disconnected 'Waldos'(id:3347) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:01.030378|INFO |VirtualServer | 1| client disconnected 'Redfox'(id:1668) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:01.031587|INFO |VirtualServer | 1| client disconnected 'Golo'(id:994) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:01.033203|INFO |VirtualServer | 1| client disconnected 'kogi'(id:3622) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:01.034488|INFO |VirtualServer | 1| client disconnected 'dest'(id:4173) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:01.036125|INFO |VirtualServer | 1| client disconnected 'Zojda'(id:2741) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:01.037458|INFO |VirtualServer | 1| client disconnected 'Cirzu'(id:3933) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:01.038750|INFO |VirtualServer | 1| client disconnected 'Sznurek'(id:3926) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:01.041022|INFO |VirtualServer | 1| client disconnected 'Specmag'(id:3103) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:01.042364|INFO |VirtualServer | 1| client disconnected 'cybuch'(id:3640) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:01.043582|INFO |VirtualServer | 1| client disconnected 'johnan'(id:3350) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:01.044703|INFO |VirtualServer | 1| client disconnected 'Ma3y / Dragonair'(id:2807) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:01.046059|INFO |VirtualServer | 1| client disconnected 'Jaggr'(id:1719) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:01.046925|INFO |VirtualServer | 1| client disconnected 'Tweety/Paulie'(id:248) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:01.047817|INFO |VirtualServer | 1| client disconnected '♥Timaila/Skarpia♥'(id:975) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:01.048879|INFO |VirtualServer | 1| client disconnected 'Fox'(id:3587) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:01.050200|INFO |VirtualServer | 1| client disconnected 'Kusacz'(id:86) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:01.051006|INFO |VirtualServer | 1| client disconnected 'Tomasz / MrDamage'(id:1484) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:01.052211|INFO |VirtualServer | 1| client disconnected 'MiglanC-Dawid'(id:3151) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:01.053470|INFO |VirtualServer | 1| client disconnected 'Mietek'(id:1975) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:01.054601|INFO |VirtualServer | 1| client disconnected 'Lov'(id:55) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:01.056698|INFO |VirtualServer | 1| client disconnected 'Hanibal'(id:2860) reason 'reasonmsg=connection lost'
    2011-01-25 16:37:01.057971|INFO |VirtualServer | 1| client disconnected 'Safhira(Tomek)'(id:1587) reason 'reasonmsg=connection lost'

    Additional Info:

    2011-01-24 20:15:11.563827|INFO |ServerLibPriv | | Server Version: 3.0.0-beta31-pre [Build: 13154], Linux
    2011-01-24 20:15:11.581877|INFO |DatabaseQuery | | dbPlugin name: SQLite3 plugin, Version 2, (c)TeamSpeak Systems GmbH
    2011-01-24 20:15:11.592840|INFO |DatabaseQuery | | dbPlugin version: 3.7.3
    2011-01-24 20:15:11.604972|INFO |DatabaseQuery | | checking database integrity (may take a while)
    2011-01-24 20:15:21.729392|INFO |SQL | | pruning old database log entries where timestamp is older than 90 days
    2011-01-24 20:15:21.736809|ERROR |DatabaseQuery | | db_exec() select * from clients where not exists (select id1 from group_server_t error: database disk image is malformed
    2011-01-24 20:15:22.142312|INFO |Accounting | | Licensing Information
    2011-01-24 20:15:22.142427|INFO |Accounting | | type : Non-profit
    2011-01-24 20:15:22.142578|INFO |Accounting | | starting date : Sat Jun 12 00:00:00 2010
    2011-01-24 20:15:22.142620|INFO |Accounting | | ending date : Sun Jun 12 00:00:00 2011
    2011-01-24 20:15:22.142657|INFO |Accounting | | max virtualservers: 10
    2011-01-24 20:15:22.142690|INFO |Accounting | | max slots : 512
    2011-01-24 20:15:22.208419|INFO |FileManager | | listening on 0.0.0.0:30033
    2011-01-24 20:15:22.747797|INFO |VirtualServer | 1| listening on 0.0.0.0:9987
    2011-01-24 20:15:22.784691|ERROR |VirtualSvrMgr | | loading VirtualServer(6) failed to start, error: max slot limit reached
    2011-01-24 20:15:22.784862|INFO |VirtualServer | 6| stopped
    2011-01-24 20:15:22.820917|ERROR |VirtualSvrMgr | | loading VirtualServer(7) failed to start, error: max slot limit reached
    2011-01-24 20:15:22.821013|INFO |VirtualServer | 7| stopped
    2011-01-24 20:15:22.833061|INFO |CIDRManager | | updated query_ip_whitelist ips: 127.0.0.1,
    2011-01-24 20:15:22.852479|INFO |Query | | listening on 0.0.0.0:10011

  15. #15
    Join Date
    Apr 2008
    Location
    Next to Hannover
    Posts
    216
    in last, you have to much slots.

    "failed to start, error: max slot limit reached"

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
  •