Results 31 to 45 of 78
-
09-02-2010, 19:21 #31
-= TeamSpeak User =-
- Join Date
- Feb 2010
- Location
- netherlands
- Posts
- 10
i did what you sayed, like i did the last week..
so i did it again, searched the forum, did every step again..
reinstalled it all; clean install, right user settings, ts-user login (by putty to my Suse) etc etc...
still having the same problem..
i used the ts3config, hoped it will do some more, but unfortunaly it did not.
so i tried it with another clean install.. and did it all over again, with the search-friend
but no result..
still holting on the same problem...
like in one of the thread is written, this looks like a permission problem..Code:2010-02-09 21:42:25.735004|CRITICAL|DatabaseQuery | | unable to load database plugin library "libts3db_sqlite3.so", halting!
but why is TS3 creating this problem while TS2 does not create that permission problem..
so i think it's not a permission problem..
my teamspeak user (the UID) has almost the same rights as the root... (for aslong it's been needed to start up the TS3 server.)
why can't setup the TS3 server up within a week???
TS2 is setted up within 2 minutes, inclusing uploading bu WinCMD
-
10-02-2010, 23:54 #32
-= TeamSpeak User =-
- Join Date
- Nov 2007
- Posts
- 10
I tried following commands
and./ts3server_linux_x86 inifile=ts3server.ini
I've followed the instructions but get now following error:./ts3server_minimal_runscript.sh inifile=ts3server.ini
What should I do now?2010-02-10 23:41:04.470329|INFO |ServerLibPriv | | Server Version: 3.0.0-beta18 [Build: 10190]
2010-02-10 23:41:04.471771|INFO |DatabaseQuery | | Please make sure you use the supplied ts3server_minimal_runscript.sh to run the server, or set LD_LIBRARY_PATH yourself
2010-02-10 23:41:04.472281|CRITICAL|DatabaseQuery | | unable to load database .so", halting! "libts3db_mysql
Thank you in advance for the helpLast edited by Otacon; 11-02-2010 at 00:25.
-
13-02-2010, 11:15 #33
-= TeamSpeak Addict =-
- Join Date
- Sep 2007
- Location
- Calgary Alberta Canada
- Posts
- 113
Heres your problem
You dont have enough processes. Talk to your host. If your using cPanel/CentOS get rid of forkbomb protection or bump up your max processes.Code:max user processes (-u) 20
This is a issue between you and your host.
|
|
Rich and Octa.. you have the same issues I bet. Just humor me please and show me the ulimit -a
Im thinking either:
#1 Script isnt pointing to the proper place for the sql library
#2 sql library isnt chowned/modded right
#3 Not enough processes to load everything
Please tell me you extracted the files on the remote machine and didn't extract locally then upload VIA FTP.
Teamspeak2 and 3 are completely different beasts. Sure you might have TS2 running in 5 minutes. but you can also build a house with toothpicks.Last edited by KoldFusion; 13-02-2010 at 11:47.
-
14-02-2010, 18:20 #34
-= TeamSpeak User =-
- Join Date
- Feb 2010
- Location
- netherlands
- Posts
- 10
My problem was my own stupidity...
in putty i wrote the wrong LAN IP...
i used mu linux 8.2 (backup machine) IP adres instead of the Suse 10.3 IP
After installing on the 10.3 the problem was gone..
on the 8.2 linux, is the g++ library to old.. and therefor the TS3 server would not start...
LOL.. the linux servers are standing to the left of me, i do not need any kind of panelsYou dont have enough processes. Talk to your host. If your using cPanel/CentOS get rid of forkbomb protection or bump up your max processes.
This is a issue between you and your host.
i have full access and yast access
so teh max users are setted to Unlimited
But as i said: it was my own stupidity, i used to use the 8.2 Lan IP thats why i not reconized my mistake.
somewhere on this forum i got that answer about the g++ lirary, and from that moment i new what i was dooing wrong
This issue:
is mostly generated by a older g++Library versionCode:| unable to load database plugin library "libts3db_sqlite3.so", halting!
it's been a log while since i learned linux, and over the years i did not do any regular work in Linux.
-
16-02-2010, 23:36 #35
-= TeamSpeak User =-
- Join Date
- Jan 2010
- Location
- Alaska
- Posts
- 3
I had the same problem, here's how I got around it...
While in Screen:
Let it do its startup, then...Code:./ts3server_startscript.sh start
Then proceed with normal startup using the...Code:./ts3server_startscript.sh stop
Worked for me, though apparently my non-profit key is no longer working, saying I've got too many slots... Time to find out what the deal is with that.Code:./ts3server_minimal_runscript.sh inifile=yourinifile.ini
-
17-02-2010, 04:06 #36
-= TeamSpeak Lover =-
- Join Date
- Feb 2010
- Location
- Scotland
- Posts
- 32
Debian 5.0 errors
Hi,
Everytime I try to install/start the TeamSpeak3 server following tutorials, quick start guide provided, I ALWAYS receive these errors:
Does anyone have a way to get around this? I've only been trying for half of the day :$Code:chris@*:~/teamspeak3-server_linux-x86$ ./ts3server_linux_x86 -bash: ./ts3server_linux_x86: No such file or directory chris@*:~/teamspeak3-server_linux-x86$ ./ts3server_minimal_runscript.sh ./ts3server_minimal_runscript.sh: line 6: ./ts3server_linux_x86: No such file or directory chris@*:~/teamspeak3-server_linux-x86$ ./ts3server_startscript.sh start Starting the TeamSpeak 3 server TeamSpeak 3 server started, for details please view the log file ./ts3server_startscript.sh: line 45: ./ts3server_linux_x86: No such file or directory chris@*:~/teamspeak3-server_linux-x86$ ./ts3server_startscript.sh status Server seems to have died
Cheers
Edit: Forgot to add I'm running Debian 5.0 (lenny)
-
17-02-2010, 05:10 #37
-= TeamSpeak Addict =-
- Join Date
- Sep 2007
- Location
- Calgary Alberta Canada
- Posts
- 113
Do you actually have a "ts3server_linux_x86" file? check the name of your binary.
Open up the script and edit the binary name to be the same as the one you have.
Im going to be making a new video soon for the new install. Not much had changed but things have gotten more stream lined.Last edited by florian_fr40; 26-03-2012 at 08:40.
-
17-02-2010, 13:43 #38
-= TeamSpeak Lover =-
- Join Date
- Feb 2010
- Location
- Scotland
- Posts
- 32
Debian 5.0 errors
KoldFusion: From what I can see it appears to be there, thanks for getting back to me so quickly

This is what I have, now, I tried adding the ts3server.ini and the licensekey.dat in there but I decided to start from fresh, and still no luck (tried several times now)
Hope this helps you understand anything I may be doing wrong
~ChrisCode:chris@*:~/teamspeak3-server_linux-x86$ ls CHANGELOG LICENSE doc libts3db_mysql.so libts3db_sqlite3.so serverquerydocs sql ts3server_linux_x86 ts3server_minimal_runscript.sh ts3server_startscript.sh chris@*:~/teamspeak3-server_linux-x86$ ./ts3server_linux_x86 -bash: ./ts3server_linux_x86: No such file or directory
-
17-02-2010, 19:01 #39
-= TeamSpeak User =-
- Join Date
- Feb 2010
- Location
- United Kingdom
- Posts
- 13
ive found this video is a little outdated for the installation process... its a little missleading being a sticky...
then again perhaps the client side instructions are still valid ive yet to try them out
-
18-02-2010, 03:55 #40
-= TeamSpeak Lover =-
- Join Date
- Feb 2010
- Location
- Scotland
- Posts
- 32
Debian 5.0 errors
I found the problem, I was trying to use the wrong bit version, I should've been using 64bit.
However I've now ran into another problem, and I can't get round it no-matter how hard I try, any ideas?
If anyone could help, it'd be much appreciated!Code:chris@*:~$ dir teamspeak3-server_linux-amd64-3.0.0-beta18.tar.gz chris@*:~$ tar zxf teamspeak3-server_linux-amd64-3.0.0-beta18.tar.gz chris@*:~$ dir teamspeak3-server_linux-amd64 teamspeak3-server_linux-amd64-3.0.0-beta18.tar.gz chris@*:~$ cd teamspeak3-server_linux-amd64 chris@*:~/teamspeak3-server_linux-amd64$ ls CHANGELOG LICENSE doc libts3db_mysql.so libts3db_sqlite3.so serverquerydocs sql ts3server_linux_amd64 ts3server_minimal_runscript.sh ts3server_startscript.sh chris@*:~/teamspeak3-server_linux-amd64$ ./ts3server_linux_amd64 createinifile=1 TeamSpeak Server 3.0.0-beta18 [Build: 10190] (c)TeamSpeak Systems GmbH Logging started 2010-02-18 03:50:26.158812|INFO |ServerLibPriv | | Server Version: 3.0.0-beta18 [Build: 10190] 2010-02-18 03:50:26.158812|INFO |DatabaseQuery | | Please make sure you use the supplied ts3server_minimal_runscript.sh to run the server, or set LD_LIBRARY_PATH yourself 2010-02-18 03:50:26.158812|CRITICAL|DatabaseQuery | | unable to load database plugin library "libts3db_sqlite3.so", halting! chris@*:~/teamspeak3-server_linux-amd64$ ls CHANGELOG doc libts3db_sqlite3.so serverquerydocs ts3server.ini ts3server_minimal_runscript.sh LICENSE libts3db_mysql.so logs sql ts3server_linux_amd64 ts3server_startscript.sh
Thanks in advance
-
19-02-2010, 01:00 #41
-= TeamSpeak Addict =-
- Join Date
- Sep 2007
- Location
- Calgary Alberta Canada
- Posts
- 113
Two posts up. I will be making a new one soon.
Please check http://forum.teamspeak.com/showpost....0&postcount=29
It's been related to a library issue.
Most problems people are having is with the configuration of their OWN Linux system. (Missing Libraries and such) Thats why it is always good to post your System Distro with any requests for help. People can read that you have the same problem and the same Distro as them you guys can start looking for a common cure with more search parameters.
Due to so many distributions of the Linux OS not everybody has the same thing (Like Windows). And with so many different configurations.
For the next video I want to briefly touch on common issues people are having and point them in the right direction of how to fix it.
TS3 Runs great on A LOT of servers. So don't look at the application all the time. Concentrate on your Linux Box's set up.
-
20-02-2010, 16:59 #42
-= TeamSpeak User =-
- Join Date
- Feb 2010
- Location
- Iceland
- Posts
- 3
install problem
Hi Guy's,
This forum, and the tutorial have been great, especially for a complete linux noob like me. I managed to get ts3 onto my dedi games server, and unzipped it.I then copied the .ini file, from the forum, changed the 3 ip's to the same as the server, I ftp'd the unzipped .ini, and changed using pico command. I went to the basic startup, where you should receive the admin stuff, but got a library problem. Not really sure what´s going on, and I now after having tried the command again, have 2 servers running, that I cannot turn off, or seem to be doing anything. Any help much appreiciated, Thanks
-
21-02-2010, 07:11 #43
-= TeamSpeak User =-
- Join Date
- Feb 2010
- Location
- belgrade
- Posts
- 2
guys did you have problem like this
and can you help me some how
Code:2010-02-21 06:19:05.653359|DEVELOP | | | TS3ANetwork::Connect failed error: 111 2010-02-21 06:19:05.653496|ERROR |Accounting | | Unable to connect to accounting server 2010-02-21 06:19:05.653908|ERROR |ServerLibPriv | | Server() error while starting servermanager, error: unable to connect to accounting server
-
22-02-2010, 02:14 #44
-= TeamSpeak Lover =-
- Join Date
- Feb 2010
- Location
- Scotland
- Posts
- 32
-
22-02-2010, 06:32 #45
-= TeamSpeak Addict =-
- Join Date
- Sep 2007
- Location
- Calgary Alberta Canada
- Posts
- 113
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[SOLVED] Filesharing and Avatars
By KoldFusion in forum Linux / FreeBSDReplies: 71Last Post: 15-01-2010, 06:03



Reply With Quote