[Mirror] TeaSpeak Server

[Mirror] TeaSpeak Server 1.2.23-beta1

No permission to download

Supervisor

Administrator
Apr 27, 2015
1,863
2,546
335
Supervisor submitted a new resource:

TeaSpeak Server - TeaSpeak is a free server and web client software for VoIP communication.

With the steps below, it is not possible to continue using your TeamSpeak database!
Instead you have to do a snapshot (e.g. serverquery or a tool like Yatqa).


We will start our own TeaSpeak section here if there is any demand for it.

The following is from the website of TeaSpeak:




TeaSpeak is a free server and web client software for VoIP communication.
Its the deal software for everyone who is annoyed about limits and...

Read more about this resource...
 

BIOS

Knowledge Seeker
VIP
Oct 10, 2015
447
848
208
One should say that this is the standard version where you can not connect with the current client.
 

Bidi

Member
Feb 1, 2016
13
1
38
New test on CentOS 6 - x86

[root@tes TeaSpeakServer]# ./teastart_minimal.sh
./teastart_minimal.sh: line 49: packageManagersList: bad array subscript
./teastart_minimal.sh: line 49: packageManagersList: bad array subscript
./teastart_minimal.sh: line 49: packageManagersList: bad array subscript
./teastart_minimal.sh: line 57: ./TeaSpeakServer: No such file or directory
[root@tes TeaSpeakServer]#

New test on Ubuntu 12 x 64

Failed to determine your system and the packet manager on it! (System: 1204 amd64)

New Test CentOS 6 - 64
[root@ts3]# ./teastart_minimal.sh
./teastart_minimal.sh: line 49: packageManagersList: bad array subscript
./teastart_minimal.sh: line 49: packageManagersList: bad array subscript
./teastart_minimal.sh: line 49: packageManagersList: bad array subscript
./TeaSpeakServer: error while loading shared libraries: libnice.so.10: cannot open shared object file: No such file or directory
[root@ts3]#

Package libnice-0.0.9-3.el6.x86_64 already installed and latest version
Package libnice-devel-0.0.9-3.el6.x86_64 already installed and latest version

Any solutions ?
 

BIOS

Knowledge Seeker
VIP
Oct 10, 2015
447
848
208
New test on CentOS 6 - x86

[root@tes TeaSpeakServer]# ./teastart_minimal.sh
./teastart_minimal.sh: line 49: packageManagersList: bad array subscript
./teastart_minimal.sh: line 49: packageManagersList: bad array subscript
./teastart_minimal.sh: line 49: packageManagersList: bad array subscript
./teastart_minimal.sh: line 57: ./TeaSpeakServer: No such file or directory
[root@tes TeaSpeakServer]#

New test on Ubuntu 12 x 64

Failed to determine your system and the packet manager on it! (System: 1204 amd64)

New Test CentOS 6 - 64
[root@ts3]# ./teastart_minimal.sh
./teastart_minimal.sh: line 49: packageManagersList: bad array subscript
./teastart_minimal.sh: line 49: packageManagersList: bad array subscript
./teastart_minimal.sh: line 49: packageManagersList: bad array subscript
./TeaSpeakServer: error while loading shared libraries: libnice.so.10: cannot open shared object file: No such file or directory
[root@ts3]#

Package libnice-0.0.9-3.el6.x86_64 already installed and latest version
Package libnice-devel-0.0.9-3.el6.x86_64 already installed and latest version

Any solutions ?

try the last installer script
https://github.com/Sporesirius/TeaSpeak-Installer/releases/tag/1.11

Code:
       wget https://github.com/Sporesirius/TeaSpeak-Installer/raw/master/teaspeak_install.sh

        chmod 774 teaspeak_install.sh

        ./teaspeak_install.sh
 

Bidi

Member
Feb 1, 2016
13
1
38
[root@tea teaspeak]# ./teaspeak_install.sh
NOTE: You can exit the script any time with CTRL+C
but not at every point recommendable!
Failed to determine your system and the packet manager on it! (System: amd64)
Exiting installer
[root@tea teaspeak]#
 

shevon fonseka

Active Member
Sep 14, 2015
21
1
78
[2018-08-14 14:48:14] [ERROR] GEN | [WebList] Invalid weblist response code: 5

