[GH-ISSUE #194] [kfserver] lock file isn't created #157

Closed
opened 2026-02-27 01:59:51 +03:00 by kerem · 5 comments
Owner

Originally created by @ForrestMarkX on GitHub (Oct 10, 2014).
Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/194

Originally assigned to: @dgibbs64 on GitHub.

Using the latest version of the KF script and it seems to not create a lock file which renders monitor useless, I made no changes whatsoever to the script and the user running it has read & write and execute on everything

Originally created by @ForrestMarkX on GitHub (Oct 10, 2014). Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/194 Originally assigned to: @dgibbs64 on GitHub. Using the latest version of the KF script and it seems to not create a lock file which renders monitor useless, I made no changes whatsoever to the script and the user running it has read & write and execute on everything
kerem 2026-02-27 01:59:51 +03:00
  • closed this issue
  • added the
    type: bug
    label
Author
Owner

@dgibbs64 commented on GitHub (Oct 12, 2014):

I have checked the script and appears to be OK.

can you send the output of your /home/kfserver directory

ls -al

Also the details listed in ./kfserver debug please

Thanks

<!-- gh-comment-id:58817135 --> @dgibbs64 commented on GitHub (Oct 12, 2014): I have checked the script and appears to be OK. can you send the output of your /home/kfserver directory ls -al Also the details listed in ./kfserver debug please Thanks
Author
Owner

@ForrestMarkX commented on GitHub (Oct 12, 2014):

I was able to fix the issue myself by moving around a few things such as servicename, I put it above # Directories since lockselfname uses servicename but the way it was setup servicename is not defined by the time lockselfname is set so it would of come out as ..lock I also changed a few things to look for ${rootdir}/${lockselfname} and not ${lockselfname}

But here is my directory structure, the script file is located in the folder Seafile-Client

drwxr-xr-x 28 kfserver kfserver  4096 Oct 12 16:44 .
drwxr-xr-x  4 root     root      4096 Sep 19 20:40 ..
-rw-rw-r--  1 kfserver kfserver   187 Oct 10 16:26 .apport-ignore.xml
-rw-------  1 kfserver kfserver 13314 Oct 11 22:47 .bash_history
-rw-r--r--  1 kfserver kfserver   220 Aug  1 20:19 .bash_logout
-rw-r--r--  1 kfserver kfserver  3637 Aug  1 20:19 .bashrc
drwx------ 12 kfserver kfserver  4096 Oct 10 18:14 .cache
drwx------  4 kfserver kfserver  4096 Oct 10 16:28 .ccnet
drwx------ 25 kfserver kfserver  4096 Oct 10 16:28 .config
drwx------  3 kfserver kfserver  4096 Aug  1 20:28 .dbus
drwxr-xr-x  2 kfserver kfserver  4096 Aug  2 01:39 Desktop
-rw-r--r--  1 kfserver kfserver    26 Aug  1 20:37 .dmrc
drwxr-xr-x  2 kfserver kfserver  4096 Aug  1 20:20 Documents
drwxr-xr-x  2 kfserver kfserver  4096 Oct 10 16:25 Downloads
drwxr-xr-x  2 kfserver kfserver  4096 Aug  1 20:55 .fontconfig
drwx------  3 kfserver kfserver  4096 Oct 10 18:23 .gconf
-rw-r-----  1 kfserver kfserver     0 Oct 10 18:16 .gksu.lock
drwx------  3 kfserver kfserver  4096 Aug  2 00:52 .gnome2
drwx------  2 kfserver kfserver  4096 Aug  2 00:52 .gnome2_private
drwxrwxr-x  2 kfserver kfserver  4096 Aug  1 20:55 .gstreamer-0.10
-rw-rw-r--  1 kfserver kfserver    60 Sep  9 01:10 .gtk-bookmarks
drwxrwxrwx  4 kfserver kfserver  4096 Oct 12 16:43 Insync
drwx------  3 kfserver kfserver  4096 Aug  1 20:22 .local
drwx------  4 kfserver kfserver  4096 Aug  1 20:20 .mozilla
drwxr-xr-x  2 kfserver kfserver  4096 Aug  1 20:20 Music
-rw-------  1 kfserver kfserver   920 Oct 11 22:47 .mysql_history
drwxr-xr-x  2 kfserver kfserver  4096 Aug  1 20:20 Pictures
-rw-r--r--  1 kfserver kfserver   675 Aug  1 20:19 .profile
drwxr-xr-x  2 kfserver kfserver  4096 Aug  1 20:20 Public
-rw-r--r--  1 root     root      1791 Sep 19 22:51 .pureadminrc
-rw-------  1 root     root      1024 Sep 19 20:38 .rnd
drwxrwxr-x  9 kfserver kfserver  4096 Oct 12 16:41 Seafile
drwxrwxrwx  3 kfserver kfserver  4096 Oct 10 16:28 Seafile-Client
-rw-rw-r--  1 kfserver kfserver    66 Aug  2 01:14 .selected_editor
drwxrwxr-x  3 kfserver kfserver  4096 Oct 10 15:50 .steam
drwxrwxr-x  7 kfserver kfserver  4096 Oct 10 15:47 Steam
drwxr-xr-x  2 kfserver kfserver  4096 Aug  1 20:20 Templates
-rw-rw-r--  1 kfserver kfserver  1110 Sep  9 08:36 testdisk.log
drwx------  4 kfserver kfserver  4096 Aug  1 20:22 .thumbnails
drwxr-xr-x  2 kfserver kfserver  4096 Aug  1 20:20 Videos
drwx------  3 kfserver kfserver  4096 Sep 30 07:49 .vnc
-rw-------  1 kfserver kfserver    49 Sep 30 07:48 .Xauthority
-rw-r--r--  1 kfserver kfserver    14 Nov  1  2013 .xscreensaver
-rw-------  1 kfserver kfserver  2312 Oct 10 16:27 .xsession-errors
-rw-------  1 kfserver kfserver   788 Sep 30 04:51 .xsession-errors.old

Here is the output on ./kfserver Debug

kfserver@bmt2:~/Seafile-Client/Seafile/KillingFloor$ ./kfserver debug

Killing Floor Debug
============================

Distro: Ubuntu 14.04.1 LTS
Arch: x86_64
Kernel: 3.13.0-36-generic
Hostname: bmt2

Start parameters:
server KF-BioticsLab.rom?game=KFmod.KFGameType?VACSecured=true -nohomedir ini=kf-server.ini log=/home/kfserver/Seafile-Client/Seafile/KillingFloor/log/server/kf-server-game.log

Use for identifying server issues only!
Press CTRL+c to drop out of debug mode
WARNING! If kf-server is already running it will be stopped

Continue? [y/N]y
[ FAIL ] Stopping kf-server: Killing Floor Server is already stopped
[  OK  ] Starting debug mode kf-server: Killing Floor Server
Missing Class Class Editor.TransBuffer
Failed to send ./crashlog-218352195f99db907b34642b9f8298ff.txt: server rejected report No such file or directory (Will try to send next run.)
Failed to send ./crashlog-de8054c6e7feab23ed04a3d93615dd48.txt: server rejected report No such file or directory (Will try to send next run.)
Failed to send ./crashlog-34c0565d41e5a0047fe2a253d563e09a.txt: server rejected report No such file or directory (Will try to send next run.)
Browse: KF-BioticsLab.rom?Name=KFPlayer?Class=Engine.Pawn?Character=Corporal_Lewis?team=1?Sex=M?game=KFmod.KFGameType?VACSecured=true
Failed to send ./crashlog-c178bcb4e1a87389690c5abe259c75b1.txt: server rejected report No such file or directory (Will try to send next run.)
Failed to send ./crashlog-77bcd589d093eb2929c17d73fe3add50.txt: server rejected report No such file or directory (Will try to send next run.)
Failed to send ./crashlog-f64c669e4d6781bb4c285fdfa968b591.txt: server rejected report No such file or directory (Will try to send next run.)
Failed to send ./crashlog-9a3c9e94dca5ee2c05005f0e609f2315.txt: server rejected report No such file or directory (Will try to send next run.)
Failed to send ./crashlog-2379d7ad5541924291c26f89e32247cd.txt: server rejected report No such file or directory (Will try to send next run.)
Failed to send ./crashlog-afa783ca06d09ecdad5b45ca7bd18695.txt: server rejected report No such file or directory (Will try to send next run.)
Failed to send ./crashlog-6b3c7608c9d433a7400996d874a79e88.txt: server rejected report No such file or directory (Will try to send next run.)
Failed to send ./crashlog-fb15dc0db1e98d2af23d6b91ef6cdce7.txt: server rejected report No such file or directory (Will try to send next run.)
Failed to send ./crashlog-380d8c8780d37176a88ec46f159fd889.txt: server rejected report No such file or directory (Will try to send next run.)
Failed to send ./crashlog-754a80714acfc353edd846a4ced3e435.txt: server rejected report No such file or directory (Will try to send next run.)
Failed to send ./crashlog-79d4497b138f8447bfc6815f24707854.txt: server rejected report No such file or directory (Will try to send next run.)
Collecting garbage
Failed to send ./crashlog-9a9768fbee3db0175d0df368f12d3a77.txt: server rejected report No such file or directory (Will try to send next run.)
Purging garbage
Garbage: objects: 60591->60590; refs: 785307
Game class is 'KFGameType'
Setting breakpad minidump AppID = 1250
STEAMAUTH : Steam auth system activation successful
Bringing Level KF-BioticsLab.myLevel up for play (30) appSeconds: 7.891039...
GameInfo::InitGame : bEnableStatLogging False
Failed to send ./crashlog-244af3e95a1c8acd757fa46bca5e0c02.txt: server rejected report No such file or directory (Will try to send next run.)
Failed to send ./crashlog-7f1995082fb5692b8aea94af2107f70f.txt: server rejected report No such file or directory (Will try to send next run.)
Failed to send ./crashlog-f62c6b2d45b66bc9494335db22e293b0.txt: server rejected report No such file or directory (Will try to send next run.)
Failed to send ./crashlog-3f68870e43230f73c352475636ce20fc.txt: server rejected report No such file or directory (Will try to send next run.)
KFLRules = KF-BioticsLab.KFLevelRules0
Game length = 0
Failed to send ./crashlog-9f865f91a2817e7370053dbd26d2e21e.txt: server rejected report No such file or directory (Will try to send next run.)
UdpServerQuery(crt): Port 7717 successfully bound.
Resolving master0.gamespy.com...
Defaulting to false
Defaulting to false
Loading Available Maps
Loading Game Types
xWebAdmin.UTServerAdmin Initialized on port 8075
KFDoorMover KF-BioticsLab.KFDoorMover16 (Function KFMod.KFDoorMover.PostBeginPlay:022E) Multiple triggers found!
KFDoorMover KF-BioticsLab.KFDoorMover16 (Function KFMod.KFDoorMover.PostBeginPlay:022E) Multiple triggers found!
KFDoorMover KF-BioticsLab.KFDoorMover16 (Function KFMod.KFDoorMover.PostBeginPlay:022E) Multiple triggers found!
KFDoorMover KF-BioticsLab.KFDoorMover16 (Function KFMod.KFDoorMover.PostBeginPlay:022E) Multiple triggers found!
KFDoorMover KF-BioticsLab.KFDoorMover16 (Function KFMod.KFDoorMover.PostBeginPlay:022E) Multiple triggers found!
KFDoorMover KF-BioticsLab.KFDoorMover16 (Function KFMod.KFDoorMover.PostBeginPlay:022E) Multiple triggers found!
KFDoorMover KF-BioticsLab.KFDoorMover16 (Function KFMod.KFDoorMover.PostBeginPlay:022E) Multiple triggers found!
Resolving tripwireinteractive.com...
AInternetLink Resolve failed: Can't find host master0.gamespy.com (HOST_NOT_FOUND)
UdpGameSpyUplink: Failed to resolve master server address, aborting.
Resolved tripwireinteractive.com (198.23.194.228)
STEAMAUTH : Sending updated server details - Killing Floor Server 0 | 6
STEAMAUTH : Connected to Steam Servers
STEAMAUTH : VAC Security Enabled
STEAMSTATS: Stats Are Now Enabled
STEAMAUTH : Sending updated server details - Killing Floor Server 0 | 6
STEAMAUTH : Sending updated server details - Killing Floor Server 0 | 6
STEAMAUTH : Sending updated server details - Killing Floor Server 0 | 6
<!-- gh-comment-id:58822309 --> @ForrestMarkX commented on GitHub (Oct 12, 2014): I was able to fix the issue myself by moving around a few things such as servicename, I put it above # Directories since lockselfname uses servicename but the way it was setup servicename is not defined by the time lockselfname is set so it would of come out as ..lock I also changed a few things to look for ${rootdir}/${lockselfname} and not ${lockselfname} But here is my directory structure, the script file is located in the folder Seafile-Client ``` drwxr-xr-x 28 kfserver kfserver 4096 Oct 12 16:44 . drwxr-xr-x 4 root root 4096 Sep 19 20:40 .. -rw-rw-r-- 1 kfserver kfserver 187 Oct 10 16:26 .apport-ignore.xml -rw------- 1 kfserver kfserver 13314 Oct 11 22:47 .bash_history -rw-r--r-- 1 kfserver kfserver 220 Aug 1 20:19 .bash_logout -rw-r--r-- 1 kfserver kfserver 3637 Aug 1 20:19 .bashrc drwx------ 12 kfserver kfserver 4096 Oct 10 18:14 .cache drwx------ 4 kfserver kfserver 4096 Oct 10 16:28 .ccnet drwx------ 25 kfserver kfserver 4096 Oct 10 16:28 .config drwx------ 3 kfserver kfserver 4096 Aug 1 20:28 .dbus drwxr-xr-x 2 kfserver kfserver 4096 Aug 2 01:39 Desktop -rw-r--r-- 1 kfserver kfserver 26 Aug 1 20:37 .dmrc drwxr-xr-x 2 kfserver kfserver 4096 Aug 1 20:20 Documents drwxr-xr-x 2 kfserver kfserver 4096 Oct 10 16:25 Downloads drwxr-xr-x 2 kfserver kfserver 4096 Aug 1 20:55 .fontconfig drwx------ 3 kfserver kfserver 4096 Oct 10 18:23 .gconf -rw-r----- 1 kfserver kfserver 0 Oct 10 18:16 .gksu.lock drwx------ 3 kfserver kfserver 4096 Aug 2 00:52 .gnome2 drwx------ 2 kfserver kfserver 4096 Aug 2 00:52 .gnome2_private drwxrwxr-x 2 kfserver kfserver 4096 Aug 1 20:55 .gstreamer-0.10 -rw-rw-r-- 1 kfserver kfserver 60 Sep 9 01:10 .gtk-bookmarks drwxrwxrwx 4 kfserver kfserver 4096 Oct 12 16:43 Insync drwx------ 3 kfserver kfserver 4096 Aug 1 20:22 .local drwx------ 4 kfserver kfserver 4096 Aug 1 20:20 .mozilla drwxr-xr-x 2 kfserver kfserver 4096 Aug 1 20:20 Music -rw------- 1 kfserver kfserver 920 Oct 11 22:47 .mysql_history drwxr-xr-x 2 kfserver kfserver 4096 Aug 1 20:20 Pictures -rw-r--r-- 1 kfserver kfserver 675 Aug 1 20:19 .profile drwxr-xr-x 2 kfserver kfserver 4096 Aug 1 20:20 Public -rw-r--r-- 1 root root 1791 Sep 19 22:51 .pureadminrc -rw------- 1 root root 1024 Sep 19 20:38 .rnd drwxrwxr-x 9 kfserver kfserver 4096 Oct 12 16:41 Seafile drwxrwxrwx 3 kfserver kfserver 4096 Oct 10 16:28 Seafile-Client -rw-rw-r-- 1 kfserver kfserver 66 Aug 2 01:14 .selected_editor drwxrwxr-x 3 kfserver kfserver 4096 Oct 10 15:50 .steam drwxrwxr-x 7 kfserver kfserver 4096 Oct 10 15:47 Steam drwxr-xr-x 2 kfserver kfserver 4096 Aug 1 20:20 Templates -rw-rw-r-- 1 kfserver kfserver 1110 Sep 9 08:36 testdisk.log drwx------ 4 kfserver kfserver 4096 Aug 1 20:22 .thumbnails drwxr-xr-x 2 kfserver kfserver 4096 Aug 1 20:20 Videos drwx------ 3 kfserver kfserver 4096 Sep 30 07:49 .vnc -rw------- 1 kfserver kfserver 49 Sep 30 07:48 .Xauthority -rw-r--r-- 1 kfserver kfserver 14 Nov 1 2013 .xscreensaver -rw------- 1 kfserver kfserver 2312 Oct 10 16:27 .xsession-errors -rw------- 1 kfserver kfserver 788 Sep 30 04:51 .xsession-errors.old ``` Here is the output on ./kfserver Debug ``` kfserver@bmt2:~/Seafile-Client/Seafile/KillingFloor$ ./kfserver debug Killing Floor Debug ============================ Distro: Ubuntu 14.04.1 LTS Arch: x86_64 Kernel: 3.13.0-36-generic Hostname: bmt2 Start parameters: server KF-BioticsLab.rom?game=KFmod.KFGameType?VACSecured=true -nohomedir ini=kf-server.ini log=/home/kfserver/Seafile-Client/Seafile/KillingFloor/log/server/kf-server-game.log Use for identifying server issues only! Press CTRL+c to drop out of debug mode WARNING! If kf-server is already running it will be stopped Continue? [y/N]y [ FAIL ] Stopping kf-server: Killing Floor Server is already stopped [ OK ] Starting debug mode kf-server: Killing Floor Server Missing Class Class Editor.TransBuffer Failed to send ./crashlog-218352195f99db907b34642b9f8298ff.txt: server rejected report No such file or directory (Will try to send next run.) Failed to send ./crashlog-de8054c6e7feab23ed04a3d93615dd48.txt: server rejected report No such file or directory (Will try to send next run.) Failed to send ./crashlog-34c0565d41e5a0047fe2a253d563e09a.txt: server rejected report No such file or directory (Will try to send next run.) Browse: KF-BioticsLab.rom?Name=KFPlayer?Class=Engine.Pawn?Character=Corporal_Lewis?team=1?Sex=M?game=KFmod.KFGameType?VACSecured=true Failed to send ./crashlog-c178bcb4e1a87389690c5abe259c75b1.txt: server rejected report No such file or directory (Will try to send next run.) Failed to send ./crashlog-77bcd589d093eb2929c17d73fe3add50.txt: server rejected report No such file or directory (Will try to send next run.) Failed to send ./crashlog-f64c669e4d6781bb4c285fdfa968b591.txt: server rejected report No such file or directory (Will try to send next run.) Failed to send ./crashlog-9a3c9e94dca5ee2c05005f0e609f2315.txt: server rejected report No such file or directory (Will try to send next run.) Failed to send ./crashlog-2379d7ad5541924291c26f89e32247cd.txt: server rejected report No such file or directory (Will try to send next run.) Failed to send ./crashlog-afa783ca06d09ecdad5b45ca7bd18695.txt: server rejected report No such file or directory (Will try to send next run.) Failed to send ./crashlog-6b3c7608c9d433a7400996d874a79e88.txt: server rejected report No such file or directory (Will try to send next run.) Failed to send ./crashlog-fb15dc0db1e98d2af23d6b91ef6cdce7.txt: server rejected report No such file or directory (Will try to send next run.) Failed to send ./crashlog-380d8c8780d37176a88ec46f159fd889.txt: server rejected report No such file or directory (Will try to send next run.) Failed to send ./crashlog-754a80714acfc353edd846a4ced3e435.txt: server rejected report No such file or directory (Will try to send next run.) Failed to send ./crashlog-79d4497b138f8447bfc6815f24707854.txt: server rejected report No such file or directory (Will try to send next run.) Collecting garbage Failed to send ./crashlog-9a9768fbee3db0175d0df368f12d3a77.txt: server rejected report No such file or directory (Will try to send next run.) Purging garbage Garbage: objects: 60591->60590; refs: 785307 Game class is 'KFGameType' Setting breakpad minidump AppID = 1250 STEAMAUTH : Steam auth system activation successful Bringing Level KF-BioticsLab.myLevel up for play (30) appSeconds: 7.891039... GameInfo::InitGame : bEnableStatLogging False Failed to send ./crashlog-244af3e95a1c8acd757fa46bca5e0c02.txt: server rejected report No such file or directory (Will try to send next run.) Failed to send ./crashlog-7f1995082fb5692b8aea94af2107f70f.txt: server rejected report No such file or directory (Will try to send next run.) Failed to send ./crashlog-f62c6b2d45b66bc9494335db22e293b0.txt: server rejected report No such file or directory (Will try to send next run.) Failed to send ./crashlog-3f68870e43230f73c352475636ce20fc.txt: server rejected report No such file or directory (Will try to send next run.) KFLRules = KF-BioticsLab.KFLevelRules0 Game length = 0 Failed to send ./crashlog-9f865f91a2817e7370053dbd26d2e21e.txt: server rejected report No such file or directory (Will try to send next run.) UdpServerQuery(crt): Port 7717 successfully bound. Resolving master0.gamespy.com... Defaulting to false Defaulting to false Loading Available Maps Loading Game Types xWebAdmin.UTServerAdmin Initialized on port 8075 KFDoorMover KF-BioticsLab.KFDoorMover16 (Function KFMod.KFDoorMover.PostBeginPlay:022E) Multiple triggers found! KFDoorMover KF-BioticsLab.KFDoorMover16 (Function KFMod.KFDoorMover.PostBeginPlay:022E) Multiple triggers found! KFDoorMover KF-BioticsLab.KFDoorMover16 (Function KFMod.KFDoorMover.PostBeginPlay:022E) Multiple triggers found! KFDoorMover KF-BioticsLab.KFDoorMover16 (Function KFMod.KFDoorMover.PostBeginPlay:022E) Multiple triggers found! KFDoorMover KF-BioticsLab.KFDoorMover16 (Function KFMod.KFDoorMover.PostBeginPlay:022E) Multiple triggers found! KFDoorMover KF-BioticsLab.KFDoorMover16 (Function KFMod.KFDoorMover.PostBeginPlay:022E) Multiple triggers found! KFDoorMover KF-BioticsLab.KFDoorMover16 (Function KFMod.KFDoorMover.PostBeginPlay:022E) Multiple triggers found! Resolving tripwireinteractive.com... AInternetLink Resolve failed: Can't find host master0.gamespy.com (HOST_NOT_FOUND) UdpGameSpyUplink: Failed to resolve master server address, aborting. Resolved tripwireinteractive.com (198.23.194.228) STEAMAUTH : Sending updated server details - Killing Floor Server 0 | 6 STEAMAUTH : Connected to Steam Servers STEAMAUTH : VAC Security Enabled STEAMSTATS: Stats Are Now Enabled STEAMAUTH : Sending updated server details - Killing Floor Server 0 | 6 STEAMAUTH : Sending updated server details - Killing Floor Server 0 | 6 STEAMAUTH : Sending updated server details - Killing Floor Server 0 | 6 ```
Author
Owner

@ForrestMarkX commented on GitHub (Oct 16, 2014):

I would also like to add that logging is broken on most scripts I've used, it creates a log file but all of them are 0kb

<!-- gh-comment-id:59322820 --> @ForrestMarkX commented on GitHub (Oct 16, 2014): I would also like to add that logging is broken on most scripts I've used, it creates a log file but all of them are 0kb
Author
Owner

@dgibbs64 commented on GitHub (Nov 24, 2014):

I have fixed the logging issue now with the server log. Also looking at the best way to deal with issue #222

Tested the lock file and it is working for me. Please install the last version of the script for fixes. Thank you

<!-- gh-comment-id:64218072 --> @dgibbs64 commented on GitHub (Nov 24, 2014): I have fixed the logging issue now with the server log. Also looking at the best way to deal with issue #222 Tested the lock file and it is working for me. Please install the last version of the script for fixes. Thank you
Author
Owner

@lock[bot] commented on GitHub (Jul 20, 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:406454819 --> @lock[bot] commented on GitHub (Jul 20, 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#157
No description provided.