mirror of
https://github.com/GameServerManagers/LinuxGSM.git
synced 2026-04-25 14:15:59 +03:00
[GH-ISSUE #4758] [Bug]: Installing ut99server: jq is not installed when jq is installed, error on script line 158. #2951
Labels
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
No due date set.
Dependencies
No dependencies set.
Reference
starred/LinuxGSM#2951
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Archaicus on GitHub (Feb 9, 2025).
Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/4758
User story
When installing ut99 server on Ubuntu 24.04 LTS there is an error in the install script on line 158 calling for jq saying that it is not installed when it is.
Game
Unreal Tournament 99
Linux distro
Ubuntu 24.04
Command
command: install
Further information
The install script is throwing the error
[ FAIL ] Installing ut99server: jq is not installed
/home/ut99server/lgsm/modules/update_ut99.sh: line 158: fn_script_log_fatal: command not found
jq is installed and even shows as a met dependency earlier in the install script.
Additional issue that I have worked around but is otherwise not documented on lgsm, needing to run "sudo dpkg --add-architecture i386" on 24.04 LTS so all the 32 bit dependencies are met to even attempt the install in the first place.
Relevant log output
Steps to reproduce
Be running Ubuntu 24.04 LTS
Install needed 32bit apt support
create ut99server user
run install script
get error
[ FAIL ] Installing ut99server: jq is not installed
/home/ut99server/lgsm/modules/update_ut99.sh: line 158: fn_script_log_fatal: command not found
NOTE: This machine is also running a Minecraft Java server from LGSM and it is working properly. There is nothing else running on this machine. It is supposed to be dedicated to game servers.
@dgibbs64 commented on GitHub (Feb 9, 2025):
Thanks for this. It was a bug. I have released a hotfix
@Seedling1154 commented on GitHub (Feb 9, 2025):
what was the fix for this cause im having the same issue and ur "hotfix" doesnt seem to exist i literally just installed linuxgsm new so i should have it
@Archaicus commented on GitHub (Feb 9, 2025):
I spooled up a new Ubuntu VM and can verify that the issues still exists. The change is now it no longer reports that there is an error on line 158. We now simply get [ FAIL ] Installing ut99server: jq is not installed.
From the log.
Feb 09 19:09:21.502 ut99server: INSTALL: INFO: Logs installed
Feb 09 19:09:24.491 ut99server: INSTALL: INFO: Required dependencies already installed.
Feb 09 19:09:27.069 ut99server: INSTALL: PASS: Downloading ut99-server-469b-ultimate-linux.tar.xz...
Feb 09 19:09:27.494 ut99server: INSTALL: PASS: Verifying ut99-server-469b-ultimate-linux.tar.xz with MD5
Feb 09 19:09:27.495 ut99server: INSTALL: INFO: ut99-server-469b-ultimate-linux.tar.xz returned MD5 checksum: dba3f1122a5e60ee45ece7422fcf78f5
Feb 09 19:09:27.496 ut99server: INSTALL: INFO: Expected MD5 checksum: dba3f1122a5e60ee45ece7422fcf78f5
Feb 09 19:09:37.195 ut99server: INSTALL: PASS: Extracting ut99-server-469b-ultimate-linux.tar.xz
Feb 09 19:09:37.320 ut99server: INSTALL: PASS: clearing tmp directory /home/ut99server/lgsm/tmp
Feb 09 19:09:37.454 ut99server: INSTALL: FAIL: jq is not installed
Feb 09 19:09:37.460 ut99server: INSTALL: INFO: LinuxGSM version: v25.1.3
Feb 09 19:09:37.461 ut99server: INSTALL: FAIL: core_exit.sh exiting with code: 1
@Archaicus commented on GitHub (Feb 9, 2025):
As of right now it everything seems to be working correctly. Thanks for the updates.
@github-actions[bot] commented on GitHub (Feb 16, 2026):
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.