[GH-ISSUE #3631] Can't download Linuxgsm server #2421

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

Originally created by @Maxime66410 on GitHub (Oct 23, 2021).
Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/3631

Hello, I have a bug at the moment, I can no longer download any server directly from your site via the commands given.

wget -O linuxgsm.sh https://linuxgsm.sh && chmod +x linuxgsm.sh && bash linuxgsm.sh mcserver

This command allows to download the files, however at the end of the download it does this to me :

`

seyymc@maxime-serveur:~$ wget -O linuxgsm.sh https://linuxgsm.sh && chmod +x linuxgsm.sh && bash linuxgsm.sh mcserver
--2021-10-23 19:13:20-- https://linuxgsm.sh/
Résolution de linuxgsm.sh (linuxgsm.sh)… 2606:4700:3032::ac43:8701, 2606:4700:3031::6815:69e, 172.67.135.1, ...
Connexion à linuxgsm.sh (linuxgsm.sh)|2606:4700:3032::ac43:8701|:443… connecté.
requête HTTP transmise, en attente de la réponse… 301 Moved Permanently
Emplacement : https://raw.githubusercontent.com/GameServerManagers/LinuxGSM/master/linuxgsm.sh [suivant]
--2021-10-23 19:13:21-- https://raw.githubusercontent.com/GameServerManagers/LinuxGSM/master/linuxgsm.sh
Résolution de raw.githubusercontent.com (raw.githubusercontent.com)… 185.199.109.133, 185.199.110.133, 185.199.111.133, ...
Connexion à raw.githubusercontent.com (raw.githubusercontent.com)|185.199.109.133|:443… connecté.
requête HTTP transmise, en attente de la réponse… 200 OK
Taille : 18646 (18K) [text/plain]
Sauvegarde en : « linuxgsm.sh »

linuxgsm.sh 100%[===================>] 18,21K --.-KB/s ds 0,005s

2021-10-23 19:13:21 (3,38 MB/s) — « linuxgsm.sh » sauvegardé [18646/18646]

fetching GitHub serverlist.csv...ERROR
fetching Bitbucket serverlist.csv...FAIL
linuxgsm.sh: ligne 123: core_exit.sh : commande introuvable
[ FAIL ] serverlist.csv could not be loaded.

`

I looked for multiple solutions example : New to linux, issue installing LinuxGSM
, problem with get downloading #2926
, "fetching serverlist.csv...FAIL" #1536
.

But no solutions offered not work.

uname -a :
Linux maxime-serveur 5.9.0-4-amd64 #1 SMP Debian 5.9.11-1 (2020-11-27) x86_64 GNU/Linux

cat /etc/*-release :
PRETTY_NAME="Debian GNU/Linux bullseye/sid" NAME="Debian GNU/Linux" ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support" BUG_REPORT_URL="https://bugs.debian.org/"

ldd --version :
ldd (Debian GLIBC 2.28-10) 2.28 Copyright © 2018 Free Software Foundation, Inc. Ce logiciel est libre; voir les sources pour les conditions de reproduction. AUCUNE garantie n'est donnée; tant pour des raisons COMMERCIALES que pour RÉPONDRE À UN BESOIN PARTICULIER. Écrits par Roland McGrath et Ulrich Drepper.

curl --version :
curl 7.64.0 (x86_64-pc-linux-gnu) libcurl/7.64.0 OpenSSL/1.1.1d zlib/1.2.11 libidn2/2.3.0 libpsl/0.21.0 (+libidn2/2.3.0) libssh2/1.8.0 nghttp2/1.42.0 librtmp/2.3 Release-Date: 2019-02-06 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp Features: AsynchDNS IDN IPv6 Largefile GSS-API Kerberos SPNEGO NTLM NTLM_WB SSL libz TLS-SRP HTTP2 UnixSockets HTTPS-proxy PSL

So I try to install it manually with this link linuxgsm.sh , but it also doesn't work.

I also check if all the dependencies have been downloaded correctly, everything is correct.

Originally created by @Maxime66410 on GitHub (Oct 23, 2021). Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/3631 Hello, I have a bug at the moment, I can no longer download any server directly from your site via the commands given. _wget -O linuxgsm.sh https://linuxgsm.sh && chmod +x linuxgsm.sh && bash linuxgsm.sh mcserver_ This command allows to download the files, however at the end of the download it does this to me : ` ` ` seyymc@maxime-serveur:~$ wget -O linuxgsm.sh https://linuxgsm.sh && chmod +x linuxgsm.sh && bash linuxgsm.sh mcserver --2021-10-23 19:13:20-- https://linuxgsm.sh/ Résolution de linuxgsm.sh (linuxgsm.sh)… 2606:4700:3032::ac43:8701, 2606:4700:3031::6815:69e, 172.67.135.1, ... Connexion à linuxgsm.sh (linuxgsm.sh)|2606:4700:3032::ac43:8701|:443… connecté. requête HTTP transmise, en attente de la réponse… 301 Moved Permanently Emplacement : https://raw.githubusercontent.com/GameServerManagers/LinuxGSM/master/linuxgsm.sh [suivant] --2021-10-23 19:13:21-- https://raw.githubusercontent.com/GameServerManagers/LinuxGSM/master/linuxgsm.sh Résolution de raw.githubusercontent.com (raw.githubusercontent.com)… 185.199.109.133, 185.199.110.133, 185.199.111.133, ... Connexion à raw.githubusercontent.com (raw.githubusercontent.com)|185.199.109.133|:443… connecté. requête HTTP transmise, en attente de la réponse… 200 OK Taille : 18646 (18K) [text/plain] Sauvegarde en : « linuxgsm.sh » linuxgsm.sh 100%[===================>] 18,21K --.-KB/s ds 0,005s 2021-10-23 19:13:21 (3,38 MB/s) — « linuxgsm.sh » sauvegardé [18646/18646] fetching GitHub serverlist.csv...ERROR fetching Bitbucket serverlist.csv...FAIL linuxgsm.sh: ligne 123: core_exit.sh : commande introuvable [ FAIL ] serverlist.csv could not be loaded. ` ` ` I looked for multiple solutions example : [New to linux, issue installing LinuxGSM ](https://www.reddit.com/r/linux_gaming/comments/lpd1ew/new_to_linux_issue_installing_linuxgsm/), [problem with get downloading #2926 ](https://github.com/GameServerManagers/LinuxGSM/issues/2926), ["fetching serverlist.csv...FAIL" #1536 ](https://github.com/GameServerManagers/LinuxGSM/issues/1536). But no solutions offered not work. uname -a : `Linux maxime-serveur 5.9.0-4-amd64 #1 SMP Debian 5.9.11-1 (2020-11-27) x86_64 GNU/Linux` cat /etc/*-release : `PRETTY_NAME="Debian GNU/Linux bullseye/sid" NAME="Debian GNU/Linux" ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support" BUG_REPORT_URL="https://bugs.debian.org/" ` ldd --version : `ldd (Debian GLIBC 2.28-10) 2.28 Copyright © 2018 Free Software Foundation, Inc. Ce logiciel est libre; voir les sources pour les conditions de reproduction. AUCUNE garantie n'est donnée; tant pour des raisons COMMERCIALES que pour RÉPONDRE À UN BESOIN PARTICULIER. Écrits par Roland McGrath et Ulrich Drepper. ` curl --version : `curl 7.64.0 (x86_64-pc-linux-gnu) libcurl/7.64.0 OpenSSL/1.1.1d zlib/1.2.11 libidn2/2.3.0 libpsl/0.21.0 (+libidn2/2.3.0) libssh2/1.8.0 nghttp2/1.42.0 librtmp/2.3 Release-Date: 2019-02-06 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp Features: AsynchDNS IDN IPv6 Largefile GSS-API Kerberos SPNEGO NTLM NTLM_WB SSL libz TLS-SRP HTTP2 UnixSockets HTTPS-proxy PSL ` So I try to install it manually with this link [linuxgsm.sh](https://raw.githubusercontent.com/GameServerManagers/LinuxGSM/master/linuxgsm.sh) , but it also doesn't work. I also check if all the dependencies have been downloaded correctly, everything is correct.
Author
Owner

@johnoclockdk commented on GitHub (Oct 23, 2021):

we are geting more that error but we dont know what it is atm

<!-- gh-comment-id:950185775 --> @johnoclockdk commented on GitHub (Oct 23, 2021): we are geting more that error but we dont know what it is atm
Author
Owner

@Maxime66410 commented on GitHub (Oct 23, 2021):

we are geting more that error but we dont know what it is atm

Atm ?

<!-- gh-comment-id:950185970 --> @Maxime66410 commented on GitHub (Oct 23, 2021): > we are geting more that error but we dont know what it is atm Atm ?
Author
Owner

@johnoclockdk commented on GitHub (Oct 23, 2021):

we are geting more that error but we dont know what it is atm

Atm ?

at the time or at the moment

<!-- gh-comment-id:950186109 --> @johnoclockdk commented on GitHub (Oct 23, 2021): > > we are geting more that error but we dont know what it is atm > > Atm ? at the time or at the moment
Author
Owner

@Maxime66410 commented on GitHub (Oct 23, 2021):

we are geting more that error but we dont know what it is atm

Atm ?

at the time or at the moment

Ah ok

<!-- gh-comment-id:950186228 --> @Maxime66410 commented on GitHub (Oct 23, 2021): > > > we are geting more that error but we dont know what it is atm > > > > > > Atm ? > > at the time or at the moment Ah ok
Author
Owner

@Maxime66410 commented on GitHub (Oct 23, 2021):

How to fix this ?

Is easy, you can just update the OS.

The update was fine to install but at the same time it was still considered as an old version, so I had to redo the update.

https://www.linuxtechi.com/how-to-upgrade-debian-10-to-debian-11/

<!-- gh-comment-id:950223827 --> @Maxime66410 commented on GitHub (Oct 23, 2021): How to fix this ? Is easy, you can just update the OS. The update was fine to install but at the same time it was still considered as an old version, so I had to redo the update. https://www.linuxtechi.com/how-to-upgrade-debian-10-to-debian-11/
Author
Owner

@github-actions[bot] commented on GitHub (Oct 24, 2022):

This issue 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:1288237686 --> @github-actions[bot] commented on GitHub (Oct 24, 2022): This issue 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#2421
No description provided.