Community Forums Today's Posts     Member List     Archive    
Results 1 to 6 of 6
  1. #1
    Join Date
    Nov 2010
    Location
    moscow
    Posts
    3

    Solved Nonprofit license + mysql

    Hi.

    i've installed ts3 server

    first run the server:

    2011-09-11 20:57:13.174189|INFO |ServerLibPriv | | Server Version: 3.0.0 [Build: 14957], Linux
    2011-09-11 20:57:13.174189|INFO |DatabaseQuery | | dbPlugin name: SQLite3 plugin, Version 2, (c)TeamSpeak Systems GmbH
    2011-09-11 20:57:13.174189|INFO |DatabaseQuery | | dbPlugin version: 3.7.3
    2011-09-11 20:57:13.174189|INFO |DatabaseQuery | | checking database integrity (may take a while)
    2011-09-11 20:57:13.262192|INFO |SQL | | pruning old database log entries where timestamp is older than 90 days
    2011-09-11 20:57:13.978211|INFO |Accounting | | Licensing Information
    2011-09-11 20:57:13.978211|INFO |Accounting | | type : Non-profit
    2011-09-11 20:57:13.978211|INFO |Accounting | | starting date : Sun Sep 11 00:00:00 2011
    2011-09-11 20:57:13.978211|INFO |Accounting | | ending date : Tue Sep 11 00:00:00 2012
    2011-09-11 20:57:13.978211|INFO |Accounting | | max virtualservers: 10
    2011-09-11 20:57:13.978211|INFO |Accounting | | max slots : 512

    change parameters to mysql:

    2011-09-11 20:57:39.358906|INFO |ServerLibPriv | | Server Version: 3.0.0 [Build: 14957], Linux
    2011-09-11 20:57:39.362906|INFO |DatabaseQuery | | dbPlugin name: MySQL plugin, (c)TeamSpeak Systems GmbH
    2011-09-11 20:57:39.362906|INFO |DatabaseQuery | | dbPlugin version: 1
    2011-09-11 20:57:39.366906|INFO |SQL | | pruning old database log entries where timestamp is older than 90 days
    2011-09-11 20:57:39.490909|WARNING |Accounting | | Unable to find valid license key, falling back to limited functionality
    2011-09-11 20:57:39.506910|INFO |FileManager | | listening on 127.0.0.1:30033
    2011-09-11 20:57:39.694915|INFO |VirtualServer | 1| listening on 127.0.0.1:9987

    so i can't understand, why mysql plugin doesn't find license file?

  2. #2
    Join Date
    May 2010
    Posts
    6,372
    Hello

    What is the command line that you use to start your Teamspeak server ?
    If you created a ts3server.ini file, please post it.

    Sometime, you have just to wait nearly 2/3 hours between a start without a license and with.

  3. #3
    Join Date
    Nov 2010
    Location
    moscow
    Posts
    3
    with mysql: ts3server_linux_x86 inifile=ts3server.ini

    ts3server.ini:
    Code:
    machine_id=
    default_voice_port=9987
    voice_ip=0.0.0.0
    licensepath=licensekey.dat
    filetransfer_port=30033
    filetransfer_ip=0.0.0.0
    query_port=10011
    query_ip=0.0.0.0
    dbplugin=ts3db_mysql
    dbpluginparameter=ts3db_mysql.ini
    dbsqlpath=sql/
    dbsqlcreatepath=create_mysql/
    logpath=logs
    logquerycommands=0
    ts3db_mysql.ini:
    Code:
    [config]
    host=localhost
    post=3306
    username=***
    password=***
    database=***

  4. #4
    Join Date
    May 2010
    Posts
    6,372
    Ok it's normal.

    1- As it's write in the documentation NEVER use the ts3server_linux_x86 binary to start your server.
    Quote Originally Posted by TeamSpeak 3 Server Quick Start.txt
    Example (On Screen):
    $ tar xzf teamspeak3-server-linux_x86.tar.gz
    $ cd teamspeak3-server-linux_x86
    $ ./ts3server_minimal_runscript.sh

    Example (Background):
    $ tar xzf teamspeak3-server-linux_x86.tar.gz
    $ cd teamspeak3-server-linux_x86
    $ ./ts3server_startscript.sh
    In your case : ./ts3server_startscript.sh start inifile=ts3server.ini

    2- In your ts3server.ini file, just let the licensepath like this:
    Code:
    machine_id=
    default_voice_port=9987
    voice_ip=0.0.0.0
    licensepath=
    filetransfer_port=30033
    filetransfer_ip=0.0.0.0
    query_port=10011
    query_ip=0.0.0.0
    dbplugin=ts3db_mysql
    dbpluginparameter=ts3db_mysql.ini
    dbsqlpath=sql/
    dbsqlcreatepath=create_mysql/
    logpath=logs
    logquerycommands=0

  5. #5
    Join Date
    Nov 2010
    Location
    moscow
    Posts
    3
    actually, i use "ts3server_startscript.sh start", but in this file i've added string:
    COMMANDLINE_PARAMETERS="inifile=ts3server.ini"

    it's wrong?

    Thanks!
    Code:
    licensepath=
    It works! but i don't understand why

  6. #6
    Join Date
    May 2010
    Posts
    6,372
    ABout the start command you also can use like that, yes.

    About the licensepath, this the path where is the license key, not the license file itself

    So if you want use it you have to specify: licensepath=./
    (where "./" means the folder where you are)

    But by default the server search the license in his folder. So, in your case, this parameter is useless.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 5
    Last Post: 24-06-2011, 04:23
  2. nonprofit originations license
    By Kido M in forum General Questions
    Replies: 3
    Last Post: 19-03-2010, 06:51
  3. TS2 DB mysql -> server.dbs oder mysql support unter 64 bit linux
    By DarkSun in forum [TeamSpeak 2] Server Support
    Replies: 1
    Last Post: 18-07-2007, 09:35
  4. License for TS
    By Mr. Unknown in forum [TeamSpeak 2] Server Support
    Replies: 2
    Last Post: 24-05-2004, 10:37

Posting Permissions

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