[2018-08-14 14:50:03] [ERROR] 2 | Command handling of command servergrouppermlist needs 10ms
[2018-08-14 14:50:03] [ERROR] 2 | [112.135.112.35:29190/Division.DJSHYLOW] Handling of packet Command needs more than 10ms (10ms)
[2018-08-14 14:50:16] [ERROR] 2 | Command handling of command servergrouppermlist needs 10ms
[2018-08-14 14:50:16] [ERROR] 2 | [112.135.112.35:29190/Division.DJSHYLOW] Handling of packet Command needs more than 10ms (10ms)

[2018-08-14 14:52:58] [ERROR] 5 | Found varianzes within the server tick! (Supposed: 500ms Hold: 31279ms)
 

nomiyo

New Member
Aug 14, 2018
3
0
3
Hi,
I get this error when trying to enter with the updated client. Because it can be?

<18:10:29> Attempting to connect to the server at xx.xx.xxx.x
<18:10:35> Error connecting to server
 

kalle

high minded
Contributor
Oct 28, 2015
411
253
178
Hi,
I get this error when trying to enter with the updated client. Because it can be?

<18:10:29> Attempting to connect to the server at xx.xx.xxx.x
<18:10:35> Error connecting to server
Have you configured and enabled experimental thing in config?
 

nomiyo

New Member
Aug 14, 2018
3
0
3
Yes, configure what I put in the other experimental post_31: 1, except the license that has not let me upload it. With the previous version of teamspeak if that goes but with the new update no.
 
Last edited:

Bidi

Member
Feb 1, 2016
13
1
38
Tutorial for CentOS 6 - x64
cd /root/
yum update
yum groupinstall "Development Tools"
yum install glib*

wget https://nice.freedesktop.org/releases/libnice-0.0.10.tar.gz
tar zxvf libnice-0.0.10.tar.gz
mv libnice-0.0.10 libnice
./configure --prefix=/usr
make
make install

cp /usr/lib/libnice.so.0.6.0 /lib64/libnice.so.10



wget http://copr-be.cloud.fedoraproject....ibc-2.17-55.fc20/glibc-2.17-55.el6.x86_64.rpm
wget http://copr-be.cloud.fedoraproject....7-55.fc20/glibc-common-2.17-55.el6.x86_64.rpm

rpm -Uvh --force --nodeps glibc-2.17-55.el6.x86_64.rpm
rpm -Uvh --force --nodeps glibc-common-2.17-55.el6.x86_64.rpm

cd /path to server/
./teastart_minimal.sh

Done!
Have fun.
 

cuncuska

Active Member
Jan 30, 2016
108
11
90
that I can copy from the old teampeak server to the teamspeak server to keep my old teampeak server libraries. I have 5031 teamspeak rooms
 

denka

Restricted
Apr 26, 2015
224
62
106
When you gotta give up on teamspeak3, and get some other source to get the forum up again. Wonder why you never did this before its not like teaspeak was released today.
 

ThomasTailor93

New Member
Mar 1, 2018
14
3
15
When i host a TeaSpeak Serve use 32 slots can i get blacklisted?
Of course i only showing No License like a legit/official server.
I dont want more slots i only want the features.
 

S8N

New Member
Mar 18, 2017
4
2
15
A silly question, I just installed teaspeak server
but which client to use? teamspeak client?
If yes I have this error : "(server version is too old for command)"
 

ThomasTailor93

New Member
Mar 1, 2018
14
3
15
A silly question, I just installed teaspeak server
but which client to use? teamspeak client?
If yes I have this error : "(server version is too old for command)"

You need to enable in config experimental_31 and download the right protocol_key.txt
Everything what you need you will find here :)

Then you can connect with TeamSpeak 3 Client 3.2.1
 
  • Like
Reactions: S8N

shevon fonseka

Active Member
Sep 14, 2015
21
1
78
Just updated to the new version. Still get the some errors. And also unable to upload files



