[GH-ISSUE #2127] [ts3server] update function broken #1640

Closed
opened 2026-02-27 02:58:16 +03:00 by kerem · 6 comments
Owner

Originally created by @PhilPhonic on GitHub (Dec 18, 2018).
Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/2127

Hi,

the update function of ts3server is not working anymore:

ts3@srv:~$ ./ts3server u
[  OK  ] Update ts3server: Checking for update: teamspeak.com

Update available:
	Current build: 3.5.0 amd64
	Available build: 3.5.1 amd64

Applying update...
downloading teamspeak3-server_linux_amd64-3.5.1.tar.bz2...downloading teamspeak3-server_linux_amd64-3.5.1.tar.bz2...
curl: (6) Could not resolve host: null
FAIL
null

I already tried re-downloading ts3server:
./linuxgsm.sh ts3server; rm ts3server; mv ts3server-2 ts3server
I also tried updating the functions:
./ts3server uf

Still no luck. Any ideas?

Cheers

Originally created by @PhilPhonic on GitHub (Dec 18, 2018). Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/2127 Hi, the update function of ts3server is not working anymore: ``` ts3@srv:~$ ./ts3server u [ OK ] Update ts3server: Checking for update: teamspeak.com Update available: Current build: 3.5.0 amd64 Available build: 3.5.1 amd64 Applying update... downloading teamspeak3-server_linux_amd64-3.5.1.tar.bz2...downloading teamspeak3-server_linux_amd64-3.5.1.tar.bz2... curl: (6) Could not resolve host: null FAIL null ``` I already tried re-downloading ts3server: `./linuxgsm.sh ts3server; rm ts3server; mv ts3server-2 ts3server` I also tried updating the functions: `./ts3server uf` Still no luck. Any ideas? Cheers
kerem 2026-02-27 02:58:16 +03:00
Author
Owner

@dgibbs64 commented on GitHub (Dec 18, 2018):

Can you ping google.com sounds like a DNS issue to me.

<!-- gh-comment-id:448276020 --> @dgibbs64 commented on GitHub (Dec 18, 2018): Can you `ping google.com` sounds like a DNS issue to me.
Author
Owner

@PhilPhonic commented on GitHub (Dec 18, 2018):

Aye, no problems with that:

ts3@srv:~$ ping -4 -c 3 google.com
PING google.com (216.58.205.238) 56(84) bytes of data.
64 bytes from fra15s24-in-f238.1e100.net (216.58.205.238): icmp_seq=1 ttl=57 time=5.14 ms
64 bytes from fra15s24-in-f238.1e100.net (216.58.205.238): icmp_seq=2 ttl=57 time=5.14 ms
64 bytes from fra15s24-in-f238.1e100.net (216.58.205.238): icmp_seq=3 ttl=57 time=5.13 ms

--- google.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2002ms
rtt min/avg/max/mdev = 5.134/5.141/5.147/0.005 ms
ts3@srv:~$ ping -6 -c 3 google.com
PING google.com(fra16s20-in-x0e.1e100.net (2a00:1450:4001:821::200e)) 56 data bytes
64 bytes from fra16s20-in-x0e.1e100.net (2a00:1450:4001:821::200e): icmp_seq=1 ttl=57 time=5.09 ms
64 bytes from fra16s20-in-x0e.1e100.net (2a00:1450:4001:821::200e): icmp_seq=2 ttl=57 time=5.09 ms
64 bytes from fra16s20-in-x0e.1e100.net (2a00:1450:4001:821::200e): icmp_seq=3 ttl=57 time=5.12 ms

--- google.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2002ms
rtt min/avg/max/mdev = 5.094/5.103/5.121/0.012 ms
<!-- gh-comment-id:448278326 --> @PhilPhonic commented on GitHub (Dec 18, 2018): Aye, no problems with that: ``` ts3@srv:~$ ping -4 -c 3 google.com PING google.com (216.58.205.238) 56(84) bytes of data. 64 bytes from fra15s24-in-f238.1e100.net (216.58.205.238): icmp_seq=1 ttl=57 time=5.14 ms 64 bytes from fra15s24-in-f238.1e100.net (216.58.205.238): icmp_seq=2 ttl=57 time=5.14 ms 64 bytes from fra15s24-in-f238.1e100.net (216.58.205.238): icmp_seq=3 ttl=57 time=5.13 ms --- google.com ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 2002ms rtt min/avg/max/mdev = 5.134/5.141/5.147/0.005 ms ts3@srv:~$ ping -6 -c 3 google.com PING google.com(fra16s20-in-x0e.1e100.net (2a00:1450:4001:821::200e)) 56 data bytes 64 bytes from fra16s20-in-x0e.1e100.net (2a00:1450:4001:821::200e): icmp_seq=1 ttl=57 time=5.09 ms 64 bytes from fra16s20-in-x0e.1e100.net (2a00:1450:4001:821::200e): icmp_seq=2 ttl=57 time=5.09 ms 64 bytes from fra16s20-in-x0e.1e100.net (2a00:1450:4001:821::200e): icmp_seq=3 ttl=57 time=5.12 ms --- google.com ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 2002ms rtt min/avg/max/mdev = 5.094/5.103/5.121/0.012 ms ```
Author
Owner

@dgibbs64 commented on GitHub (Dec 18, 2018):

I wonder if your blacklisted like here maybe https://github.com/GameServerManagers/LinuxGSM/issues/1124

The issue has not yet been resolved for us but I was thinking of setting up our own repo for teamspeak 3 downloads

<!-- gh-comment-id:448304249 --> @dgibbs64 commented on GitHub (Dec 18, 2018): I wonder if your blacklisted like here maybe https://github.com/GameServerManagers/LinuxGSM/issues/1124 The issue has not yet been resolved for us but I was thinking of setting up our own repo for teamspeak 3 downloads
Author
Owner

@dgibbs64 commented on GitHub (Dec 18, 2018):

Looks like there is a new official download repo https://files.teamspeak-services.com and are not using 4netplayers.de as the main repo.

Fix below

 curl -s 'https://www.teamspeak.com/versions/server.json' | jq -r '.linux.x86_64.mirrors."teamspeak.com"'
<!-- gh-comment-id:448307020 --> @dgibbs64 commented on GitHub (Dec 18, 2018): Looks like there is a new official download repo https://files.teamspeak-services.com and are not using 4netplayers.de as the main repo. Fix below ``` curl -s 'https://www.teamspeak.com/versions/server.json' | jq -r '.linux.x86_64.mirrors."teamspeak.com"' ``` <blockquote><div><strong><a href="https://files.teamspeak-services.com/">Index</a></strong></div></blockquote>
Author
Owner

@PhilPhonic commented on GitHub (Dec 18, 2018):

I feel stupid for not seeing this :-D

<!-- gh-comment-id:448359200 --> @PhilPhonic commented on GitHub (Dec 18, 2018): I feel stupid for not seeing this :-D
Author
Owner

@lock[bot] commented on GitHub (Dec 19, 2019):

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

<!-- gh-comment-id:567688498 --> @lock[bot] commented on GitHub (Dec 19, 2019): This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Sign in to join this conversation.
No labels
Atomic
Epic
cannot reproduce
command: backup
command: console
command: debug
command: details
command: fast-dl
command: install
command: mods
command: monitor
command: post-details
command: restart
command: send
command: start
command: stop
command: update
command: update-lgsm
command: validate
command: wipe
distro: AlmaLinux
distro: Arch Linux
distro: CentOS
distro: Debian
distro: Fedora
distro: RedHat
distro: Rocky Linux
distro: Ubuntu
distro: openSUSE
engine: goldsrc
engine: source
game: 7 Days to Die
game: ARMA 3
game: Ark: Survival Evolved
game: Assetto Corsa
game: Avorion
game: BATTALION: Legacy
game: Barotrauma
game: Battalion 1944
game: Battlefield 1942
game: Black Mesa: Deathmatch
game: Blade Symphony
game: Call of Duty 2
game: Call of Duty 4
game: Call of Duty: United Offensive
game: Counter-Strike 1.6
game: Counter-Strike 2
game: Counter-Strike: Global Offensive
game: Counter-Strike: Source
game: Day of Infamy
game: Dayz
game: Death Match Classic
game: Don't Starve Together
game: ET: Legacy
game: Eco
game: Factorio
game: Factorio
game: Garry's Mod
game: Half-Life
game: Hurtword
game: Insurgecy
game: Insurgecy
game: Insurgency: Sandstorm
game: Just Cause 3
game: Killing Floor
game: Killing Floor 2
game: Left 4 Dead 2
game: Minecraft
game: Minecraft Bedrock
game: Mordhau
game: Multi Theft Auto
game: Mumble
game: Natural Selection 2
game: No More Room in Hell
game: Pavlov VR
game: Post Scriptum
game: Project Zomboid
game: Quake 3
game: QuakeWorld
game: Red Orchestra: Ostfront 41-45
game: Return to Castle Wolfenstein
game: Rising World
game: Rust
game: San Andreas Multiplayer
game: Satisfactory
game: Soldat
game: Soldier of Fortune 2
game: Squad
game: Squad 44
game: Starbound
game: Stationeers
game: Sven Co-op
game: Team Fortress 2
game: Teamspeak 3
game: Teeworlds
game: Terraria
game: The Front
game: Unreal Tournament 2004
game: Unreal Tournament 3
game: Unreal Tournament 99
game: Unturned
game: Valheim
game: Wurm Unlimited
game: Zombie Master Reborn
game: label missing
good first issue
help wanted
info: alerts
info: dependency
info: docker
info: docs
info: email
info: query
info: steamcmd
info: systemd
info: tmux
info: website
info: website
needs more info
outcome: duplicate
outcome: issue resolved
outcome: issue resolved
outcome: issue unresolved
outcome: pr accepted
outcome: pr rejected
outcome: unconfirmed
outcome: wontfix
outcome: wrong forum
potential-duplicate
priority
pull-request
type: bug
type: feature
type: feature
type: feature request
type: game server request
type: refactor
waiting response
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/LinuxGSM#1640
No description provided.