Results 1 to 12 of 12
-
06-02-2010, 19:40 #1
-= TeamSpeak User =-
- 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
I can now log on the server and talk with my friends ... so far, so good.Code:./ts3server_startscript.sh
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
i get to following error messageCode:./ts3server_linux_x86
then i tried to start the server with the minimals startscript, but i also got some error messagesCode: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!
Can anybody tell me what i have to do to get the token?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#
-
06-02-2010, 19:50 #2
-= TeamSpeak User =-
- 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
-
07-02-2010, 13:16 #3
-= TeamSpeak User =-
- Join Date
- Feb 2010
- Location
- Germany
- Posts
- 5
before you start the ts3 server kill the old ts3 prozess
-
07-02-2010, 16:42 #4
-= TeamSpeak Fanatic =-
- 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.
-
07-02-2010, 19:39 #5
-= TeamSpeak User =-
- 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!
-
07-02-2010, 21:32 #6
-= TeamSpeak User =-
- 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!
-
08-02-2010, 11:36 #7
-= TeamSpeak User =-
- 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.
-
08-02-2010, 16:45 #8
-= TeamSpeak User =-
- Join Date
- Dec 2009
- Location
- Munich
- Posts
- 25
-
08-02-2010, 17:00 #9
-= TeamSpeak User =-
- Join Date
- Feb 2010
- Location
- netherlands
- Posts
- 10
-
08-02-2010, 17:27 #10
-= TeamSpeak User =-
- Join Date
- Dec 2009
- Location
- Munich
- Posts
- 25
you also can find the token in your serverlog
-
08-02-2010, 17:49 #11
-= TeamSpeak User =-
- Join Date
- Feb 2010
- Location
- netherlands
- Posts
- 10
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:
First 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
no token in the first log, no token in the second 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
updated to version 18, still the same problem...Last edited by richardst; 08-02-2010 at 18:42.
-
09-02-2010, 16:28 #12
-= TeamSpeak User =-
- Join Date
- Feb 2010
- Location
- Austria
- Posts
- 3
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Instructions to set up TeamSpeak 2.0 client and server
By {nUg}DankRider in forum [TeamSpeak 2] Server SupportReplies: 496Last Post: 05-06-2010, 07:57 -
TS3 server - initial install issues - please add comments here
By mrwoo in forum WindowsReplies: 1Last Post: 13-05-2010, 02:46 -
TS Server
By Carbine12 in forum [TeamSpeak 2] Client SupportReplies: 7Last Post: 04-04-2009, 06:33 -
[solved] i need some help with my ts server
By rebelwarrior in forum [TeamSpeak 2] Client SupportReplies: 3Last Post: 14-11-2008, 00:34 -
Scheisse habe QDSL alles geht nur keine REG
By Creeper in forum [TeamSpeak 2] Server SupportReplies: 6Last Post: 29-08-2002, 09:06


Reply With Quote

