mirror of
https://github.com/GameServerManagers/LinuxGSM.git
synced 2026-04-25 06:05:57 +03:00
[GH-ISSUE #2513] ts3server stops with Accounting error during cronjob update, and sometimes randomly #1846
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#1846
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 @borzaka on GitHub (Sep 16, 2019).
Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/2513
User Story
I have root cronjobs to manage the ts3server. It looks like this:
Since 2019.09.14. when the
updatecommand runs, the server stops and I have to manually start. This happened 2 days in a row.I have updates below.
Basic info
./ts3server updateFurther Information
When I manually run the
updatecommand by thets3serveruser, or with root, no server stoppings.Logs
script:
server:
strange, I have found this 2 lines in 2 different log files.
ts3server_2019-09-15__11_06_15.947276_0.logts3server_2019-09-15__11_06_15.947276_1.logDon't mind the 03:30 timestamp. It was at 05:30, but ts3server somehow logged 03:30.
updated postdetails (2020.05.10.):
https://termbin.com/wjr4
Expected behaviour
No stopping during updates.
Updates
Before this I was changing TeamSpeak password via
./ts3server change-passwordDuring the password change, it notified me that ts3server will be restarted. A stop occurred, but a restart not. I had to manually start the server again. The anomaly described in this issue started after this:
@issue-label-bot[bot] commented on GitHub (Sep 16, 2019):
Issue-Label Bot is automatically applying the label
type: bugto this issue, with a confidence of 0.90. Please mark this comment with 👍 or 👎 to give our bot feedback!Links: app homepage, dashboard and code for this bot.
@borzaka commented on GitHub (May 8, 2020):
This issue is just happened again. And I have no idea what triggered it.
console:
script:
server:
2020-05-07 03:30:17.233947|INFO |VirtualServerBase|1 |stoppedNote: The timestamps are off, but this happened on the same time.
I had to manually start.
My cronjobs:
Updated postdetails:
https://termbin.com/wjr4
Yesterday it happened out of the blue, no update was scheduled, and dropped everyone on the server:
I found this, but the source site is does not exists:
And found this issue, which might be related: #2436
It says I have to delete this file:
But the ownership looks right.
When the ts3server is not running, the
7gbhujb54g8z9hu43jre8file doesn't exists:After I start it creates it.
I found this in the official docs:
https://docs.linuxgsm.com/game-servers/teamspeak-3#accounting-failed-to-register
@h3o66 commented on GitHub (Sep 13, 2020):
Are there any special settings set in LGSM ?
@gxind commented on GitHub (Jan 27, 2021):
just run into the same story
any update on this issue?
debian 10
@h3o66 commented on GitHub (Jan 27, 2021):
Imho a fix could be created, that could delete this if no other Teamspeak 3 instance is running on the server.
But this should not happen usually if the server is stopped under normal conditions.
@h3o66 commented on GitHub (Jan 27, 2021):
Hopefully this is fixed by the PR
If someone is able to test it, feel free to.
@h3o66 commented on GitHub (Feb 23, 2021):
updated my PR, maybe someone wants to check this :)
@netstx commented on GitHub (Mar 2, 2021):
Is this common to most game servers or just ts3? I have an issue where my Valheim server stops after updates (set to check for update during server start in the config). Was wondering if this is related at all, or if I should keep looking. Thanks.
@h3o66 commented on GitHub (Mar 2, 2021):
this is just a issue specific for TS3
@github-actions[bot] commented on GitHub (Mar 15, 2022):
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.