[GH-ISSUE #1536] "fetching serverlist.csv...FAIL" #1198

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

Originally created by @cchrkk on GitHub (Jul 17, 2017).
Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/1536

csgoserver@ossola-gg:~$ wget -N --no-check-certificate https://gameservermanagers.com/dl/linuxgsm.sh && chmod +x linuxgsm.sh && bash linuxgsm.sh
--2017-07-17 19:02:17--  https://gameservermanagers.com/dl/linuxgsm.sh
Resolving gameservermanagers.com (gameservermanagers.com)... 104.31.93.238, 104.31.92.238
Connecting to gameservermanagers.com (gameservermanagers.com)|104.31.93.238|:443... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://raw.githubusercontent.com/GameServerManagers/LinuxGSM/master/linuxgsm.sh [following]
--2017-07-17 19:02:18--  https://raw.githubusercontent.com/GameServerManagers/LinuxGSM/master/linuxgsm.sh
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.112.133
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.112.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 11448 (11K) [text/plain]
Saving to: ‘linuxgsm.sh’

linuxgsm.sh         100%[=====================>]  11.18K  --.-KB/s   in 0.002s

Last-modified header missing -- time-stamps turned off.
2017-07-17 19:02:18 (6.97 MB/s) - ‘linuxgsm.sh’ saved [11448/11448]

    fetching serverlist.csv...FAIL

Hello,
It's my fault or it's something broken in the script?
This is not the first time I use this awesome tool, and this has never happened to me before.

EDIT: SOLVED, copy pasted the text from https://raw.githubusercontent.com/GameServerManagers/LinuxGSM/master/linuxgsm.sh and paste into the file with nano and now it works o.o

Originally created by @cchrkk on GitHub (Jul 17, 2017). Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/1536 ``` csgoserver@ossola-gg:~$ wget -N --no-check-certificate https://gameservermanagers.com/dl/linuxgsm.sh && chmod +x linuxgsm.sh && bash linuxgsm.sh --2017-07-17 19:02:17-- https://gameservermanagers.com/dl/linuxgsm.sh Resolving gameservermanagers.com (gameservermanagers.com)... 104.31.93.238, 104.31.92.238 Connecting to gameservermanagers.com (gameservermanagers.com)|104.31.93.238|:443... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://raw.githubusercontent.com/GameServerManagers/LinuxGSM/master/linuxgsm.sh [following] --2017-07-17 19:02:18-- https://raw.githubusercontent.com/GameServerManagers/LinuxGSM/master/linuxgsm.sh Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.112.133 Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.112.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 11448 (11K) [text/plain] Saving to: ‘linuxgsm.sh’ linuxgsm.sh 100%[=====================>] 11.18K --.-KB/s in 0.002s Last-modified header missing -- time-stamps turned off. 2017-07-17 19:02:18 (6.97 MB/s) - ‘linuxgsm.sh’ saved [11448/11448] fetching serverlist.csv...FAIL ``` Hello, It's my fault or it's something broken in the script? This is not the first time I use this awesome tool, and this has never happened to me before. EDIT: SOLVED, copy pasted the text from https://raw.githubusercontent.com/GameServerManagers/LinuxGSM/master/linuxgsm.sh and paste into the file with nano and now it works o.o
kerem 2026-02-27 02:55:50 +03:00
Author
Owner

@UltimateByte commented on GitHub (Jul 18, 2017):

Never seen this issue.
Please provide at least postdetails output so that we might understand.
https://github.com/GameServerManagers/LinuxGSM/wiki/Support#required-information-for-support

Also, please provide the output from this:
wget --version | grep "GNU Wget"

<!-- gh-comment-id:315972538 --> @UltimateByte commented on GitHub (Jul 18, 2017): Never seen this issue. Please provide at least postdetails output so that we might understand. https://github.com/GameServerManagers/LinuxGSM/wiki/Support#required-information-for-support Also, please provide the output from this: `wget --version | grep "GNU Wget"`
Author
Owner

@cchrkk commented on GitHub (Jul 18, 2017):

I think it had some problem on my side, since even downloading the script returned 404 sometimes.
Sorry for not outputting the result but I didn't have the ./csgoserver file.

wget --version | grep "GNU Wget"
GNU Wget 1.16 built on linux-gnu.

By the way it's solved, so no problem.

<!-- gh-comment-id:315974955 --> @cchrkk commented on GitHub (Jul 18, 2017): I think it had some problem on my side, since even downloading the script returned 404 sometimes. Sorry for not outputting the result but I didn't have the ./csgoserver file. > wget --version | grep "GNU Wget" > GNU Wget 1.16 built on linux-gnu. By the way it's solved, so no problem.
Author
Owner

@UltimateByte commented on GitHub (Jul 18, 2017):

Same wget as me. I assume it's a Debian based distro?
I would have like to know why this happened. You can still provide postdetails output to provide your distro info. :)

