Results 1 to 11 of 11
Thread: I cant get the server running.
-
28-12-2009, 11:30 #1
-= TeamSpeak User =-
- Join Date
- Dec 2009
- Location
- The Netherlands
- Posts
- 13
I cant get the server running.
Edit by mod
Please don't use this outdated script anymore! The script got an overhaul long time ago.
Please use the minimal or startscript instead
ts3@srv2:~/teamspeak3$ ls
CHANGELOG LICENSE doc libts3db_mysql.so libts3db_sqlite3.so logs serverquerydocs sql ts3server.ini ts3server_linux_x86
ts3@srv2:~/teamspeak3$ ./ts3server_linux_x86 inifile=/home/ts3/teamspeak3/ts3server.ini logpath=/home/ts3/teamspeak3/logs/ dbplugin=/home/ts3/teamspeak3/libts3db_mysql.so
Logging started
2009-12-28 11:25:55.108788|INFO |ServerLibPriv | | Server Version: 3.0.0-beta6 [Build: 9494]
2009-12-28 11:25:55.108974|CRITICAL|DatabaseQuery | | unable to load database plugin library, halting!
I am trying to startup the server but it always get stuck at this point.
I am using Debian.Last edited by florian_fr40; 09-11-2011 at 16:14.
-
28-12-2009, 11:46 #2
-= TeamSpeak User =-
- Join Date
- Oct 2006
- Location
- Germany
- Posts
- 29
Go to your TS3 Dir an check that:
./ts3server_linux_x86 inifile=ts3server.ini dbplugin=ts3db_mysql
-
28-12-2009, 11:47 #3
-= TeamSpeak User =-
- Join Date
- Dec 2009
- Location
- Amsterdam, Netherlands
- Posts
- 7
Did u check ownership and permissions? (If you don't know how, give output of "ls -l")
-
28-12-2009, 12:57 #4
-= TeamSpeak User =-
- Join Date
- Dec 2009
- Location
- The Netherlands
- Posts
- 13
ts3@srv2:~/teamspeak3$ ls -l
total 5940
-rw-r--r-- 1 shoutcast shoutcast 6153 Dec 23 17:04 CHANGELOG
-rw-r--r-- 1 shoutcast shoutcast 23747 Dec 23 17:04 LICENSE
drwxrwxrwx 2 root root 4096 Dec 28 12:38 create_sql
drwxr-xr-x 2 shoutcast shoutcast 4096 Dec 23 17:04 doc
-rwxr-xr-x 1 shoutcast shoutcast 194821 Dec 23 17:04 libts3db_mysql.so
-rwxr-xr-x 1 shoutcast shoutcast 712103 Dec 23 17:04 libts3db_sqlite3.so
drwxrwxrwx 2 root root 4096 Dec 28 12:38 logs
drwxr-xr-x 2 shoutcast shoutcast 4096 Dec 23 17:04 serverquerydocs
drwxr-xr-x 4 shoutcast shoutcast 4096 Dec 23 17:04 sql
-rwxrwxrwx 1 root root 293 Dec 28 12:38 ts3server.ini
-rwxr-xr-x 1 shoutcast shoutcast 5091836 Dec 23 17:04 ts3server_linux_x86
-
28-12-2009, 13:03 #5
-= TeamSpeak Addict =-
- Join Date
- Dec 2009
- Location
- Good old Germany
- Posts
- 222
Hi NDIS.NL,
go into previos folder from your ts3 folder and use command:
chown -R shoutcast:shoutcast NameOfYourTS3Folder
as root.
Then change back to your shoutcast user and try again.
Cheech
-
28-12-2009, 13:45 #6
-= TeamSpeak User =-
- Join Date
- Dec 2009
- Location
- The Netherlands
- Posts
- 13
Thanks, that worked.
But now i get this error:
2009-12-28 13:44:16.733393|WARNING |Accounting | | Unable to find valid license key, falling back to limited functionality
2009-12-28 13:44:17.248063|ERROR |Accounting | | failed to register accounting service
2009-12-28 13:44:17.248537|ERROR |ServerLibPriv | | Server() error while starting servermanager, error: instance check error
I dont understand this, what dit i wrong
-
28-12-2009, 14:15 #7
-= TeamSpeak Addict =-
- Join Date
- Dec 2009
- Location
- Good old Germany
- Posts
- 222
Hi,
remove this from your startscrip because there is already set in to your ini-file.
logpath=/home/ts3/teamspeak3/logs/ dbplugin=/home/ts3/teamspeak3/libts3db_mysql.so
And please give us your ts3server.ini to have a look into.
If you start your ts3 server from /home/ts3/ then it's only need to the the path for the ini-file: inifile=ts3server.ini
Cheech
-
28-12-2009, 18:29 #8
-= TeamSpeak User =-
- Join Date
- Dec 2009
- Location
- The Netherlands
- Posts
- 13
ts3server.ini
machine_id=
default_voice_port=9987
voice_ip=194.145.200.154
licensepath=
filetransfer_port=30033
filetransfer_ip=194.145.200.154
query_port=10011
query_ip=194.145.200.154
dbplugin=libts3db_sqlite3.so
dbpluginparameter=
dbsqlpath=sql/
dbsqlcreatepath=create_sqlite/
logpath=logs
logquerycommands=1
-
28-12-2009, 18:41 #9
-= TeamSpeak Addict =-
- Join Date
- Dec 2009
- Location
- Good old Germany
- Posts
- 222
Ok,
please post again your files with ls -l
thx
cheech
-
29-12-2009, 17:46 #10
-= TeamSpeak User =-
- Join Date
- Dec 2009
- Location
- The Netherlands
- Posts
- 13
Ok. I've done evrything all over. with the beta11 files.
ts3server.ini
ls -lmachine_id=
default_voice_port=9987
voice_ip=194.145.200.154
licensepath=
filetransfer_port=30033
filetransfer_ip=194.145.200.154
query_port=10011
query_ip=194.145.200.154
dbplugin=ts3db_sqlite3
dbpluginparameter=
dbsqlpath=sql/
dbsqlcreatepath=create_sqlite/
logpath=logs
logquerycommands=1
And now i get this error message:ts3@srv2:~/ts3$ ls -l
total 6220
-rw-r--r-- 1 ts3 ts3 8053 Dec 29 03:31 CHANGELOG
-rw-r--r-- 1 ts3 ts3 23747 Dec 29 03:31 LICENSE
drwxr-xr-x 2 ts3 ts3 4096 Dec 29 18:40 create_sqlite
drwxr-xr-x 2 ts3 ts3 4096 Dec 29 03:31 doc
-rwxr-xr-x 1 ts3 ts3 194893 Dec 29 03:31 libts3db_mysql.so
-rwxr-xr-x 1 ts3 ts3 821569 Dec 29 03:31 libts3db_sqlite3.so
-rw-r--r-- 1 ts3 ts3 876 Dec 29 18:36 licensekey.dat
drwx------ 2 ts3 ts3 4096 Dec 29 18:42 logs
-rw-r--r-- 1 ts3 ts3 112 Dec 29 18:41 serverkey.dat
drwxr-xr-x 2 ts3 ts3 4096 Dec 29 03:31 serverquerydocs
drwxr-xr-x 4 ts3 ts3 4096 Dec 29 03:31 sql
-rw-r--r-- 1 ts3 ts3 292 Dec 29 18:40 ts3server.ini
-rw-r--r-- 1 ts3 ts3 131072 Dec 29 18:42 ts3server.sqlitedb
-rwxr-xr-x 1 ts3 ts3 5127804 Dec 29 03:31 ts3server_linux_x86
What should be the solution for this problem?ts3@srv2:~/ts3$ ./ts3server_linux_x86 inifile=ts3server.ini
Logging started
2009-12-29 17:42:09.301230|INFO |ServerLibPriv | | Server Version: 3.0.0-beta11 [Build: 9559]
2009-12-29 17:42:09.301508|INFO |DatabaseQuery | | dbPlugin name: SQLite3 plugin, (c)TeamSpeak Systems GmbH
2009-12-29 17:42:09.301548|INFO |DatabaseQuery | | dbPlugin version: 3.6.21
2009-12-29 17:42:29.320108|DEVELOP | | | TS3ANetwork::ResolveHostName failed error: -2 (Name or service not known) 0
2009-12-29 17:42:29.351785|CRITICAL| | | TS3ANetwork::IPFamilyToAf SHOULD NOT REACH THIS
This runs under Debian Linux.
-
29-12-2009, 18:41 #11
-= TeamSpeak User =-
- Join Date
- Dec 2009
- Location
- The Netherlands
- Posts
- 13
Finaly.
It works!
Thanks for everybody's help!
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
TS3 server - initial install issues - please add comments here
By mrwoo in forum WindowsReplies: 1Last Post: 13-05-2010, 02:46 -
»»» FAQ - TS 2.x Server
By Michael in forum [TeamSpeak 2] Server SupportReplies: 158Last Post: 29-12-2009, 23:20 -
The novel lol
By Plebby in forum [TeamSpeak 2] Client SupportReplies: 0Last Post: 02-01-2006, 12:24 -
I can find my IP
By Barmace in forum [TeamSpeak 2] Server SupportReplies: 16Last Post: 21-05-2005, 12:01 -
server on freeBSD 5.3
By Dulithol in forum [TeamSpeak 2] Server SupportReplies: 0Last Post: 01-02-2005, 21:36


Reply With Quote