[GH-ISSUE #1659] Factorio Game Server: No update possible #1292

Closed
opened 2026-02-27 02:56:20 +03:00 by kerem · 5 comments
Owner

Originally created by @freaky-m0 on GitHub (Oct 20, 2017).
Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/1659

I try to update my factorio server with ./fctrserver update and only get [ FAIL ] Update fctrserver: Checking for update: factorio.com: Not returning version info

I already updated my scripts with ./fctrserver update-functions:

[ .... ] Update LinuxGSM fctrserver: Updating LinuxGSM
    checking config _default.cfg...OK
    checking linuxgsm.sh...OK
    checking fctrserver...OK
    checking function alert.sh...OK
    checking function check_config.sh...OK
    checking function check_deps.sh...OK
    checking function check_executable.sh...OK
    checking function check_glibc.sh...OK
    checking function check_ip.sh...OK
    checking function check_logs.sh...OK
    checking function check_permissions.sh...OK
    checking function check_root.sh...OK
    checking function check.sh...OK
    checking function check_status.sh...OK
    checking function check_system_dir.sh...OK
    checking function check_system_requirements.sh...OK
    checking function check_tmuxception.sh...OK
    checking function command_install.sh...OK
    checking function command_monitor.sh...OK
    checking function command_restart.sh...OK
    checking function command_start.sh...OK
    checking function command_stop.sh...OK
    checking function command_update_linuxgsm.sh...OK
    checking function command_update.sh...OK
    checking function core_dl.sh...OK
    checking function core_exit.sh...OK
    checking function core_functions.sh...OK
    checking function core_getopt.sh...OK
    checking function core_legacy.sh...OK
    checking function core_messages.sh...OK
    checking function core_trap.sh...OK
    checking function fix.sh...OK
    checking function info_config.sh...OK
    checking function info_distro.sh...OK
    checking function info_glibc.sh...OK
    checking function install_complete.sh...OK
    checking function install_config.sh...OK
    checking function install_factorio_save.sh...OK
    checking function install_header.sh...OK
    checking function install_logs.sh...OK
    checking function install_server_dir.sh...OK
    checking function install_server_files.sh...OK
    checking function logs.sh...OK
    checking function update_factorio.sh...OK
[  OK  ] Update LinuxGSM fctrserver: Updating functions

Am i doing it wrong? Or is there something wrong with the factorio scripts?

Originally created by @freaky-m0 on GitHub (Oct 20, 2017). Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/1659 I try to update my factorio server with `./fctrserver update` and only get `[ FAIL ] Update fctrserver: Checking for update: factorio.com: Not returning version info` I already updated my scripts with `./fctrserver update-functions`: ``` [ .... ] Update LinuxGSM fctrserver: Updating LinuxGSM checking config _default.cfg...OK checking linuxgsm.sh...OK checking fctrserver...OK checking function alert.sh...OK checking function check_config.sh...OK checking function check_deps.sh...OK checking function check_executable.sh...OK checking function check_glibc.sh...OK checking function check_ip.sh...OK checking function check_logs.sh...OK checking function check_permissions.sh...OK checking function check_root.sh...OK checking function check.sh...OK checking function check_status.sh...OK checking function check_system_dir.sh...OK checking function check_system_requirements.sh...OK checking function check_tmuxception.sh...OK checking function command_install.sh...OK checking function command_monitor.sh...OK checking function command_restart.sh...OK checking function command_start.sh...OK checking function command_stop.sh...OK checking function command_update_linuxgsm.sh...OK checking function command_update.sh...OK checking function core_dl.sh...OK checking function core_exit.sh...OK checking function core_functions.sh...OK checking function core_getopt.sh...OK checking function core_legacy.sh...OK checking function core_messages.sh...OK checking function core_trap.sh...OK checking function fix.sh...OK checking function info_config.sh...OK checking function info_distro.sh...OK checking function info_glibc.sh...OK checking function install_complete.sh...OK checking function install_config.sh...OK checking function install_factorio_save.sh...OK checking function install_header.sh...OK checking function install_logs.sh...OK checking function install_server_dir.sh...OK checking function install_server_files.sh...OK checking function logs.sh...OK checking function update_factorio.sh...OK [ OK ] Update LinuxGSM fctrserver: Updating functions ``` Am i doing it wrong? Or is there something wrong with the factorio scripts?
kerem closed this issue 2026-02-27 02:56:20 +03:00
Author
Owner

@marvinlehmann commented on GitHub (Oct 21, 2017):

I can't reproduce it on my end. :/ Which Factorio branch are you on?
Please post more details (./fctrserver pd). Could you try running:

echo $(curl -s https://www.factorio.com/download-headless/stable | grep 'headless/linux64' | head -n 1 | grep -oP '(?<=get-download/).*?(?=/)')

curl -s https://www.factorio.com/download-headless/stable

Replace "stable" in the URLs if you are on a different branch.

Line in question: https://github.com/GameServerManagers/LinuxGSM/blob/master/lgsm/functions/update_factorio.sh#L79

<!-- gh-comment-id:338398951 --> @marvinlehmann commented on GitHub (Oct 21, 2017): I can't reproduce it on my end. :/ Which Factorio branch are you on? Please post more details (./fctrserver pd). Could you try running: `echo $(curl -s https://www.factorio.com/download-headless/stable | grep 'headless/linux64' | head -n 1 | grep -oP '(?<=get-download/).*?(?=/)')` `curl -s https://www.factorio.com/download-headless/stable` Replace "stable" in the URLs if you are on a different branch. Line in question: https://github.com/GameServerManagers/LinuxGSM/blob/master/lgsm/functions/update_factorio.sh#L79
Author
Owner

@freaky-m0 commented on GitHub (Oct 21, 2017):

I am on the "experimental" branch. Didn't play or update for a while. (Some month i guess.)

./fctrserver pd >> https://hastebin.com/konibisuci

echo $(curl -s https://www.factorio.com/download-headless/stable | grep 'headless/linux64' | head -n 1 | grep -oP '(?<=get-download/).*?(?=/)') >> 0.15.37

curl -s https://www.factorio.com/download-headless/experimental >> https://hastebin.com/obuqesefil

EDIT: Now when i realized that my server is on the newest version.. (facepalm) maybe that's the problem? But then it should not show an error but "already newest version" or so?

<!-- gh-comment-id:338408138 --> @freaky-m0 commented on GitHub (Oct 21, 2017): I am on the "experimental" branch. Didn't play or update for a while. (Some month i guess.) `./fctrserver pd` >> [https://hastebin.com/konibisuci](https://hastebin.com/konibisuci) `echo $(curl -s https://www.factorio.com/download-headless/stable | grep 'headless/linux64' | head -n 1 | grep -oP '(?<=get-download/).*?(?=/)')` >> 0.15.37 `curl -s https://www.factorio.com/download-headless/experimental` >> [https://hastebin.com/obuqesefil](https://hastebin.com/obuqesefil) EDIT: Now when i realized that my server is on the newest version.. (*facepalm*) maybe that's the problem? But then it should not show an error but "already newest version" or so?
Author
Owner

@marvinlehmann commented on GitHub (Oct 21, 2017):

Latest releases
Stable: 0.15.37
Experimental: None

Oh. That explains it, I think.

No download links listed on https://www.factorio.com/download-headless/experimental.

<!-- gh-comment-id:338408446 --> @marvinlehmann commented on GitHub (Oct 21, 2017): > Latest releases > Stable: 0.15.37 > Experimental: None Oh. That explains it, I think. No download links listed on https://www.factorio.com/download-headless/experimental.
Author
Owner

@freaky-m0 commented on GitHub (Oct 21, 2017):

Because they moved it to stable! Of course. I didn't realize that. Yes that explains it indeed. It was just confusing.

Thank you ;)

<!-- gh-comment-id:338408568 --> @freaky-m0 commented on GitHub (Oct 21, 2017): Because they moved it to stable! Of course. I didn't realize that. Yes that explains it indeed. It was just confusing. Thank you ;)
Author
Owner

@lock[bot] commented on GitHub (Oct 21, 2018):

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:431678031 --> @lock[bot] commented on GitHub (Oct 21, 2018): 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#1292
No description provided.