Community Forums Today's Posts     Member List     Archive    
Results 1 to 11 of 11
  1. #1
    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.

  2. #2
    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

  3. #3
    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")

  4. #4
    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

  5. #5
    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

  6. #6
    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

  7. #7
    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

  8. #8
    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

  9. #9
    Join Date
    Dec 2009
    Location
    Good old Germany
    Posts
    222
    Ok,

    please post again your files with ls -l

    thx

    cheech

  10. #10
    Join Date
    Dec 2009
    Location
    The Netherlands
    Posts
    13
    Ok. I've done evrything all over. with the beta11 files.

    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=ts3db_sqlite3
    dbpluginparameter=
    dbsqlpath=sql/
    dbsqlcreatepath=create_sqlite/
    logpath=logs
    logquerycommands=1
    ls -l
    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
    And now i get this error message:
    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
    What should be the solution for this problem?
    This runs under Debian Linux.

  11. #11
    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

  1. Replies: 1
    Last Post: 13-05-2010, 02:46
  2. »»» FAQ - TS 2.x Server
    By Michael in forum [TeamSpeak 2] Server Support
    Replies: 158
    Last Post: 29-12-2009, 23:20
  3. The novel lol
    By Plebby in forum [TeamSpeak 2] Client Support
    Replies: 0
    Last Post: 02-01-2006, 12:24
  4. I can find my IP
    By Barmace in forum [TeamSpeak 2] Server Support
    Replies: 16
    Last Post: 21-05-2005, 12:01
  5. server on freeBSD 5.3
    By Dulithol in forum [TeamSpeak 2] Server Support
    Replies: 0
    Last Post: 01-02-2005, 21:36

Posting Permissions

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