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

    [SOLVEDLicense.dat help

    Code:
    login serveradmin myadminpass
    servercreate virtualserver_name=test ts virtualserver_port=9986 virtualserver_maxclients=5
    
    error id=0 msg=ok  (39 ms)
    error id=2816 msg=virtualserver\slimit\sreached  (19 ms)
    Total: 58 ms
    I have it in the correct place and everything yet it still wont work, can anyone help me

    here is the dir
    Code:
    root@x:/etc/teamspeak3-server_linux-amd64# ls
    CHANGELOG            licensekey.dat          ts3server.pid
    LICENSE              logs                    ts3server.sqlitedb
    doc                  query_ip_blacklist.txt  ts3server_linux_amd64
    files                query_ip_whitelist.txt  ts3server_minimal_runscript.sh
    libts3db_mysql.so    serverquerydocs         ts3server_startscript.sh
    libts3db_sqlite3.so  sql
    Last edited by Jack-141; 10-01-2011 at 14:12.

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

    Did you restarted your server, after you put the license file in the server folder ?
    Last edited by florian_fr40; 09-01-2011 at 14:21.

  3. #3
    Join Date
    Jan 2011
    Location
    GB
    Posts
    14
    Quote Originally Posted by florian_fr40 View Post
    Hello

    Did you restarted your server, after you put the license file in the server folder ?
    yes, Should it still work now if i restart it ?

  4. #4
    Join Date
    May 2010
    Posts
    6,372
    A question in response to a question....

    The server must be restarted to read the license file.
    After restart, and to be sure, you can open the last log file.

  5. #5
    Join Date
    Jan 2011
    Location
    GB
    Posts
    14
    error id=2816 msg=virtualserver\slimit\sreached (9 ms)
    i am still getting this, how come

    Also how do i open the log file through command line

  6. #6
    Join Date
    May 2010
    Posts
    6,372
    Check if the license file have the same lunix permission of the other fils and folders.

    You can find you server logs files, in the logs folder (in the server folder).

    When you start your server with the license, you must get in the log something like that (NPL example) :
    Code:
    2011-01-09 14:46:50.724056|INFO    |Accounting    |   | Licensing Information
    2011-01-09 14:46:50.724056|INFO    |Accounting    |   | type              : Non-profit
    2011-01-09 14:46:50.724056|INFO    |Accounting    |   | starting date     : Sat Jan 09 23:00:00 2010
    2011-01-09 14:46:50.724056|INFO    |Accounting    |   | ending date       : Sun Jan 09 23:00:00 2011
    2011-01-09 14:46:50.724056|INFO    |Accounting    |   | max virtualservers: 10
    2011-01-09 14:46:50.724056|INFO    |Accounting    |   | max slots         : 512
    2011-01-09 14:46:50.814185|INFO    |FileManager   |   | listening on 0.0.0.0:30033
    2011-01-09 14:46:51.074560|INFO    |VirtualServer |  1| listening on 0.0.0.0:9987
    2011-01-09 14:46:51.224776|INFO    |VirtualServer |  3| listening on 0.0.0.0:10
    2011-01-09 14:46:51.224776|INFO    |CIDRManager   |   | updated query_ip_whitelist ips: 127.0.0.1, 
    2011-01-09 14:46:51.234790|INFO    |Query         |   | listening on 0.0.0.0:10011

  7. #7
    Join Date
    Jan 2011
    Location
    GB
    Posts
    14
    i just looked around now i am getting this
    Code:
    | Unable to find valid license key, falling back to limited functionality

  8. #8
    Join Date
    Jan 2011
    Location
    GB
    Posts
    14
    I am also getting this if you get what it means
    unable to load database plugin library "libts3db_sqlite3.so", halting!

  9. #9
    Join Date
    May 2010
    Posts
    6,372
    And about the linux permission ?
    Could you post the "ls -al" result.

    About the error message please, post the entire log.
    What command do you used to start your server ?

  10. #10
    Join Date
    Jan 2011
    Location
    GB
    Posts
    14
    Code:
    root@x:/etc/teamspeak3-server_linux-amd64# ls -al
    total 6616
    drwxr-xr-x  7 1000 1000    4096 Jan  9 21:44 .
    drwxr-xr-x 81 root root    4096 Jan  9 15:53 ..
    -rw-r--r--  1 1000 1000   28985 Nov 23 08:01 CHANGELOG
    -rw-r--r--  1 1000 1000   24099 Nov 23 08:01 LICENSE
    drwxr-xr-x  2 1000 1000    4096 Nov 23 08:01 doc
    drwx------  3 root root    4096 Jan  9 02:06 files
    -rwxr-xr-x  1 1000 1000  221803 Nov 23 08:01 libts3db_mysql.so
    -rwxr-xr-x  1 1000 1000 1042266 Nov 23 08:01 libts3db_sqlite3.so
    -rwxr--r--  1 root root      97 Jan  9 20:01 licensekey.dat
    drwx------  2 root root    4096 Jan  9 20:21 logs
    -rw-r--r--  1 root root       1 Jan  9 02:06 query_ip_blacklist.txt
    -rw-r--r--  1 root root      10 Jan  9 02:06 query_ip_whitelist.txt
    drwxr-xr-x  2 1000 1000    4096 Nov 23 08:01 serverquerydocs
    drwxr-xr-x  4 1000 1000    4096 Nov 23 08:01 sql
    -rw-r--r--  1 root root       6 Jan  9 20:21 ts3server.pid
    -rw-r--r--  1 root root  315392 Jan  9 21:44 ts3server.sqlitedb
    -rwxr-xr-x  1 1000 1000 5052776 Nov 23 08:01 ts3server_linux_amd64
    -rwxr-xr-x  1 1000 1000     399 Nov 23 08:01 ts3server_minimal_runscript.sh
    -rwxr-xr-x  1 1000 1000    2817 Nov 23 08:01 ts3server_startscript.sh
    root@x:/etc/teamspeak3-server_linux-amd64#
    i use this to start it
    Code:
    cd /etc/
    cd /etc/teamspeak3-server_linux-amd64
    ./ts3server_startscript.sh start

  11. #11
    Join Date
    May 2010
    Posts
    6,372
    Ok, this is note the same user between all files.

    Little tuto :

    1. Create a new linux user
    2. In the home user folder, make a teamspeak server folder
    3. use this linux user to start your server


    When you put your license file in the server folder, don't forget, the owner of this file must be the same of the all other files (the linux user)

  12. #12
    Join Date
    Jan 2011
    Location
    GB
    Posts
    14
    Do i need to reinstall all the files?

  13. #13
    Join Date
    May 2010
    Posts
    6,372
    This is the simplest.

    But you can also moved all files and folder in the linux user folder and use the chown command to change the owner.

  14. #14
    Join Date
    Jan 2011
    Location
    GB
    Posts
    14
    Thank you, You have been a great help. The problem has now been solved. Once again thank you florian!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. license.dat problem
    By ATMka in forum Linux / FreeBSD
    Replies: 3
    Last Post: 06-12-2010, 14:25

Posting Permissions

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