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

Completed TeaSpeak 1.2.23-beta crashes on start

F4te

Active member
Hello,
i have a problem with the latest beta, i run teaspeak in docker.
I really enjoy TeaSpeak and hope someone can help me.

Using the git issue template i came up with this:

**Description**
I run the latest beta in a docker-container and it crashes on start of ./teaspeak_minimal.sh

**To Reproduce**
Steps to reproduce the behaviour:
1. install docker
2. create a Dockerfile with the following
Code:
FROM ubuntu:latest

MAINTAINER F4te

RUN cd ts && \
apt update && \
apt upgrade -y && \
apt install wget curl libnice10 python-pip ffmpeg -y && \
wget -O TeaSpeak.tar.gz https://repo.teaspeak.de/server/linux/amd64/TeaSpeak-1.2.23-beta.tar.gz && \
tar -xzf TeaSpeak.tar.gz && \
rm TeaSpeak.tar.gz && \
curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl && \
chmod a+rx /usr/local/bin/youtube-dl

WORKDIR /ts

CMD ./tealoop.sh
4. run
Code:
docker build -t teaspeak .
5. run
Code:
docker run --name test -it teaspeak
6. Watch the error



The Console Output:
Code:
Time 17:29:08 date Oct 16 2018
XXX
[INFO] Setting up exception handler
[INFO] Loading configuration
Loading configuration
[INFO] Setting up log
[2018-10-17 12:34:18] [INFO]    GEN | Starting TeaSpeak-Server v1.2.23-beta [Build: 1539710948]
[2018-10-17 12:34:18] [INFO]    GEN | Starting music providers
[2018-10-17 12:34:19] [INFO]  [Music] [FFMPEG] Resolved ffmpeg with version "ffmpeg version 3.4.4-0ubuntu0.18.04.1 Copyright (c) 2000-2018 the FFmpeg developers"
[2018-10-17 12:34:19] [INFO]  [Music] Loaded successfully provider FFMpeg
[2018-10-17 12:34:21] [INFO]  [Music] [YT-DL] Resolved youtube-dl with version 2018.10.05
[2018-10-17 12:34:21] [INFO]  [Music] Loaded successfully provider YouTube
[2018-10-17 12:34:23] [INFO]    GEN | Upgrading database from version -1 to 4. This could take a moment!
[2018-10-17 12:34:24] [CRITICAL] GLOBL | Missing instance server music group! Using serverguest (Guest Server Query)
[2018-10-17 12:34:24] [INFO]    GEN | Got 0 saved channels
[2018-10-17 12:34:24] [CRITICAL]   GEN | The server crashed!
[2018-10-17 12:34:24] [CRITICAL]   GEN | Failed to write/move crash dump!
Starting server. [Starting default server]./teastart_minimal.sh: line 59:  6161 Segmentation fault      (core dumped) ./TeaSpeakServer
 
Last edited: