Results 1 to 14 of 14
Thread: License.dat help
-
09-01-2011, 13:20 #1
-= TeamSpeak User =-
- Join Date
- Jan 2011
- Location
- GB
- Posts
- 14
[SOLVEDLicense.dat help
I have it in the correct place and everything yet it still wont work, can anyone help meCode: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
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.
-
09-01-2011, 14:03 #2
-= TeamSpeak Guru =-
- 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.
-
09-01-2011, 14:53 #3
-= TeamSpeak User =-
- Join Date
- Jan 2011
- Location
- GB
- Posts
- 14
-
09-01-2011, 15:01 #4
-= TeamSpeak Guru =-
- 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.
-
09-01-2011, 15:22 #5
-= TeamSpeak User =-
- 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
-
09-01-2011, 15:52 #6
-= TeamSpeak Guru =-
- 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
-
09-01-2011, 16:56 #7
-= TeamSpeak User =-
- 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
-
09-01-2011, 17:17 #8
-= TeamSpeak User =-
- 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!
-
09-01-2011, 17:26 #9
-= TeamSpeak Guru =-
- 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 ?
-
09-01-2011, 19:28 #10
-= TeamSpeak User =-
- Join Date
- Jan 2011
- Location
- GB
- Posts
- 14
i use this to start itCode: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#
Code:cd /etc/ cd /etc/teamspeak3-server_linux-amd64 ./ts3server_startscript.sh start
-
09-01-2011, 21:43 #11
-= TeamSpeak Guru =-
- Join Date
- May 2010
- Posts
- 6,372
Ok, this is note the same user between all files.
Little tuto :
- Create a new linux user
- In the home user folder, make a teamspeak server folder
- 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)
-
10-01-2011, 12:43 #12
-= TeamSpeak User =-
- Join Date
- Jan 2011
- Location
- GB
- Posts
- 14
Do i need to reinstall all the files?
-
10-01-2011, 12:53 #13
-= TeamSpeak Guru =-
- 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.
-
10-01-2011, 14:12 #14
-= TeamSpeak User =-
- 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
-
license.dat problem
By ATMka in forum Linux / FreeBSDReplies: 3Last Post: 06-12-2010, 14:25


Reply With Quote
