mirror of
https://github.com/GameServerManagers/LinuxGSM.git
synced 2026-04-25 06:05:57 +03:00
[GH-ISSUE #4557] [Bug]: Rust: server lag spikes during newly implemented ping estimates #2836
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#2836
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 @karenmcd on GitHub (Apr 11, 2024).
Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/4557
User story
I'd like that the new ping variables be added to the server configuration so that we can enter values that work for us.
Game
RUST
Linux distro
Debian 12
Command
command: start
Further information
There's a newly implemented function to adjust the intervals and if even your RUST server executes pings to publish an estimated latency for the client in the server selection list. As I understand it, without being able to adjust this, the default settings execute 20x5 ping commands at once, and it waits for all of the results to return causing a huge lag spike in game for all clients making it near unplayable every five minutes.
Relevant log output
https://commits.facepunch.com/r/rust_reboot/main/ping_estimate_cleanup
There's information here about how to add/fix it? I'm unsure how, what or where i'd put this information without my changes being overwritten by lgsm.
Steps to reproduce
No response
@scalbox commented on GitHub (Apr 13, 2024):
Hi
fix for this problem
https://digitalmarketplay.com/product/rust-ping-estimation-lag-stalling-fix-rust-update-04-04-2024/
@dgibbs64 commented on GitHub (Apr 13, 2024):
Its not clear exactly what you want me to do from a LinuxGSM perspective
@scalbox commented on GitHub (Apr 13, 2024):
is a plugin that disables the new rust feature that causes high ping
@dgibbs64 commented on GitHub (Apr 13, 2024):
Thats fine. But what do I need to do for LinuxGSM? If I don't need to make any changes for LinuxGSM then I can just close this
@scalbox commented on GitHub (Apr 14, 2024):
Yes, it is not necessary to change LinuxGSM.
@karenmcd commented on GitHub (Apr 14, 2024):
I spoke to their support to get better understanding of what to do. they said that the fix will not be implemented until the next time the server gets updated. the LGSM configuration may need to be updated to include new options in the startup script to allow changes.
the plugin they are describing that "fixes" it only applies if you're running oxide plugins. my server is vanilla without plugins so I can't use that fix they are referring to.
honestly we won't know what to do until they move the patch to add parameters to the main branch, and even then it might not be a lgsm issue, it might end up just being a server.cfg and not a lgsm-config setting? I guess I don't know/understand yet
Sent from my LineageOS device with K-9 Mail. Please excuse my brevity.
@karenmcd commented on GitHub (Apr 14, 2024):
this link to digital market play isn't helpful if you're not running plugins. Linux servers without oxide (non-modded community servers) cannot run this and are stuck still with extreme lag spikes every 5 minutes until they deploy the fix to main branch. I don't want to have to manage mods and risk taking my server out of the community servers and moved to the modded servers.
Sent from my LineageOS device with K-9 Mail. Please excuse my brevity.
On April 13, 2024 9:07:42 p.m. UTC, Andrea Angelozzi @.***> wrote:
@scalbox commented on GitHub (Apr 14, 2024):
If not user plugin
https://commits.facepunch.com/r/rust_reboot/main/ping_estimate_cleanup
Add
ping_samplesto control how many times to ping each endpoint (default 5)@scalbox commented on GitHub (Apr 14, 2024):
But you will have to wait for the release of the patch, if you use vanilla servers, if you are not official, then you can use Oxide itself and add this plugin. Otherwise I can make you the same plugin but as a Harmony dll, which does not require Oxide
@scalbox commented on GitHub (Apr 14, 2024):
Vanilla and community servers can run Oxide. just respect the rust guidelines. They use oxide for admin and anti cheat plugins
@scalbox commented on GitHub (Apr 14, 2024):
Guidelines for community servers using plugins / mods
https://support.facepunchstudios.com/hc/en-us/articles/360009062817-Guidelines-for-community-servers-using-plugins-mods
@scalbox commented on GitHub (May 4, 2024):
For those who don't want to use my plugin https://digitalmarketplay.com/product/rust-ping-estimation-lag-stalling-fix-rust-update-04-04-2024/ because they don't have umox/carbon, you can set this server property:
ping.ping_estimation false
@github-actions[bot] commented on GitHub (Aug 4, 2025):
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.