<!-- gh-comment-id:315975944 --> @UltimateByte commented on GitHub (Jul 18, 2017): Same wget as me. I assume it's a Debian based distro? I would have like to know why this happened. You can still provide postdetails output to provide your distro info. :)
Author
Owner

@cedarlug commented on GitHub (Jul 18, 2017):

Pretty sure it would be due to curl not being installed.

<!-- gh-comment-id:316091645 --> @cedarlug commented on GitHub (Jul 18, 2017): Pretty sure it would be due to curl not being installed.
Author
Owner

@Greybane commented on GitHub (Aug 5, 2017):

I'm also having this issue.

When I try to run it, I get this:

steam@baldurn:~/LinuxGSM$ ./linuxgsm.sh
fetching serverlist.csv...FAIL

uname -a

Linux baldurn 4.4.49-1-pve #1 SMP PVE 4.4.49-86 (Thu, 30 Mar 2017 08:39:20 +0200) x86_64 x86_64 x86_64 GNU/Linux

cat /etc/*-release

Ubuntu 16.04.2 LTS (Xenial Xerus)

ldd --version

ldd (Ubuntu GLIBC 2.23-0ubuntu9) 2.23
Copyright (C) 2016 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.

curl --version

curl 7.47.0 (x86_64-pc-linux-gnu) libcurl/7.47.0 GnuTLS/3.4.10 zlib/1.2.8 libidn/1.32 librtmp/2.3
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp smb smbs smtp smtps telnet tftp
Features: AsynchDNS IDN IPv6 Largefile GSS-API Kerberos SPNEGO NTLM NTLM_WB SSL libz TLS-SRP UnixSockets

<!-- gh-comment-id:320448124 --> @Greybane commented on GitHub (Aug 5, 2017): I'm also having this issue. When I try to run it, I get this: > steam@baldurn:~/LinuxGSM$ ./linuxgsm.sh > fetching serverlist.csv...FAIL uname -a > Linux baldurn 4.4.49-1-pve #1 SMP PVE 4.4.49-86 (Thu, 30 Mar 2017 08:39:20 +0200) x86_64 x86_64 x86_64 GNU/Linux cat /etc/*-release > Ubuntu 16.04.2 LTS (Xenial Xerus) ldd --version > ldd (Ubuntu GLIBC 2.23-0ubuntu9) 2.23 > Copyright (C) 2016 Free Software Foundation, Inc. > This is free software; see the source for copying conditions. There is NO > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > Written by Roland McGrath and Ulrich Drepper. curl --version > curl 7.47.0 (x86_64-pc-linux-gnu) libcurl/7.47.0 GnuTLS/3.4.10 zlib/1.2.8 libidn/1.32 librtmp/2.3 > Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp smb smbs smtp smtps telnet tftp > Features: AsynchDNS IDN IPv6 Largefile GSS-API Kerberos SPNEGO NTLM NTLM_WB SSL libz TLS-SRP UnixSockets
Author
Owner

@r0ber70 commented on GitHub (Jan 30, 2018):

In my case, it was due to curl not being installed. Thank you for the heads up.

<!-- gh-comment-id:361750581 --> @r0ber70 commented on GitHub (Jan 30, 2018): In my case, it was due to curl not being installed. Thank you for the heads up.
Author
Owner

@Fengzi2333 commented on GitHub (Jun 14, 2018):

same issue but surely curl correctly installed.

<!-- gh-comment-id:397151495 --> @Fengzi2333 commented on GitHub (Jun 14, 2018): same issue but surely curl correctly installed.
Author
Owner

@dgibbs64 commented on GitHub (Jun 15, 2018):

@Fengzi2333 If you are having an issue please see https://linuxgsm.com/support

LinuxGSM
There are various ways to get help and support with LinuxGSM. Including wiki, steam group and discord
<!-- gh-comment-id:397763952 --> @dgibbs64 commented on GitHub (Jun 15, 2018): @Fengzi2333 If you are having an issue please see https://linuxgsm.com/support <blockquote><img src="http://gameservermanagers.com/wp-content/uploads/2015/08/lgsm-full-dark.png" width="48" align="right"><div>LinuxGSM</div><div><strong><a href="https://linuxgsm.com/support/">Support – LinuxGSM</a></strong></div><div>There are various ways to get help and support with LinuxGSM. Including wiki, steam group and discord</div></blockquote>
Author
Owner

@lock[bot] commented on GitHub (Jun 16, 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:502412658 --> @lock[bot] commented on GitHub (Jun 16, 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#1198
No description provided.