• Hey Guest, we're evolving the future of TeaSpeak.
    You're invited to join the discussion here!

Completed Can't install Teaspeak

Status
Not open for further replies.

PredatorX9

New member
Hello there !

I have a huge issue with the installation of Teaspeak.

I followed this tutorial :
https://forum.teaspeak.de/index.php?threads/setup-linux-setting-up-teaspeak-from-0.28/

When i try to run
Code:
wget https://repo.teaspeak.de/server/linux/x64/TeaSpeak-$(curl -k https://repo.teaspeak.de/latest).tar.gz
I have this error :

error.jpg

Then , i added the archive manually ( last version ) but when i launch the ./teastart_minimal.sh, i have this error :

Code:
./teastart_minimal.sh: line 57: 15971 Segmentation fault      (core dumped) ./TeaSpeakServer
I tryied to lauch the .sh as root user, as teaspeak user, on Debian 9.4 and Ubuntu 18.04, all 64Bit, i still have the same error.

What's the problem here? :/
 

PredatorX9

New member
Ok, problem solved.

I don't know why i got this issue, but i followed this :
Code:
https://pastebin.com/PH4xqyMg
and now it works :)

I guess that the link into the tutorial post is no longer available.
 

WolverinDEV

TeaSpeak Team
Staff member
Administrator
Yes its the old command.
The new one is:
Code:
wget https://repo.teaspeak.de/server/linux/amd64/TeaSpeak-$(curl -k https://repo.teaspeak.de/server/linux/amd64/latest).tar.gz
 
Status
Not open for further replies.