[GH-ISSUE #191] [UT99] console log files are empty #156

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

Originally created by @TFMvdBroek on GitHub (Oct 6, 2014).
Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/191

The UT99 server i run with your server manager produces an empty console log file.
If i start the UT console with ./ut99server console i can see the console like it should be in the log.
Log file remains empty after restart. Just a new (empty) log file is created.

Originally created by @TFMvdBroek on GitHub (Oct 6, 2014). Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/191 The UT99 server i run with your server manager produces an empty console log file. If i start the UT console with ./ut99server console i can see the console like it should be in the log. Log file remains empty after restart. Just a new (empty) log file is created.
kerem 2026-02-27 01:59:50 +03:00
  • closed this issue
  • added the
    type: bug
    label
Author
Owner

@Scarsz commented on GitHub (Oct 6, 2014):

The same has happened to me before on other scripts, always assumed that it was a system error.

<!-- gh-comment-id:58072906 --> @Scarsz commented on GitHub (Oct 6, 2014): The same has happened to me before on other scripts, always assumed that it was a system error.
Author
Owner

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

When you restart the server the log file rotates. There will be many files located in /home/ut99server/log/console

with a timestamp. The log files will only rotate if you start the server.

Unless you are saying that the ut99-server-console.log is empty all the time

<!-- gh-comment-id:58092346 --> @dgibbs64 commented on GitHub (Oct 6, 2014): When you restart the server the log file rotates. There will be many files located in /home/ut99server/log/console with a timestamp. The log files will only rotate if you start the server. Unless you are saying that the ut99-server-console.log is empty all the time
Author
Owner

@TFMvdBroek commented on GitHub (Oct 6, 2014):

All the log files in that folder are completely empty
Op 6 okt. 2014 22:33 schreef "Daniel Gibbs" notifications@github.com:

When you restart the server the log file rotates. There will be many files
located in /home/ut99server/log/console

with a timestamp. The log files will only rotate if you start the server.


Reply to this email directly or view it on GitHub
https://github.com/dgibbs64/linuxgameservers/issues/191#issuecomment-58092346
.

<!-- gh-comment-id:58094342 --> @TFMvdBroek commented on GitHub (Oct 6, 2014): All the log files in that folder are completely empty Op 6 okt. 2014 22:33 schreef "Daniel Gibbs" notifications@github.com: > When you restart the server the log file rotates. There will be many files > located in /home/ut99server/log/console > > with a timestamp. The log files will only rotate if you start the server. > > — > Reply to this email directly or view it on GitHub > https://github.com/dgibbs64/linuxgameservers/issues/191#issuecomment-58092346 > .
Author
Owner

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

Sounds a little broken to me. All my scripts I have tested work currently. I will have to try and replicate.

Can you give me the output of debug before you press yes.

e.g

-bash-4.2$ ./arma3server debug

ARMA 3 Debug
============================

Distro: CentOS Linux release 7.0.1406 (Core)
Arch: x86_64
Kernel: 2.6.32-042stab092.2
 Hostname: vps96594.ovh.net

Start parameters:
 -netlog -port=2302 -ip=46.105.16.100 -config=arma3-server.cfg

Use for identifying server issues only!
Press CTRL+c to drop out of debug mode
WARNING! If arma3-server is already running it will be stopped
<!-- gh-comment-id:58095608 --> @dgibbs64 commented on GitHub (Oct 6, 2014): Sounds a little broken to me. All my scripts I have tested work currently. I will have to try and replicate. Can you give me the output of debug before you press yes. e.g ``` -bash-4.2$ ./arma3server debug ARMA 3 Debug ============================ Distro: CentOS Linux release 7.0.1406 (Core) Arch: x86_64 Kernel: 2.6.32-042stab092.2 Hostname: vps96594.ovh.net Start parameters: -netlog -port=2302 -ip=46.105.16.100 -config=arma3-server.cfg Use for identifying server issues only! Press CTRL+c to drop out of debug mode WARNING! If arma3-server is already running it will be stopped ```
Author
Owner

@TFMvdBroek commented on GitHub (Oct 6, 2014):

Unreal Tournament 99 Debug

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

Start parameters:
server
CTF-Face.unr?game=Botpack.CTFGame?mutator=Botpack.RocketArena,Botpack.LowGrav?GameSpeed=1.40
ini=/home/ut99server/serverfiles/System/ut99-server.ini

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

<!-- gh-comment-id:58098311 --> @TFMvdBroek commented on GitHub (Oct 6, 2014): # Unreal Tournament 99 Debug Distro: Ubuntu 14.04.1 LTS Arch: x86_64 Kernel: 3.13.0-36-generic Hostname: HomeNode Start parameters: server CTF-Face.unr?game=Botpack.CTFGame?mutator=Botpack.RocketArena,Botpack.LowGrav?GameSpeed=1.40 ini=/home/ut99server/serverfiles/System/ut99-server.ini Use for identifying server issues only! Press CTRL+c to drop out of debug mode WARNING! If ut99-server is already running it will be stopped
Author
Owner

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

Thanks. I will try to replicate the issue and get back to you when I get a little time.

<!-- gh-comment-id:58108375 --> @dgibbs64 commented on GitHub (Oct 6, 2014): Thanks. I will try to replicate the issue and get back to you when I get a little time.
Author
Owner

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

Hey, Sorry it took a while. I have tested ut99server console log and am unable to replicate the issue. There have been a few updates to the script since you posted this. So I recommend updating the script and see if that helps.

I will close for now however please re-open if needed.

Also recently discovered this issue. But this shouldnt be a problem with your distro
https://github.com/dgibbs64/linuxgameservers/issues/222

Thank you

<!-- gh-comment-id:64213796 --> @dgibbs64 commented on GitHub (Nov 24, 2014): Hey, Sorry it took a while. I have tested ut99server console log and am unable to replicate the issue. There have been a few updates to the script since you posted this. So I recommend updating the script and see if that helps. I will close for now however please re-open if needed. Also recently discovered this issue. But this shouldnt be a problem with your distro https://github.com/dgibbs64/linuxgameservers/issues/222 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:406463022 --> @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#156
No description provided.