[GH-ISSUE #4842] [Bug]: CS2 server fails to start after recent game updates #3004

Closed
opened 2026-02-27 03:06:42 +03:00 by kerem · 3 comments
Owner

Originally created by @borzaka on GitHub (Oct 26, 2025).
Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/4842

User story

As a CS2 dedicated server administrator, I want the server to launch using the cs2.sh script instead of the cs2 binary so that the server starts correctly with proper library paths after recent CS2 updates.

Game

Counter-Strike 2

Linux distro

Debian 12

Command

command: start

Further information

LinuxGSM currently launches the Counter-Strike 2 dedicated server by executing the cs2 binary directly. However, Valve has updated their official documentation to recommend using the cs2.sh script instead, which properly sets up the LD_LIBRARY_PATH environment variable.

Recent CS2 updates have made this change necessary, and servers may fail to start or encounter runtime errors when launched directly via the binary.

Valve developer comment from a related issue:

...
Thank you for bringing this to our attention.

We've updated our documentation to recommend using the cs2.sh script, which sets up the LD_LIBRARY_PATH environment correctly: https://developer.valvesoftware.com/wiki/Counter-Strike_2/Dedicated_Servers#Linux

We do not recommend running the cs2 binary directly.
...

See original comment: https://github.com/ValveSoftware/csgo-osx-linux/issues/4199#issuecomment-3335877060

Shell output:

cs2server@PRECISION-5820:~$ ./cs2server start
[ FAIL ] Starting cs2server: Unable to start LAN #1

Relevant log output

Loaded /home/cs2server/serverfiles/game/bin/linuxsteamrt64/libengine2.so, got 0x561f57da3950

Console initialized.
Steam AppId(730), BreakpadId(2347771)
InitSteamLogin_Internal: Initializing breakpad.
Using breakpad crash handler
Steam Universe is invalid, possibly asking before Steam was successfully initialized.
ResetBreakpadAppId: Universe is 0 (k_EUniverseInvalid)
ResetBreakpadAppId: Setting dedicated server app id: 2347773
Setting breakpad minidump AppID = 2347773
Forcing breakpad minidump interfaces to load
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Loaded libSDL3.so.0, got 0x561f57eb5120
Loaded /home/cs2server/serverfiles/game/bin/linuxsteamrt64/libtier0.so, got 0x561f57d8c710
Visibility enabled.
Loaded /home/cs2server/serverfiles/game/bin/linuxsteamrt64/libfilesystem_stdio.so, got 0x561f57eb5cf0
USRLOCAL path not found!
Loaded /home/cs2server/serverfiles/game/bin/linuxsteamrt64/liblocalize.so, got 0x561f57eb6630
Loaded /home/cs2server/serverfiles/game/bin/linuxsteamrt64/librendersystemempty.so, got 0x561f57eb6f70
Loaded /home/cs2server/serverfiles/game/bin/linuxsteamrt64/libresourcesystem.so, got 0x561f57eb78b0
Loaded /home/cs2server/serverfiles/game/bin/linuxsteamrt64/libschemasystem.so, got 0x561f57eb7dd0
Trying to set dxlevel (111) which is higher than the card can support (110)!
Loaded /home/cs2server/serverfiles/game/bin/linuxsteamrt64/libmaterialsystem2.so, got 0x561f57eb8710
---------------
Path ID:             File Path:
ADDONS               "/home/cs2server/serverfiles/game/csgo_addons/" 
CONTENT              "/home/cs2server/serverfiles/content/csgo/addons/metamod/" 
CONTENT              "/home/cs2server/serverfiles/content/csgo/" 
CONTENT              "/home/cs2server/serverfiles/content/csgo_imported/" 
CONTENT              "/home/cs2server/serverfiles/content/csgo_core/" 
CONTENT              "/home/cs2server/serverfiles/content/core/" 
CONTENTADDONS        "/home/cs2server/serverfiles/content/csgo_addons/" 
CONTENTROOT          "/home/cs2server/serverfiles/content/" 
DEFAULT_WRITE_PATH   "/home/cs2server/serverfiles/game/csgo/addons/metamod/" 
EXECUTABLE_PATH      "/home/cs2server/serverfiles/game/bin/linuxsteamrt64/" 
GAME                 "/home/cs2server/serverfiles/game/csgo/pak01.vpk" (vpk) /home/cs2server/serverfiles/game/csgo/pak01.vpk
GAME                 "/home/cs2server/serverfiles/game/csgo_imported/pak01.vpk" (vpk) /home/cs2server/serverfiles/game/csgo_imported/pak01.vpk
GAME                 "/home/cs2server/serverfiles/game/csgo_core/pak01.vpk" (vpk) /home/cs2server/serverfiles/game/csgo_core/pak01.vpk
GAME                 "/home/cs2server/serverfiles/game/core/pak01.vpk" (vpk) /home/cs2server/serverfiles/game/core/pak01.vpk
GAME                 "/home/cs2server/serverfiles/game/csgo/shaders_vulkan.vpk" (vpk) /home/cs2server/serverfiles/game/csgo/shaders_vulkan.vpk
GAME                 "/home/cs2server/serverfiles/game/csgo_core/shaders_vulkan.vpk" (vpk) /home/cs2server/serverfiles/game/csgo_core/shaders_vulkan.vpk
GAME                 "/home/cs2server/serverfiles/game/core/shaders_vulkan.vpk" (vpk) /home/cs2server/serverfiles/game/core/shaders_vulkan.vpk
GAME                 "/home/cs2server/serverfiles/game/csgo/addons/metamod/" 
GAME                 "/home/cs2server/serverfiles/game/csgo/" 
GAME                 "/home/cs2server/serverfiles/game/csgo_imported/" 
GAME                 "/home/cs2server/serverfiles/game/csgo_core/" 
GAME                 "/home/cs2server/serverfiles/game/core/" 
GAMEBIN              "/home/cs2server/serverfiles/game/csgo/addons/metamod/bin/linuxsteamrt64/" 
GAMEBIN              "/home/cs2server/serverfiles/game/csgo/addons/metamod/bin/" 
GAMEBIN              "/home/cs2server/serverfiles/game/csgo/bin/linuxsteamrt64/" 
GAMEBIN              "/home/cs2server/serverfiles/game/csgo/bin/" 
GAMEBIN              "/home/cs2server/serverfiles/game/csgo_imported/bin/linuxsteamrt64/" 
GAMEBIN              "/home/cs2server/serverfiles/game/csgo_imported/bin/" 
GAMEBIN              "/home/cs2server/serverfiles/game/csgo_core/bin/linuxsteamrt64/" 
GAMEBIN              "/home/cs2server/serverfiles/game/csgo_core/bin/" 
GAMEBIN              "/home/cs2server/serverfiles/game/core/bin/linuxsteamrt64/" 
GAMEBIN              "/home/cs2server/serverfiles/game/core/bin/" 
GAMEROOT             "/home/cs2server/serverfiles/game/" 
MOD                  "/home/cs2server/serverfiles/game/csgo/pak01.vpk" (vpk) /home/cs2server/serverfiles/game/csgo/pak01.vpk
MOD                  "/home/cs2server/serverfiles/game/csgo_imported/pak01.vpk" (vpk) /home/cs2server/serverfiles/game/csgo_imported/pak01.vpk
MOD                  "/home/cs2server/serverfiles/game/csgo_core/pak01.vpk" (vpk) /home/cs2server/serverfiles/game/csgo_core/pak01.vpk
MOD                  "/home/cs2server/serverfiles/game/csgo/" 
MOD                  "/home/cs2server/serverfiles/game/csgo_imported/" 
MOD                  "/home/cs2server/serverfiles/game/csgo_core/" 
OFFICIAL_ADDONS      "/home/cs2server/serverfiles/game/csgo_community_addons/" 
PLATFORM             "/home/cs2server/serverfiles/game/core/pak01.vpk" (vpk) /home/cs2server/serverfiles/game/core/pak01.vpk
PLATFORM             "/home/cs2server/serverfiles/game/core/" 
SHADER_SOURCE        "/home/cs2server/serverfiles/src/shaders/csgo/addons/metamod/" 
SHADER_SOURCE        "/home/cs2server/serverfiles/src/shaders/csgo/" 
SHADER_SOURCE        "/home/cs2server/serverfiles/src/shaders/csgo_imported/" 
SHADER_SOURCE        "/home/cs2server/serverfiles/src/shaders/csgo_core/" 
SHADER_SOURCE        "/home/cs2server/serverfiles/src/shaders/core/" 
SHADER_SOURCE        "/home/cs2server/serverfiles/src/shaders/csgo_community_addons/" 
SHADER_SOURCE_MOD    "/home/cs2server/serverfiles/src/shaders/csgo/addons/metamod/" 
SHADER_SOURCE_ROOT   "/home/cs2server/serverfiles/src/shaders/" 
command line arguments:
-dedicated -ip 0.0.0.0 -port 27016 +tv_enable 1 +tv_port 27021 +sv_setsteamaccount XXX -authkey YYY +servercfgfile cs2server.cfg +game_type 0 +game_mode 1 +map de_dust2 -maxplayers 16
Loaded /home/cs2server/serverfiles/game/bin/linuxsteamrt64/libmeshsystem.so, got 0x561f57f270e0
Loaded /home/cs2server/serverfiles/game/bin/linuxsteamrt64/libworldrenderer.so, got 0x561f57f39a30
Loaded /home/cs2server/serverfiles/game/bin/linuxsteamrt64/libpulse_system.so, got 0x561f57f4c380
Loaded /home/cs2server/serverfiles/game/bin/linuxsteamrt64/libvscript.so, got 0x561f57f5ecd0
Loaded /home/cs2server/serverfiles/game/bin/linuxsteamrt64/libnetworksystem.so, got 0x561f57f71200
Loaded /home/cs2server/serverfiles/game/bin/linuxsteamrt64/libanimationsystem.so, got 0x561f57f85c50
Loaded /home/cs2server/serverfiles/game/bin/linuxsteamrt64/libvphysics2.so, got 0x561f57f9d400
Loaded /home/cs2server/serverfiles/game/bin/linuxsteamrt64/libsoundsystem.so, got 0x561f57fafd50
Loaded /home/cs2server/serverfiles/game/bin/linuxsteamrt64/libscenesystem.so, got 0x561f57fc6cc0
Network System Initialized
MOD desires lightbinner GPU but is unsupported by HW (SupportsCompute=0 CubeMapArrays=0)
Loaded /home/cs2server/serverfiles/game/bin/linuxsteamrt64/libserver_valve.so, got (nil)
Loaded libserver_valve.so, got (nil)
Loaded /home/cs2server/serverfiles/game/csgo/bin/linuxsteamrt64/libserver.so, got (nil)
 failed to dlopen /home/cs2server/serverfiles/game/csgo/bin/linuxsteamrt64/libserver.so error=libv8.so: cannot open shared object file: No such file or directory
 failed to dlopen "/home/cs2server/serverfiles/game/csgo/bin/linuxsteamrt64/libserver.so" error=libv8.so: cannot open shared object file: No such file or directory
FATAL ERROR: CAppSystemDict:Unable to load module server (Dependency of application), error 2
 0 FATAL ERROR: CAppSystemDict:Unable to load module server (Dependency of application), error 2

Steps to reproduce

  1. Install CS2 dedicated server
  2. Attempt to start the server
  3. Server may fail to start or encounter library loading errors
Originally created by @borzaka on GitHub (Oct 26, 2025). Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/4842 ### User story As a CS2 dedicated server administrator, I want the server to launch using the cs2.sh script instead of the cs2 binary so that the server starts correctly with proper library paths after recent CS2 updates. ### Game Counter-Strike 2 ### Linux distro Debian 12 ### Command command: start ### Further information LinuxGSM currently launches the Counter-Strike 2 dedicated server by executing the `cs2` binary directly. However, Valve has updated their [official documentation](https://developer.valvesoftware.com/wiki/Counter-Strike_2/Dedicated_Servers#Linux) to recommend using the `cs2.sh` script instead, which properly sets up the `LD_LIBRARY_PATH` environment variable. Recent CS2 updates have made this change necessary, and servers may fail to start or encounter runtime errors when launched directly via the binary. Valve developer comment from a related issue: > ... > Thank you for bringing this to our attention. > > We've updated our documentation to recommend using the cs2.sh script, which sets up the LD_LIBRARY_PATH environment correctly: https://developer.valvesoftware.com/wiki/Counter-Strike_2/Dedicated_Servers#Linux > > We do not recommend running the cs2 binary directly. > ... See original comment: https://github.com/ValveSoftware/csgo-osx-linux/issues/4199#issuecomment-3335877060 Shell output: ```bash cs2server@PRECISION-5820:~$ ./cs2server start [ FAIL ] Starting cs2server: Unable to start LAN #1 ``` ### Relevant log output ```shell Loaded /home/cs2server/serverfiles/game/bin/linuxsteamrt64/libengine2.so, got 0x561f57da3950 Console initialized. Steam AppId(730), BreakpadId(2347771) InitSteamLogin_Internal: Initializing breakpad. Using breakpad crash handler Steam Universe is invalid, possibly asking before Steam was successfully initialized. ResetBreakpadAppId: Universe is 0 (k_EUniverseInvalid) ResetBreakpadAppId: Setting dedicated server app id: 2347773 Setting breakpad minidump AppID = 2347773 Forcing breakpad minidump interfaces to load Looking up breakpad interfaces from steamclient Calling BreakpadMiniDumpSystemInit Loaded libSDL3.so.0, got 0x561f57eb5120 Loaded /home/cs2server/serverfiles/game/bin/linuxsteamrt64/libtier0.so, got 0x561f57d8c710 Visibility enabled. Loaded /home/cs2server/serverfiles/game/bin/linuxsteamrt64/libfilesystem_stdio.so, got 0x561f57eb5cf0 USRLOCAL path not found! Loaded /home/cs2server/serverfiles/game/bin/linuxsteamrt64/liblocalize.so, got 0x561f57eb6630 Loaded /home/cs2server/serverfiles/game/bin/linuxsteamrt64/librendersystemempty.so, got 0x561f57eb6f70 Loaded /home/cs2server/serverfiles/game/bin/linuxsteamrt64/libresourcesystem.so, got 0x561f57eb78b0 Loaded /home/cs2server/serverfiles/game/bin/linuxsteamrt64/libschemasystem.so, got 0x561f57eb7dd0 Trying to set dxlevel (111) which is higher than the card can support (110)! Loaded /home/cs2server/serverfiles/game/bin/linuxsteamrt64/libmaterialsystem2.so, got 0x561f57eb8710 --------------- Path ID: File Path: ADDONS "/home/cs2server/serverfiles/game/csgo_addons/" CONTENT "/home/cs2server/serverfiles/content/csgo/addons/metamod/" CONTENT "/home/cs2server/serverfiles/content/csgo/" CONTENT "/home/cs2server/serverfiles/content/csgo_imported/" CONTENT "/home/cs2server/serverfiles/content/csgo_core/" CONTENT "/home/cs2server/serverfiles/content/core/" CONTENTADDONS "/home/cs2server/serverfiles/content/csgo_addons/" CONTENTROOT "/home/cs2server/serverfiles/content/" DEFAULT_WRITE_PATH "/home/cs2server/serverfiles/game/csgo/addons/metamod/" EXECUTABLE_PATH "/home/cs2server/serverfiles/game/bin/linuxsteamrt64/" GAME "/home/cs2server/serverfiles/game/csgo/pak01.vpk" (vpk) /home/cs2server/serverfiles/game/csgo/pak01.vpk GAME "/home/cs2server/serverfiles/game/csgo_imported/pak01.vpk" (vpk) /home/cs2server/serverfiles/game/csgo_imported/pak01.vpk GAME "/home/cs2server/serverfiles/game/csgo_core/pak01.vpk" (vpk) /home/cs2server/serverfiles/game/csgo_core/pak01.vpk GAME "/home/cs2server/serverfiles/game/core/pak01.vpk" (vpk) /home/cs2server/serverfiles/game/core/pak01.vpk GAME "/home/cs2server/serverfiles/game/csgo/shaders_vulkan.vpk" (vpk) /home/cs2server/serverfiles/game/csgo/shaders_vulkan.vpk GAME "/home/cs2server/serverfiles/game/csgo_core/shaders_vulkan.vpk" (vpk) /home/cs2server/serverfiles/game/csgo_core/shaders_vulkan.vpk GAME "/home/cs2server/serverfiles/game/core/shaders_vulkan.vpk" (vpk) /home/cs2server/serverfiles/game/core/shaders_vulkan.vpk GAME "/home/cs2server/serverfiles/game/csgo/addons/metamod/" GAME "/home/cs2server/serverfiles/game/csgo/" GAME "/home/cs2server/serverfiles/game/csgo_imported/" GAME "/home/cs2server/serverfiles/game/csgo_core/" GAME "/home/cs2server/serverfiles/game/core/" GAMEBIN "/home/cs2server/serverfiles/game/csgo/addons/metamod/bin/linuxsteamrt64/" GAMEBIN "/home/cs2server/serverfiles/game/csgo/addons/metamod/bin/" GAMEBIN "/home/cs2server/serverfiles/game/csgo/bin/linuxsteamrt64/" GAMEBIN "/home/cs2server/serverfiles/game/csgo/bin/" GAMEBIN "/home/cs2server/serverfiles/game/csgo_imported/bin/linuxsteamrt64/" GAMEBIN "/home/cs2server/serverfiles/game/csgo_imported/bin/" GAMEBIN "/home/cs2server/serverfiles/game/csgo_core/bin/linuxsteamrt64/" GAMEBIN "/home/cs2server/serverfiles/game/csgo_core/bin/" GAMEBIN "/home/cs2server/serverfiles/game/core/bin/linuxsteamrt64/" GAMEBIN "/home/cs2server/serverfiles/game/core/bin/" GAMEROOT "/home/cs2server/serverfiles/game/" MOD "/home/cs2server/serverfiles/game/csgo/pak01.vpk" (vpk) /home/cs2server/serverfiles/game/csgo/pak01.vpk MOD "/home/cs2server/serverfiles/game/csgo_imported/pak01.vpk" (vpk) /home/cs2server/serverfiles/game/csgo_imported/pak01.vpk MOD "/home/cs2server/serverfiles/game/csgo_core/pak01.vpk" (vpk) /home/cs2server/serverfiles/game/csgo_core/pak01.vpk MOD "/home/cs2server/serverfiles/game/csgo/" MOD "/home/cs2server/serverfiles/game/csgo_imported/" MOD "/home/cs2server/serverfiles/game/csgo_core/" OFFICIAL_ADDONS "/home/cs2server/serverfiles/game/csgo_community_addons/" PLATFORM "/home/cs2server/serverfiles/game/core/pak01.vpk" (vpk) /home/cs2server/serverfiles/game/core/pak01.vpk PLATFORM "/home/cs2server/serverfiles/game/core/" SHADER_SOURCE "/home/cs2server/serverfiles/src/shaders/csgo/addons/metamod/" SHADER_SOURCE "/home/cs2server/serverfiles/src/shaders/csgo/" SHADER_SOURCE "/home/cs2server/serverfiles/src/shaders/csgo_imported/" SHADER_SOURCE "/home/cs2server/serverfiles/src/shaders/csgo_core/" SHADER_SOURCE "/home/cs2server/serverfiles/src/shaders/core/" SHADER_SOURCE "/home/cs2server/serverfiles/src/shaders/csgo_community_addons/" SHADER_SOURCE_MOD "/home/cs2server/serverfiles/src/shaders/csgo/addons/metamod/" SHADER_SOURCE_ROOT "/home/cs2server/serverfiles/src/shaders/" command line arguments: -dedicated -ip 0.0.0.0 -port 27016 +tv_enable 1 +tv_port 27021 +sv_setsteamaccount XXX -authkey YYY +servercfgfile cs2server.cfg +game_type 0 +game_mode 1 +map de_dust2 -maxplayers 16 Loaded /home/cs2server/serverfiles/game/bin/linuxsteamrt64/libmeshsystem.so, got 0x561f57f270e0 Loaded /home/cs2server/serverfiles/game/bin/linuxsteamrt64/libworldrenderer.so, got 0x561f57f39a30 Loaded /home/cs2server/serverfiles/game/bin/linuxsteamrt64/libpulse_system.so, got 0x561f57f4c380 Loaded /home/cs2server/serverfiles/game/bin/linuxsteamrt64/libvscript.so, got 0x561f57f5ecd0 Loaded /home/cs2server/serverfiles/game/bin/linuxsteamrt64/libnetworksystem.so, got 0x561f57f71200 Loaded /home/cs2server/serverfiles/game/bin/linuxsteamrt64/libanimationsystem.so, got 0x561f57f85c50 Loaded /home/cs2server/serverfiles/game/bin/linuxsteamrt64/libvphysics2.so, got 0x561f57f9d400 Loaded /home/cs2server/serverfiles/game/bin/linuxsteamrt64/libsoundsystem.so, got 0x561f57fafd50 Loaded /home/cs2server/serverfiles/game/bin/linuxsteamrt64/libscenesystem.so, got 0x561f57fc6cc0 Network System Initialized MOD desires lightbinner GPU but is unsupported by HW (SupportsCompute=0 CubeMapArrays=0) Loaded /home/cs2server/serverfiles/game/bin/linuxsteamrt64/libserver_valve.so, got (nil) Loaded libserver_valve.so, got (nil) Loaded /home/cs2server/serverfiles/game/csgo/bin/linuxsteamrt64/libserver.so, got (nil) failed to dlopen /home/cs2server/serverfiles/game/csgo/bin/linuxsteamrt64/libserver.so error=libv8.so: cannot open shared object file: No such file or directory failed to dlopen "/home/cs2server/serverfiles/game/csgo/bin/linuxsteamrt64/libserver.so" error=libv8.so: cannot open shared object file: No such file or directory FATAL ERROR: CAppSystemDict:Unable to load module server (Dependency of application), error 2 0 FATAL ERROR: CAppSystemDict:Unable to load module server (Dependency of application), error 2 ``` ### Steps to reproduce 1. Install CS2 dedicated server 2. Attempt to start the server 3. Server may fail to start or encounter library loading errors
Author
Owner

@esdete2 commented on GitHub (Oct 30, 2025):

Hey,
is there a workaround for this? I'm using LinuxGSM via Docker. When I try to start it manually inside the container it says:

FATAL: It appears cs2.sh was not launched within the Steam for Linux sniper runtime environment.
FATAL: Please consult documentation to ensure correct configuration, aborting.
<!-- gh-comment-id:3466349575 --> @esdete2 commented on GitHub (Oct 30, 2025): Hey, is there a workaround for this? I'm using LinuxGSM via Docker. When I try to start it manually inside the container it says: ``` FATAL: It appears cs2.sh was not launched within the Steam for Linux sniper runtime environment. FATAL: Please consult documentation to ensure correct configuration, aborting. ```
Author
Owner

@avery1327-dev commented on GitHub (Nov 2, 2025):

Hey there is there a quick fix for this? I Do not have any programming experience but i am unable to launch a cs2 server via linux gsm because of this. thanks!

<!-- gh-comment-id:3478009623 --> @avery1327-dev commented on GitHub (Nov 2, 2025): Hey there is there a quick fix for this? I Do not have any programming experience but i am unable to launch a cs2 server via linux gsm because of this. thanks!
Author
Owner

@borzaka commented on GitHub (Nov 2, 2025):

Fix for the original issue described above is to put this into lgsm/config-lgsm/cs2server/common.cfg

executabledir="${serverfiles}/game"
executable="./cs2.sh"

I'm not experiencing any issues with latest releases. On my Debian 12 system everything works with LinuxGSM and cs2server with Metamod with the fix above.

The new cs2.sh contains a check for a dedicated server and not enforcing the sniper container runtime if it was started with -dedicated

Try to run a validate; ./cs2server validate
(Don't forget to put back the Metamod config into gameinfo.gi)

<!-- gh-comment-id:3478076806 --> @borzaka commented on GitHub (Nov 2, 2025): Fix for the original issue described above is to put this into `lgsm/config-lgsm/cs2server/common.cfg` ``` executabledir="${serverfiles}/game" executable="./cs2.sh" ``` I'm not experiencing any issues with latest releases. On my Debian 12 system everything works with LinuxGSM and cs2server with Metamod with the fix above. The new `cs2.sh` contains a check for a dedicated server and not enforcing the sniper container runtime if it was started with `-dedicated` Try to run a validate; `./cs2server validate` (Don't forget to put back the Metamod config into `gameinfo.gi`)
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#3004
No description provided.