This thread is for feedback and discussion for the 3.8.0 server release.
For details about the server release and changelog, please see the announcement thread.
We are migrating towards a new forum system located at community.teamspeak.com, as such this forum will become read-only on January 29, 2020
This thread is for feedback and discussion for the 3.8.0 server release.
For details about the server release and changelog, please see the announcement thread.
When sending PMs please make sure to include a reference link to the thread in question in the body of your message.
Is it possible to update the download links provided in the update thread?
I am still only able to see only the 3.7.1 version even after an hard reload with CTRL+F5 on Chrome
Just use https://files.teamspeak-services.com.../server/3.8.0/
till they update it.
what i just noticed that i wont receive any tokens or serveradmin query account created on a fresh 3.8.0
is this intended or by accident? (it seems to log the virtualserver token to virtualservers log though)
![]()
Last edited by Multivit4min; May 28th, 2019 at 03:20 PM.
Last edited by Chris; May 28th, 2019 at 09:58 PM.
When sending PMs please make sure to include a reference link to the thread in question in the body of your message.
Hi,
This release requires GNU C library (glibc) 2.17 or later on Linux.
Problem=> CentOS 7 is stuck with version 2.12 and yum won't update it with a newer version.
I cannot find a way to update glibc by another way.
Please help, everyone using CentOS 7 will be stuck with that.
We announced with the previous server release that the next server release will require glibc 2.17 or newer (glibc 2.17 was released in 2012!).
CentOS 7 has 2.17 according to distrowatch (see list of distributions that have 2.17 or newer)
When sending PMs please make sure to include a reference link to the thread in question in the body of your message.
After updating from version 3.7.1 to 3.8.0 the server will not start. No logs or crashdumps are created...
I am starting my server with and did not change anything since updating:
I also tried to execute the server file directly but it did not work either. But leaving out the 'license_accepted' parameter triggered following message even though the requested file did exists:Code:#!/bin/sh ### BEGIN INIT INFO # Provides: teamspeak3 # Required-Start: $local_fs $network # Required-Stop: $local_fs $network # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Description: Teamspeak 3 Server ### END INIT INFO # INIT Script by www.SysADMINsLife.com ###################################### # Customize values for your needs: "User"; "DIR" USER="teamspeak3" DIR="/usr/local/teamspeak3/teamspeak3-server_linux_amd64" ###### Teamspeak 3 server start/stop script ###### case "$1" in start) su $USER -c "${DIR}/ts3server_startscript.sh start" ;; stop) su $USER -c "${DIR}/ts3server_startscript.sh stop" ;; restart) su $USER -c "${DIR}/ts3server_startscript.sh restart" ;; status) su $USER -c "${DIR}/ts3server_startscript.sh status" ;; *) echo "Usage: {start|stop|restart|status}" >&2 exit 1 ;; esac exit 0
System: Linux 4.4.0-042stab138.1 #1 SMP Wed May 15 09:33:10 MSK 2019 x86_64Please set the environment variable TS3SERVER_LICENSE to "accept" in order to accept the license agreement.
Alternatively, create a file named ".ts3server_license_accepted" in the working directory or start the server with the command line parameter "license_accepted=1".
To view the license agreement set TS3SERVER_LICENSE to "view" in order to print the license to the console.
Alternatively view the file "LICENSE" in your favorite text viewer yourself.
Hello, please check your glibc version with the command: /lib/x86_64-linux-gnu/libc.so.6 If your version is less than 2.17 of glibc you will need to update your operating system
If it is confirmed that the version is too old I advise you to switch to Ubuntu 18.04.2 LTS
Do not forget to save your files after shutting down the TS server:
ts3server.sqlitedb
licensekey.dat
File: files
If you have forgotten how to install a server here is the quick and easy procedure.
https://www.bennetrichter.de/en/tuto...-server-linux/
PS: Change teamspeak3-server_linux_amd64-3.7.1.tar.bz2 by teamspeak3-server_linux_amd64-3.8.0.tar.bz2
cordially
Last edited by Dragon34; May 29th, 2019 at 09:27 AM.
i have exactly the same problem like Ragyal.
Checked the following:
- ldd (Debian GLIBC 2.24-11+deb9u4) 2.24
- cat /etc/debian_version: 9.9
- its running on a x86 server with x86 version
- license is accepted with file (.ts3server_license_accepted)
- done a clean install of teamspeak and insertet database file, files folder and license accepted file. Also wont work.
Everything is up to date. Teamspeak 3.7.1 works smooth, also after downgrading back from 3.8.0 to 3.7.1
Last edited by Caaruzo; May 29th, 2019 at 10:55 AM.
Double checked my glibc version which is 2.23 so that shouldn't be the problem.
I am using a hosted V-Server.
PS: Even though the server doesn't really start the pid file is created every time I start a new attempt.Code:$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 16.04.6 LTS Release: 16.04 Codename: xenial
PPS: Trying to start a clean version of 3.8.0 also fails and downgrading like Caaruzo mentioned is possible.
Last edited by Ragyal; May 29th, 2019 at 03:46 PM.
Another addition:
Disabling daemon mode gives another line of "information":
Code:./ts3server_startscript.sh start Starting the TeamSpeak 3 server TeamSpeak 3 server could not start
There are currently 1 users browsing this thread. (0 members and 1 guests)