Community Forums Today's Posts     Member List     Archive    
Results 1 to 12 of 12
  1. #1
    Join Date
    Feb 2010
    Location
    Austria
    Posts
    3

    [Solved] Beginner questions on installing TS3 on a V-Server with Debian Lenny

    I have to install a TS3-Server on a V-Server running Debian Lenny.

    First i have downloaded and unpacked the binary on the server. After creating a user for the TS3-Server and setting the permissions i am able to start the server with
    Code:
    ./ts3server_startscript.sh
    I can now log on the server and talk with my friends ... so far, so good.

    Now i read that i need to get a token to have admin-rights on the ts3-server to create different channels, etc ..

    When i try to start TS3-Server with
    Code:
    ./ts3server_linux_x86
    i get to following error message
    Code:
    root@vserver3122:/home/teamspeak/teamspeak3-server_linux-x86# ./ts3server_linux_x86
    TeamSpeak Server 3.0.0-beta17 [Build: 10115]
    (c)TeamSpeak Systems GmbH
    
    Logging started
    2010-02-06 19:36:57.741641|INFO    |ServerLibPriv |   | Server Version: 3.0.0-beta17 [Build: 10115]
    2010-02-06 19:36:57.751804|INFO    |DatabaseQuery |   | Please make sure you use the supplied ts3server_runscript.sh to run the server, or set LD_LIBRARY_PATH yourself
    2010-02-06 19:36:57.752043|CRITICAL|DatabaseQuery |   | unable to load database plugin library "libts3db_sqlite3.so", halting!
    then i tried to start the server with the minimals startscript, but i also got some error messages
    Code:
    root@vserver3122:/home/teamspeak/teamspeak3-server_linux-x86# ./ts3server_minimal_runscript.sh
    TeamSpeak Server 3.0.0-beta17 [Build: 10115]
    (c)TeamSpeak Systems GmbH
    
    Logging started
    2010-02-06 19:37:58.753396|INFO    |ServerLibPriv |   | Server Version: 3.0.0-beta17 [Build: 10115]
    2010-02-06 19:37:58.753993|INFO    |DatabaseQuery |   | dbPlugin name:    SQLite3 plugin, (c)TeamSpeak Systems GmbH
    2010-02-06 19:37:58.754205|INFO    |DatabaseQuery |   | dbPlugin version: 3.6.21
    2010-02-06 19:37:58.754726|INFO    |DatabaseQuery |   | checking database integrity (may take a while)
    2010-02-06 19:37:58.766564|INFO    |SQL           |   | pruning old database log entries where timestamp is older than 90 days
    2010-02-06 19:37:58.919353|INFO    |Accounting    |   | Licensing Information
    2010-02-06 19:37:58.919990|INFO    |Accounting    |   | type              : Non-profit
    2010-02-06 19:37:58.920468|INFO    |Accounting    |   | starting date     : Sat Feb  6 00:00:00 2010
    2010-02-06 19:37:58.920916|INFO    |Accounting    |   | ending date       : Sun Feb  6 00:00:00 2011
    2010-02-06 19:37:58.921360|INFO    |Accounting    |   | max virtualservers: 10
    2010-02-06 19:37:58.921798|INFO    |Accounting    |   | max slots         : 512
    2010-02-06 19:37:58.945085|ERROR   |FileManager   |   | bind() failed: 98
    2010-02-06 19:37:58.945552|ERROR   |FileManager   |   | bind failed on 0.0.0.0:30033
    2010-02-06 19:37:58.975561|ERROR   |VirtualServer |  1| bind failed on 0.0.0.0:9987
    2010-02-06 19:37:58.976028|ERROR   |VirtualSvrMgr |   | loading VirtualServer(1) failed to start, error: unable to bind network port
    2010-02-06 19:37:59.097292|INFO    |VirtualServer |  1| stopped
    2010-02-06 19:37:59.098101|INFO    |Query         |   | whitelist ips: 127.0.0.1, 109.73.50.127,
    2010-02-06 19:37:59.099291|ERROR   |Query         |   | 0.0.0.0:10011 unable to bind error: 98:Die Adresse wird bereits verwendet
    2010-02-06 19:37:59.099980|ERROR   |Query         |   | bind failed on 0.0.0.0:10011
    root@vserver3122:/home/teamspeak/teamspeak3-server_linux-x86#
    Can anybody tell me what i have to do to get the token?

  2. #2
    Join Date
    Dec 2009
    Location
    Munich
    Posts
    25
    Hey
    delete the libts3db_sqlite3.so and start the server again with: ./ts3server_minimal_startscript start
    after that you get the admin account and a token
    now you have your token to get admin rights on your server.
    its possible to stop the server now and restart it with this command:
    ./ts3server_startscript.sh start

  3. #3
    Join Date
    Feb 2010
    Location
    Germany
    Posts
    5
    before you start the ts3 server kill the old ts3 prozess

  4. #4
    Join Date
    Jan 2010
    Location
    Secret Base in Arctic Region
    Posts
    1,184
    Zion is wrong, you need to delete the database from ts3, not the library file he suggested.

  5. #5
    Join Date
    Feb 2010
    Location
    Austria
    Posts
    3
    I have deleted the file "libts3db_sqlite3.so" but now i get to following error-message when i want to start the ts3 server

    Code:
    root@vserver3122:/home/teamspeak/teamspeak3-server_linux-x86# ./ts3server_minimal_runscript.sh
    TeamSpeak Server 3.0.0-beta17 [Build: 10115]
    (c)TeamSpeak Systems GmbH
    
    Logging started
    2010-02-07 19:36:54.134995|INFO    |ServerLibPriv |   | Server Version: 3.0.0-beta17 [Build: 10115]
    2010-02-07 19:36:54.136472|INFO    |DatabaseQuery |   | Please make sure you use the supplied ts3server_runscript.sh to run the server, or set LD_LIBRARY_PATH yourself
    2010-02-07 19:36:54.136613|CRITICAL|DatabaseQuery |   | unable to load database plugin library "libts3db_sqlite3.so", halting!

  6. #6
    Join Date
    Feb 2010
    Location
    netherlands
    Posts
    10
    Same problem with my Suse server
    Code:
    2010-02-07 21:40:34.959624|CRITICAL|DatabaseQuery |   | unable to load database plugin library "libts3db_mysql.so", halting!

  7. #7
    Join Date
    Dec 2009
    Location
    somewhere
    Posts
    22
    you should not delete "libts3db_sqlite3.so"
    That is not the database but the library file.
    It wont work without it.

    fast fix:
    1) delete all files and extract the files again (preferably with the user you will use to start the teamspeak server so the user rights are set ok) from tar file
    2) start the server with ts3server_minimal_runscript.sh

    then you can see the server query admin password and the server admin token.

  8. #8
    Join Date
    Dec 2009
    Location
    Munich
    Posts
    25
    Quote Originally Posted by Alcazar View Post
    Zion is wrong, you need to delete the database from ts3, not the library file he suggested.

    Oh my god, bad mistake from me. Im sorry about that.

  9. #9
    Join Date
    Feb 2010
    Location
    netherlands
    Posts
    10
    Quote Originally Posted by Prototype View Post
    2) start the server with ts3server_minimal_runscript.sh

    then you can see the server query admin password and the server admin token.
    this gives me only the super_admin password not a token...

  10. #10
    Join Date
    Dec 2009
    Location
    Munich
    Posts
    25
    you also can find the token in your serverlog

  11. #11
    Join Date
    Feb 2010
    Location
    netherlands
    Posts
    10
    Quote Originally Posted by Zion96 View Post
    you also can find the token in your serverlog
    Nope there's no log of the token in the logs file
    this is what i get when i try the second time ./ts3server_minimal_runscript.sh

    Second log:
    Code:
    Logging started
    2010-02-08 20:12:01.465858|INFO    |ServerLibPriv |   | Server Version: 3.0.0-beta17 [Build: 10115]
    2010-02-08 20:12:01.468761|INFO    |DatabaseQuery |   | dbPlugin name:    SQLite3 plugin, (c)TeamSpeak Systems GmbH
    2010-02-08 20:12:01.469699|INFO    |DatabaseQuery |   | dbPlugin version: 3.6.21
    2010-02-08 20:12:01.472197|INFO    |DatabaseQuery |   | checking database integrity (may take a while)
    2010-02-08 20:12:01.530265|INFO    |SQL           |   | pruning old database log entries where timestamp is older than 90 days
    ./ts3server_linux_x86: relocation error: ./ts3server_linux_x86: symbol epoll_create, version GLIBC_2.3.2 not defined in file libc.so.6 with link time reference
    First log:
    Code:
    2010-02-08 20:26:22.177338|INFO    |ServerLibPriv |   | Server Version: 3.0.0-beta17 [Build: 10115]
    
    2010-02-08 20:26:22.179797|INFO    |DatabaseQuery |   | dbPlugin name:    SQLite3 plugin, (c)TeamSpeak Systems GmbH
    
    2010-02-08 20:26:22.180268|INFO    |DatabaseQuery |   | dbPlugin version: 3.6.21
    
    2010-02-08 20:26:22.184106|INFO    |DatabaseQuery |   | checking database integrity (may take a while)
    
    2010-02-08 20:26:22.346756|INFO    |SQL           |   | db_CreateTables() tables created
    no token in the first log, no token in the second log...

    updated to version 18, still the same problem...
    Last edited by richardst; 08-02-2010 at 18:42.

  12. #12
    Join Date
    Feb 2010
    Location
    Austria
    Posts
    3
    Quote Originally Posted by Prototype View Post
    you should not delete "libts3db_sqlite3.so"
    That is not the database but the library file.
    It wont work without it.

    fast fix:
    1) delete all files and extract the files again (preferably with the user you will use to start the teamspeak server so the user rights are set ok) from tar file
    2) start the server with ts3server_minimal_runscript.sh

    then you can see the server query admin password and the server admin token.
    That was the missing hint
    Now all works fine

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Instructions to set up TeamSpeak 2.0 client and server
    By {nUg}DankRider in forum [TeamSpeak 2] Server Support
    Replies: 496
    Last Post: 05-06-2010, 07:57
  2. Replies: 1
    Last Post: 13-05-2010, 02:46
  3. TS Server
    By Carbine12 in forum [TeamSpeak 2] Client Support
    Replies: 7
    Last Post: 04-04-2009, 06:33
  4. [solved] i need some help with my ts server
    By rebelwarrior in forum [TeamSpeak 2] Client Support
    Replies: 3
    Last Post: 14-11-2008, 00:34
  5. Scheisse habe QDSL alles geht nur keine REG
    By Creeper in forum [TeamSpeak 2] Server Support
    Replies: 6
    Last Post: 29-08-2002, 09:06

Posting Permissions

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