Results 1 to 6 of 6
Thread: Nonprofit license + mysql
-
11-09-2011, 22:08 #1
-= TeamSpeak User =-
- Join Date
- Nov 2010
- Location
- moscow
- Posts
- 3
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?
-
11-09-2011, 22:14 #2
-= TeamSpeak Guru =-
- 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.
-
12-09-2011, 09:18 #3
-= TeamSpeak User =-
- Join Date
- Nov 2010
- Location
- moscow
- Posts
- 3
with mysql: ts3server_linux_x86 inifile=ts3server.ini
ts3server.ini:
ts3db_mysql.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
Code:[config] host=localhost post=3306 username=*** password=*** database=***
-
12-09-2011, 11:12 #4
-= TeamSpeak Guru =-
- 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.
In your case : ./ts3server_startscript.sh start inifile=ts3server.ini
Originally Posted by TeamSpeak 3 Server Quick Start.txt
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
-
12-09-2011, 11:31 #5
-= TeamSpeak User =-
- 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!
It works! but i don't understand whyCode:licensepath=
-
12-09-2011, 13:06 #6
-= TeamSpeak Guru =-
- 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
-
How to create a nonprofit second virtual server noob questions?
By Azzie in forum Server SupportReplies: 5Last Post: 24-06-2011, 04:23 -
nonprofit originations license
By Kido M in forum General QuestionsReplies: 3Last Post: 19-03-2010, 06:51 -
TS2 DB mysql -> server.dbs oder mysql support unter 64 bit linux
By DarkSun in forum [TeamSpeak 2] Server SupportReplies: 1Last Post: 18-07-2007, 09:35 -
License for TS
By Mr. Unknown in forum [TeamSpeak 2] Server SupportReplies: 2Last Post: 24-05-2004, 10:37


Reply With Quote