Raised This Month: $32 Target: $400
 8% 

Csgo Server Issue


Post New Thread Reply   
 
Thread Tools Display Modes
freak.exe_uLow
AlliedModders Donor
Join Date: Jul 2012
Location: Germany
Old 01-17-2022 , 10:26   Re: Csgo Server Issue
Reply With Quote #11

Quote:
Originally Posted by norysq View Post
this causes my server to crash on startup.

Code:
Setting breakpad minidump AppID = 740
Logging into Steam gameserver account with logon token '28D53B4Exxxxxxxxxxxxxxxxxxxxxxxx'
Initialized low level socket/threading support.
Set SteamNetworkingSockets P2P_STUN_ServerList to '' as per SteamNetworkingSocketsSerialized
SteamDatagramServer_Init succeeded
exec: couldn't exec sourcemod/sourcemod.cfg
PreMinidumpCallback: updating dump comment
crash_20220117143926_1.dmp[57752]: Uploading dump (out-of-process)
/tmp/dumps/crash_20220117143926_1.dmp
crash_20220117143926_1.dmp[57752]: Finished uploading minidump (out-of-process): success = no
crash_20220117143926_1.dmp[57752]: error: libcurl.so: cannot open shared object file: No such file or directory
crash_20220117143926_1.dmp[57752]: file ''/tmp/dumps/crash_20220117143926_1.dmp'', upload no: ''libcurl.so: cannot open shared object file: No such file or directory''
Segmentation fault (core dumped)
Add "-debug" to the /home/steam/csgo-ds/srcds_run command line to generate a debug.log to help with solving this problem
Mon 17 Jan 2022 02:39:29 PM UTC: Server restart in 10 seconds
hey and as far as i know this only works with debian 9, everything above it doesn't work anymore
freak.exe_uLow is offline
asdfxD
Veteran Member
Join Date: Apr 2011
Old 01-17-2022 , 12:39   Re: Csgo Server Issue
Reply With Quote #12

it works only on debian 9.

asdfxD is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 01-18-2022 , 14:59   Re: Csgo Server Issue
Reply With Quote #13

Have you try remove server.cfg and autoexec.cfg out from cfg folder, reboot server ?
Or where you have add server settings. Try launch server with default settings.
Bacardi is offline
norysq
Junior Member
Join Date: Dec 2021
Old 01-20-2022 , 09:26   Re: Csgo Server Issue
Reply With Quote #14

Quote:
Originally Posted by Bacardi View Post
Have you try remove server.cfg and autoexec.cfg out from cfg folder, reboot server ?
Or where you have add server settings. Try launch server with default settings.
the server.cfg only defines an alias and sets
Code:
mp_autokick 0
the autoexec.cfg only sets server and rcon password, hostname,
Code:
sv_cheats 0
and
Code:
sv_lan 0
.

this should not be the issue. I removed the plugin again because i use Ubuntu 20.04 which is definitely not Debian 9.

The "IP rate limiting" message only pops after the server is on for a while (at least 3 hrs).

Last edited by norysq; 01-20-2022 at 09:30.
norysq is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 01-20-2022 , 10:34   Re: Csgo Server Issue
Reply With Quote #15

...in source code
Code:
bool CIPRateLimit::CheckIP( netadr_t adr )
it look these cvars
Code:
"sv_max_queries_tracked_ips_max" = "50000"
FCVAR_RELEASE 
- Window over which to average queries per second averages.


"sv_max_queries_tracked_ips_prune" = "10"
FCVAR_RELEASE 
- Window over which to average queries per second averages.



"sv_max_queries_window" = "30"
FCVAR_RELEASE 
- Window over which to average queries per second averages.
// "IP rate limiting client %s sustained %u hits at %.1f pps (%u buckets, %u global count).\n"
// "IP rate limiting client %s at %u hits (%u buckets, %u global count).\n"


"sv_max_queries_sec_global" = "500"
FCVAR_RELEASE 
- Maximum queries per second to respond to from anywhere.
// "IP rate limit sustained %u distributed packets at %.1f pps (%u buckets).\n"
// "IP rate limit under distributed packet load (%u buckets, %u global count), rejecting %s.\n"


"sv_max_queries_sec" = "10.0"
FCVAR_RELEASE 
- Maximum queries per second to respond to from a single IP address.
// "IP rate limiting client %s sustained %u hits at %.1f pps (%u buckets, %u global count).\n"
// "IP rate limiting client %s at %u hits (%u buckets, %u global count).\n"
You could try increase red cvars values.

Then you could try increase blue cvar for other errors.

I have not look any deeper meaning of that code.
Bacardi 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 07:52.


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