GameServerManagers / LinuxGSM

The command-line tool for quick, simple deployment and management of Linux dedicated game servers.
https://linuxgsm.com
MIT License
4.3k stars 819 forks source link

[ts3server] update function broken #2127

Closed PhilPhonic closed 5 years ago

PhilPhonic commented 5 years ago

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

dgibbs64 commented 5 years ago

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

PhilPhonic commented 5 years ago

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
dgibbs64 commented 5 years ago

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

dgibbs64 commented 5 years ago

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"'
Index
PhilPhonic commented 5 years ago

I feel stupid for not seeing this :-D

lock[bot] commented 4 years ago

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.