Community Forums Today's Posts     Member List     Archive    
Results 1 to 6 of 6
  1. #1
    Join Date
    Jan 2011
    Posts
    6

    Unhappy License.dat issue.

    teamspeak@mmocafe:/opt/ts3/teamspeak3-server_linux-amd64$ ./ts3server_minimal_runscript.sh
    TeamSpeak Server 3.0.0-beta30 [Build: 12998]
    (c)TeamSpeak Systems GmbH

    Logging started
    2011-01-22 00:07:58.716801|INFO |ServerLibPriv | | Server Version: 3.0.0-beta30 [Build: 12998], Linux
    2011-01-22 00:07:58.717366|INFO |DatabaseQuery | | dbPlugin name: SQLite3 plugin, Version 2, (c)TeamSpeak Systems GmbH
    2011-01-22 00:07:58.717428|INFO |DatabaseQuery | | dbPlugin version: 3.7.3
    2011-01-22 00:07:58.717934|INFO |DatabaseQuery | | checking database integrity (may take a while)
    2011-01-22 00:07:58.733665|INFO |SQL | | pruning old database log entries where timestamp is older than 90 days
    2011-01-22 00:07:58.747303|WARNING |Accounting | | Unable to find valid license key, falling back to limited functionality
    2011-01-22 00:07:58.766150|ERROR |FileManager | | bind() failed: 98
    2011-01-22 00:07:58.766201|ERROR |FileManager | | bind failed on 0.0.0.0:30033
    2011-01-22 00:07:58.813574|ERROR |VirtualServer | 1| bind failed on 0.0.0.0:9987
    2011-01-22 00:07:58.814069|ERROR |VirtualSvrMgr | | loading VirtualServer(1) failed to start, error: unable to bind network port
    2011-01-22 00:07:58.834773|INFO |VirtualServer | 1| stopped
    2011-01-22 00:07:58.835939|INFO |CIDRManager | | updated query_ip_whitelist ips: 127.0.0.1,
    2011-01-22 00:07:58.836939|ERROR |Query | | bind failed on 0.0.0.0:10011
    teamspeak@mmocafe:/opt/ts3/teamspeak3-server_linux-amd64$

    teamspeak@mmocafe:/opt/ts3/teamspeak3-server_linux-amd64$ ll licensekey.dat
    -rw-r--r-- 1 teamspeak teamspeak 1232 Jan 22 00:06 licensekey.dat

    It's right there, can't find a issue similiar besides /dev/shm and I done that already.
    Some pointer much appreciate. Thanks.

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

    Did you stopped your server before add the license file ?

  3. #3
    Join Date
    Jan 2011
    Posts
    6
    I found the issue mailutils was not pharsing the attachement properly.

    Is there a way to retrieve the token key and admin passes?
    Also where can I find a list of args which I can use for the ini file, would prefer to use the main mysql and link the user to the forum.

  4. #4
    Join Date
    May 2010
    Posts
    6,372
    Quote Originally Posted by tevoda View Post
    I found the issue mailutils was not pharsing the attachement properly.
    lol That's was my next question

    Quote Originally Posted by tevoda
    Is there a way to retrieve the token key and admin passes?
    For a new privilege key, you can generate a new with the query command.

    For the serveradmin password, you must regenerate a database to recreate a new account.

    or

    Use the start parameter "serveradmin_password=<new password>"

    or

    Read this thread : http://forum.teamspeak.com/showthrea...ht=serveradmin


    Quote Originally Posted by tevado
    Also where can I find a list of args which I can use for the ini file, would prefer to use the main mysql and link the user to the forum.
    You have all info in the documentation in the "doc" folder (in the server folder).

  5. #5
    Join Date
    Jan 2011
    Posts
    6
    I don't see the options for mysql in the docs/

  6. #6
    Join Date
    May 2010
    Posts
    6,372
    Quote Originally Posted by tevoda View Post
    I don't see the options for mysql in the docs/
    Read this part :
    ------------------------------------
    (7) Using Alternate Database Plugins
    ------------------------------------

    (i) MySQL plugin
    In the Teamspeak 3 Server Quick Start file.


    An example :
    Create a new file in the server folder named : ts3db_mysql.ini

    Write this :
    Code:
    [config]
    host=localhost
    port=3306
    username=test
    password=test
    database=test
    And start your server (for example) like that :
    Code:
    ./ts3server_minimal_runscript.sh dbplugin=ts3db_mysql dbsqlpath=sql/ dbsqlcreatepath=create_mysql/

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [Resolved] License Key Issue
    By tmm4264 in forum Mac OS X
    Replies: 17
    Last Post: 28-02-2012, 21:13
  2. can't use license
    By DarkGaMerX in forum General Questions
    Replies: 6
    Last Post: 04-05-2010, 15:05

Posting Permissions

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