Page 1 of 2

Server freeze after "Cvar request timeout"

Posted: Tue May 10, 2011 11:13 am
by Cep}|{
Server freeze after:

Code: Select all

L 05/10/2011 - 14:48:28: "player<129><STEAM_0:0:1xxxxxxx><CT>" disconnected (reason "Cvar request timeout.")
It's KAC problem ?

What is "Cvar request timeout" ?

Re: Server freeze after "Cvar request timeout"

Posted: Tue May 10, 2011 11:47 am
by nightrider
Basically the server has asked the client for CVAr values and the client has not responded in the appropriate amount of time.
The client is disconnected from the affected server until the client can reconnect and confirm the requested CVAr values that KAC is inquiring about.
This is normal behavior for KAC.

Re: Server freeze after "Cvar request timeout"

Posted: Wed May 11, 2011 12:47 am
by Kigen
KAC doesn't kick with such a reason though.

Cep, what other plugins are you running?

Re: Server freeze after "Cvar request timeout"

Posted: Wed May 11, 2011 12:55 am
by Cep}|{
Meta list:

Code: Select all

  [01] SourceMod (1.3.7) by AlliedModders LLC
  [02] CS:S Tools (1.3.7) by AlliedModders LLC
  [03] BinTools (1.3.7) by AlliedModders LLC
  [04] SDK Tools (1.3.7) by AlliedModders LLC
  [05] SDK Hooks (2.0.0) by Tsunami, psychonic
Plugins list:

Code: Select all

  01 "Most destructive" (0.08) by X@IDER
  02 "Basic Info Triggers" (1.3.7) by AlliedModders LLC
  03 "Fun Votes" (1.3.7) by AlliedModders LLC
  04 "High Ping Kicker - Lite Edition" (1.0.0.1) by Liam
  05 "Admin Menu" (1.3.7) by AlliedModders LLC
  06 "Weapon Restrict" (2.3.1) by Dr!fter
  07 "Reserved Slots" (1.3.7) by AlliedModders LLC
  08 "Basic Comm Control" (1.3.7) by AlliedModders LLC
  09 "Admin loggin" (1.0) by vIr-Dan
  10 "Team Bets" (2.2) by GrimReaper - Original by ferret
  11 "SM SKINCHOOSER" (1.8) by Andi67
  12 "Basic Commands" (1.3.7) by AlliedModders LLC
  13 "Admin File Reader" (1.3.7) by AlliedModders LLC
  14 "Sound Commands" (1.3.7) by AlliedModders LLC
  15 "SuperLogs: CSS" (1.2.4) by psychonic
  16 "PermaMute" (0.1) by Ryan "FLOOR_MASTER" Mannion
  17 "Admin Help" (1.3.7) by AlliedModders LLC
  18 "Anti-Flood" (1.3.7) by AlliedModders LLC
  19 "Simple informer" (1.0) by Cep>|<
  20 "Players Votes" (1.5.0) by The Resident, pZv!
  21 "Spray Tracer" (5.8) by Nican132, CptMoore, Lebson506th
  22 "Advertisements" (0.5.8) by Tsunami
  23 "Kigen's Anti-Cheat" (1.2.1.7) by CodingDirect LLC
  24 "Client Preferences" (1.3.7) by AlliedModders LLC
  25 "Word Filter Plugin" (1.1) by Tobi17
  26 "Fun Commands" (1.3.7) by AlliedModders LLC
  27 "Web Shortcuts" (1.0.1) by James "sslice" Gray
  28 "Anti-Reconnect" (1.1.5) by exvel
  29 "AFK Manager" (2.6) by Liam
  30 "Autodemo" (1.6.4) by Timiditas
  31 "map-decals.smx" (1.1) by Berni, Stingbyte
  32 "SourceBans" (1.4.8) by SourceBans Development Team
  33 "Spec-Hop Money Block" (1.0.0) by FlyingMongoose
  34 "Basic Chat" (1.3.7) by AlliedModders LLC
  35 "Anti-TK" (1.1.2) by Rothgar
  36 "Name Checker" (1.5) by Silent_Water
  37 "Basic Votes" (1.3.7) by AlliedModders LLC
  38 "Nextmap" (1.3.7) by AlliedModders LLC
  39 "Admin ESP" (1.0.3) by KawMAN
  40 "Player Commands" (1.3.7) by AlliedModders LLC
plugin_print:

Code: Select all

Loaded plugins:
---------------------
0:      "Metamod:Source 1.8.6"
1:      "DoS Attack Fixer, www.sourceop.com"
2:      "DBlocker 1.6b, Didrole"
---------------------

Re: Server freeze after "Cvar request timeout"

Posted: Wed May 11, 2011 2:16 am
by Kigen
Its likely that this problem is caused by DBlocker. As that is the only plugin I see that would likely generate this error.

Re: Server freeze after "Cvar request timeout"

Posted: Thu May 12, 2011 7:30 am
by Cep}|{
Thanks!

I disabled DBlocker and server fine works more than 400 min.

Re: Server freeze after "Cvar request timeout"

Posted: Thu May 12, 2011 7:35 am
by Kigen
Your welcome. :)

Re: Server freeze after "Cvar request timeout"

Posted: Fri May 13, 2011 8:33 am
by Cep}|{
;)

Re: Server freeze after "Cvar request timeout"

Posted: Wed Jun 15, 2011 1:50 am
by Cep}|{
db_check_cvars 0 in server.cfg solve the problem.

Re: Server freeze after "Cvar request timeout"

Posted: Wed Jun 15, 2011 9:22 am
by nightrider
nice, so now KAC handles the CVAR detection.