[2018-08-15 03:11:43] [ERROR] 2 | Command handling of command servergrouppermlist needs 13ms
[2018-08-15 03:11:43] [ERROR] 2 | [112.135.69.210:11473/DJSHYLOW] Handling of packet Command needs more than 10ms (14ms)
[2018-08-15 03:11:44] [ERROR] 2 | Command handling of command servergrouppermlist needs 10ms
[2018-08-15 03:11:44] [ERROR] 2 | [112.135.69.210:11473/DJSHYLOW] Handling of packet Command needs more than 10ms (10ms)
[2018-08-15 03:11:49] [INFO] 2 | Voice client 0/plQuRaoaFpgaRDBwhyp9lQ/Qw9c= (undefined) from 35.233.149.118:36780 left.
> [Future] Deleting future handle, but still having some entries which waits task!
[2018-08-15 03:12:00] [INFO] 2 | Voice client 0/plQuRaoaFpgaRDBwhyp9lQ/Qw9c= (undefined) from 35.233.149.118:36780 left.
> [Future] Deleting future handle, but still having some entries which waits task!
[2018-08-15 03:12:11] [INFO] 2 | Voice client 0/plQuRaoaFpgaRDBwhyp9lQ/Qw9c= (undefined) from 35.233.149.118:36780 left.
> [Future] Deleting future handle, but still having some entries which waits task!
[2018-08-15 03:12:22] [INFO] 2 | Voice client 0/plQuRaoaFpgaRDBwhyp9lQ/Qw9c= (undefined) from 35.233.149.118:36780 left.
> [Future] Deleting future handle, but still having some entries which waits task!
[2018-08-15 03:12:34] [INFO] 2 | Voice client 0/plQuRaoaFpgaRDBwhyp9lQ/Qw9c= (undefined) from 35.233.149.118:36780 left.
> [Future] Deleting future handle, but still having some entries which waits task!
[2018-08-15 03:12:45] [INFO] 2 | Voice client 0/plQuRaoaFpgaRDBwhyp9lQ/Qw9c= (undefined) from 35.233.149.118:36780 left.
> [Future] Deleting future handle, but still having some entries which waits task!
[2018-08-15 03:12:47] [INFO] 2 | [FILE] Timeout file transfer for file ./files/server_2/icons/icon_1001! Dropping key
[2018-08-15 03:12:49] [INFO] GEN | [WebList] Sending new report.
[2018-08-15 03:12:49] [INFO] GEN | Weblist successfull updated
[2018-08-15 03:12:49] [INFO] GEN | [WebList] Report successfully send!
[2018-08-15 03:12:52] [INFO] 2 | [FILE] Timeout file transfer for file ./files/server_2/icons/icon_826596338! Dropping key
[2018-08-15 03:12:56] [INFO] 2 | Voice client 0/plQuRaoaFpgaRDBwhyp9lQ/Qw9c= (undefined) from 35.233.149.118:36780 left.
> [Future] Deleting future handle, but still having some entries which waits task!
[2018-08-15 03:13:07] [INFO] 2 | Voice client 0/plQuRaoaFpgaRDBwhyp9lQ/Qw9c= (undefined) from 35.233.149.118:36780 left.
> [Future] Deleting future handle, but still having some entries which waits task!
[2018-08-15 03:13:19] [INFO] 2 | Voice client 0/plQuRaoaFpgaRDBwhyp9lQ/Qw9c= (undefined) from 35.233.149.118:36780 left.
> [Future] Deleting future handle, but still having some entries which waits task!
[2018-08-15 03:13:30] [INFO] 2 | Voice client 0/plQuRaoaFpgaRDBwhyp9lQ/Qw9c= (undefined) from 35.233.149.118:36780 left.
> [Future] Deleting future handle, but still having some entries which waits task!
[2018-08-15 03:13:41] [INFO] 2 | Voice client 0/plQuRaoaFpgaRDBwhyp9lQ/Qw9c= (undefined) from 35.233.149.118:36780 left.
> [Future] Deleting future handle, but still having some entries which waits task!
[2018-08-15 03:13:44] [INFO] 2 | [FILE] Timeout file transfer for file ./files/server_2/icons/icon_1894857411! Dropping key
[2018-08-15 03:13:44] [INFO] 2 | [FILE] Timeout file transfer for file ./files/server_2/icons/icon_3152849845! Dropping key
[2018-08-15 03:13:44] [INFO] 2 | [FILE] Timeout file transfer for file ./files/server_2/icons/icon_826596338! Dropping key
[2018-08-15 03:13:44] [INFO] 2 | [FILE] Timeout file transfer for file ./files/server_2/icons/icon_1099643052! Dropping key
[2018-08-15 03:13:44] [INFO] 2 | [FILE] Timeout file transfer for file ./files/server_2/icons/icon_2069525802! Dropping key


[2018-08-15 03:23:12] [ERROR] Timer InstanceHandler::tickInstance -> flush needs more than 22 milliseconds. Max allowed was 5 milliseconds.

[2018-08-15 03:28:38] [ERROR] 2 | Missing command 'ftstop'

 

marcosi

Member
Jun 23, 2016
1
0
33
Just updated to the new version. Still get the some errors. And also unable to upload files





Anyone still getting errors like clients dropping connections with the following messages?
#1 dropped (No ping response)
#2 dropped (Packet resend failed)
 
Last edited:
Top