Raised This Month: $ Target: $400
 0% 

[TF2][Linux]Server Lag Issue after Meet your Match update


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
PepperKick
Junior Member
Join Date: May 2016
Old 07-08-2016 , 15:09   [TF2][Linux]Server Lag Issue after Meet your Match update
Reply With Quote #1

Hi,

I am running 4 tf2 servers for around two months now (mge, pug, pub and jump). At average there are around 10 to 20 players in those servers. There was not issue with the server before the update but after I updated my servers randomly my server lags when 6 8 (Most of the time but also happens with 2 players or even full 24 players) people join.

Every time the lag starts this line is always common
PHP Code:
Entity 8 (class 'player'reported ENTITY_CHANGE_NONE but 'm_nPlayerCondEx3' changed
Entity number is different.

I also get similar errors like
PHP Code:
Entity 339 (class 'team_train_watcher'reported ENTITY_CHANGE_NONE but 'm_hGlowEnt' changed.
Entity 1105 (class 'tf_ammo_pack'reported ENTITY_CHANGE_NONE but 'm_hOwnerEntity' changed
And this few common errors happening randomly when a players join
PHP Code:
MDLCacheFailed load of .VVD data for error.mdl
MDLCache
Failed load of .VTX data for error.mdl
CreateFragmentsFromFile
'user_custom/f7/f7bf5f23.dat' doesn't exist. 
After the lag when players leave the server instead of getting disconnect log I get
PHP Code:
STEAMAUTHClient ABC received failure code 6
STEAMAUTH
Client ABC received failure code 6
Dropped ABC from server 
(Client left game (Steam auth ticket has been canceled
But after everyone leaves the server and the server is empty, the lag is gone when people join back and I get the normal disconnect log when players leave after they join the empty server, but it starts happening randomly again after a time.

Everything was working fine before today's update, also I don't see many people complain about same issue in other community servers either, there is not much CPU or RAM use spike when the lag happens and other 3 servers are not affected by lag (but face the issue at different times) . Is there any problem with my server or something wrong after the update?

PHP Code:
sm version
 SourceMod Version Information
:
    
SourceMod Version1.7.3-dev+5303
    SourcePawn Engine
SourcePawn 1.7jit-x86 (build 1.7.3-dev+5303)
    
SourcePawn APIv1 4v2 6
    Compiled on
Apr 21 2016 13:21:28
    Built from
https://github.com/alliedmodders/sourcemod/commit/6317916
    
Build ID5303:6317916
    http
://www.sourcemod.net/ 
Plugins list when the lag starts in pub server, other 3 servers have different plugin list.
PHP Code:
sm plugins list
[
SMListing 25 plugins:
  
01 "Admin Help" (1.7.3-dev+5303by AlliedModders LLC
  02 
"Map Nominations" (1.7.3-dev+5303by AlliedModders LLC
  03 
"Client Preferences" (1.7.3-dev+5303by AlliedModders LLC
  04 
"Custom Votes" (0.5.6by chundo
  05 
"Basic Ban Commands" (1.7.3-dev+5303by AlliedModders LLC
  06 
"Player Commands" (1.7.3-dev+5303by AlliedModders LLC
  07 
"Admin File Reader" (1.7.3-dev+5303by AlliedModders LLC
  08 
"Rock The Vote" (1.7.3-dev+5301by AlliedModders LLC
  09 
"Updater" (1.2.2by GoD-Tony
  10 
"Basic Chat" (1.7.3-dev+5303by AlliedModders LLC
  11 
"Hud Say" (1.0.0by ReFlexPoison
  12 
"Reserved Slots" (1.7.3-dev+5303by AlliedModders LLC
  13 
"MapChooser" (1.7.3-dev+5303by AlliedModders LLC
  14 
"Simple Chat Processor (Redux)" (1.1.5by Simple PluginsMini
  15 
"Basic Comm Control" (1.7.3-dev+5303by AlliedModders LLC
  16 
"Basic Votes" (1.7.3-dev+5303by AlliedModders LLC
  17 
"Anti-Flood" (1.7.3-dev+5303by AlliedModders LLC
  18 
"[Source 2013] Custom Chat Colors" (3.1.0by DrMcKay
  19 
"[Any] SteamTools Game Description Override" (1.1.3by DrMcKay
  20 
"Basic Commands" (1.7.3-dev+5303by AlliedModders LLC
  21 
"Basic Info Triggers" (1.7.3-dev+5303by AlliedModders LLC
  22 
"Admin Menu" (1.7.3-dev+5303by AlliedModders LLC
  23 
"Nextmap" (1.7.3-dev+5303by AlliedModders LLC
  24 
"MOTDgd Adverts" (2.4.19by Blackglade and Ixel 
Extensions list for pub server when the lag started
PHP Code:
sm exts list
[
SMDisplaying 14 extensions:
[
01Automatic Updater (1.7.3-dev+5303): Updates SourceMod gamedata files
[02Webternet (1.7.3-dev+5303): Extension for interacting with URLs
[03TF2Items (1.6.4): TF2 Item Modifier
[04TF2 Tools (1.7.3-dev+5303): TF2 extended functionality
[05BinTools (1.7.3-dev+5303): Low-level C/C++ Calling API
[06SDK Hooks (1.7.3-dev+5303): Source SDK Hooks
[07SDK Tools (1.7.3-dev+5303): Source SDK Tools
[08Client Preferences (1.7.3-dev+5303): Saves client preference settings
[09SQLite (1.7.3-dev+5303): SQLite Driver
[10Top Menus (1.7.3-dev+5303): Creates sorted nested menus
[11SteamTools (0.10.0+4b8d84c): SteamWorks for SourceMod
[12] <FAILEDfile "SteamWorks.ext.so": /home/jetspotsteam/servers/games/tf2/tf/addons/sourcemod/extensions/SteamWorks.ext.socannot open shared object fileNo such file or directory
[13] <FAILEDfile "curl.ext.so": /home/jetspotsteam/servers/games/tf2/tf/addons/sourcemod/extensions/curl.ext.socannot open shared object fileNo such file or directory
[14Socket (3.0.1): Socket extension for SourceMod 
Pleas give some ideas to fix the issue as I am totally confused about it. :/

Thank You,
PepperKick

Last edited by PepperKick; 07-08-2016 at 15:27. Reason: Formatted
PepperKick is offline
Potato Uno
Veteran Member
Join Date: Jan 2014
Location: Atlanta, Georgia
Old 07-08-2016 , 23:32   Re: [TF2][Linux]Server Lag Issue after Meet your Match update
Reply With Quote #2

Try validating your server install.
Potato Uno is offline
PepperKick
Junior Member
Join Date: May 2016
Old 07-09-2016 , 10:26   Re: [TF2][Linux]Server Lag Issue after Meet your Match update
Reply With Quote #3

Quote:
Originally Posted by Potato Uno View Post
Try validating your server install.
I validated the server files through steamcmd, it downloaded around 5mb of files and then I restarted all the 4 servers but the lag issue is still there which happens randomly.

I changed rates of server which I read from another post from here but it did not fix issue either
PHP Code:
sv_minrate 50000
sv_maxrate 100000
sv_maxupdaterate 66
sv_minupdaterate 33
sv_maxcmdrate 66
sv_mincmdrate 33 
PepperKick is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 02:17.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode