This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

server crash strange behavior


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
PresidentEvil
AlliedModders Donor
Join Date: Jun 2012
Old 06-21-2014 , 15:35   server crash strange behavior
Reply With Quote #1

my DM surf rpg server in the past month(few csgo updates ago) has been crash alot, like 1-2 times a day

I did general procedure: update SM/MM, update the plugins, check configs, fixed the all errors in the error logs(no more errors at all now)

I have even done a complete wipe and reinstall now

it still crashes the same as before

the behavior is weird

Code:
Your server was found to be offline by our systems for two successive 
polling periods (which means it was down for between 5 and 10 minutes). 
Our systems attempted to automatically restart the server as a result.

so what happens is the server crashes, and usually the system simply starts it back up immediately


however as the above error says, it goes down but doesnt start back up, either its trying to start it back up and its continously crashing, or the system only attempts to restart it once every 5 mins


either way I have tried everything and have given up, i dont know what to do and am very desperate


gamemodes_server
PHP Code:
// Values here override the default gamemodes.txt

"GameModes_Server.txt"
{
    
"gameTypes"
    
{
        
"classic"
        
{
            
"gameModes"
            
{
                
"casual"
                
{
                    
"maxplayers"        "32"

                    "exec"
                    
{
                        
"exec"            "server.cfg"   
                    
}
                    
"mapgroupsMP"
                    
{
                        
"mg_surf"        ""
                    
}
                }
            }
        }
    }
    
"mapgroups"
    
{
        
"mg_surf"
        
{
            
"name"            "mg_surf"
            "maps"
            
{
                
"surf_egypt_csgo"        ""
                "surf_monster_dust_v2final_go"        ""
                "surf_derp_b4"        ""
                "surf_legends_lite"        ""
                "surf_deadman_v2"        ""
                "surf_abhorrence_ctgo"        ""
                "surf_djk_down_rev3"        ""
                "surf_aztec_ruins_xmas_pbfinal"        ""
                "surf_megamachine_go"        ""
                "surf_cram"        ""
                "surf_machine4_go_b2"        ""
                "surf_greatriver_remix_csgo_r2"        ""
                "surf_stained_v2"        ""
                "surf_10x_reloaded_fixed_rat"        ""
                "surf_10xinfernoHQ_r4"        ""
                "surf_20_12_06_rat"        ""
                "surf_420c_go_r8"        ""
                "surf_4fun_credit_SG"        ""
                "surf_air_arena_v4"        ""
                "surf_banocanyon_b0"        ""
                "surf_bigloop_slayer_b1"        ""
                "surf_buck-wild_csgo"        ""
                "surf_forbidden_ways_reloaded"        ""
                "surf_greatriver_csgofix"        ""
                "surf_iceday_b1"        ""
                "surf_mastermind_a1_1"        ""
                "surf_matrix_v8_csgo"        ""
                "surf_rebel_resistance_swg"        ""
                "surf_spacezone_b2"        ""
                "surf_superk_go_b7"        ""
                "surf_utopia_v3"        ""
                "surf_monster_r4"        ""
                "surf_megawave_r4final"        ""
                "surf_green_v3_origin_r4final"        ""
                "surf_aztec_ruins_r4final"        ""
                "surf_PZA"        ""
            
}
        }
    }

server.cfg
PHP Code:
hostname "24/7 SURF + RPG [FAST XP+KNIFE SHOP] SlayersGaming.com"
sv_tags bunnyhoptimerranktop
rcon_password 
"******"
sv_password ""
weapon_reticle_knife_show 1
log 0
mp_freezetime 5 
//The amount of time players are frozen to buy items
mp_join_grace_time 0 //The amount of time players can join teams after a round has started
mp_match_end_restart 0 // Defines whether a map should be restarted after a game has ended
sv_cheats 0 //This should always be set, so you know it's not on
sv_lan 0 //This should always be set, so you know it's not on
//**The bot commands below are mostly default with the exception of
bot_difficulty 1
bot_chatter 
"off"
bot_join_after_player 0
bot_quota 4
bot_quota_mode 
"fill"
//**The following commands manage kicks and bans
writeid
writeip
mp_warmuptime 0
mp_maxplayers 32
net_maxfilesize 99999
sv_downloadurl 
"http://slayersfastdl.site.nfoservers.com/server"
sm_rules_url "http://slayersfastdl.site.nfoservers.com/r_rulesSurf.html"
sm_contact_url "http://slayersfastdl.site.nfoservers.com/r_contact.html"
sv_allowupload 1
sv_allowdownload 1
mp_autokick 0
mp_roundtime 15
mp_maxrounds 20
exec banned_user
.cfg
exec banned_ip
.cfg
sv_allow_votes 0
sv_gravity 800

mp_friendlyfire 0
ff_damage_reduction_grenade_self 1
mp_playercashawards 0
mp_teamcashawards 0

//important to prevent server join errors
sv_hibernate_when_empty 0
sv_hibernate_postgame_delay 30
sv_reservation_timeout 60

sv_noroundstats 1
sv_ignoregrenaderadio 1
mp_molotovusedelay 0
mp_forcecamera 0
sv_alltalk 1
sv_deadtalk 1
//sv_full_alltalk 1
mp_autoteambalance 1
mp_teams_unbalance_limit 2
mp_limitteams 0
mp_weapons_allow_map_placed 1

sv_region 1

mp_match_end_at_timelimit 0

//********************************************************************


mp_spectators_max 6
bot_quota_mode fill
bot_quota 0
bot_defer_to_human_items 1
bot_defer_to_human_goals 0
bot_difficulty 1
bot_dont_shoot 0
bot_chatter normal
cl_playerspraydisable 1
mp_friendlyfire 0
mp_afterroundmoney 0
mp_playercashawards 0
mp_teamcashawards 0
mp_halftime 0
mp_timelimit 30
mp_freezetime 5
mp_buytime 0
mp_forcecamera 0
mp_defuser_allocation 2
mp_death_drop_gun 1
mp_death_drop_grenade 2
mp_death_drop_defuser 1
cl_enable_roundstart_autobuy 1
sv_ignoregrenaderadio 1
mp_molotovusedelay 0

sv_alltalk 1
sv_deadtalk 1
//sv_full_alltalk 1
mp_force_pick_time 8
bot_autodifficulty_threshold_low 
-2.0
bot_autodifficulty_threshold_high 0.0
spec_freeze_time 5.0
spec_freeze_panel_extended_time 0
mp_match_can_clinch 1
mp_startmoney 0
mp_maxmoney 0
mp_playerid 0
host_players_show 2
sv_allow_votes 0
sv_arms_race_vote_to_restart_disallowed_after 0

// cash award convars
cash_team_terrorist_win_bomb 0
cash_team_elimination_hostage_map 0
cash_team_elimination_bomb_map 0
cash_team_win_by_time_running_out 0
cash_team_win_by_defusing_bomb 0
cash_team_win_by_hostage_rescue 0
cash_team_loser_bonus 0
cash_team_loser_bonus_consecutive_rounds 0
cash_team_rescued_hostage 0
cash_team_hostage_alive 0
cash_team_planted_bomb_but_defused 0
cash_team_hostage_interaction 0
cash_player_killed_teammate 0
cash_player_killed_enemy_default 0
cash_player_killed_enemy_factor 0
cash_player_bomb_planted 0
cash_player_bomb_defused 0
cash_player_rescued_hostage 0
cash_player_interact_with_hostage 0
cash_player_damage_hostage 0
cash_player_killed_hostage 0

mp_weapons_allow_zeus 1
mp_solid_teammates 0
mp_free_armor 1

//setting these to 1 crashes the server so keep at 0
mp_endmatch_votenextmap 0
mp_endmatch_votenextmap_keepcurrent 0

//dm cvars
mp_respawn_on_death_t 1
mp_respawn_on_death_ct 1
mp_respawn_immunitytime 0

//rates
sv_maxrate 80000
sv_minrate 5000
net_splitpacket_maxrate 75000
fps_max 0
sv_mincmdrate 10

//thirdperson
sv_allow_thirdperson 1

//Accelerator 
breakpad_account STEAM_0:1:32803747 
plugins

PHP Code:
[SMListing 46 plugins:
01 "spawntools7" (0.9by meng
02 
"[THC RPG] Downloader" (0.1by Tummietum
03 
"SourceBans" (1.4.10by SourceBans Development Team
04 
"Basic Commands" (1.5.4-dev+4059by AlliedModders LLC
05 
"Increase Nade Damage" (1.0.3by AUSTINBOTS! - SavSin
06 
"Auto Team Scramble" (2.2.0by RedSword Bob Le Ponge
07 
"Fun Votes" (1.5.4-dev+4059by AlliedModders LLC
08 "Map Nominations" (1.5.4-dev+4059by AlliedModders LLC
09 "Connect Announce" (1.3by Arg!
10 "STFU" (0.2by Fanoto
11 
"PreventWeapon" (1.0by NSF Plugin
12 
"CS:S DM Basics" (2.1.6-devby AlliedModders LLC
13 
"CS:S DM Spawn Protection" (2.1.6-devby AlliedModders LLC
14 
"CS:S DM Equipment" (2.1.6-devby AlliedModders LLC
15 
"Player Protection" (3.6.2by Twisted|Panda
16 
"[ANY] Block Generating Navigation Files" (1.0by Oshizu Sena™ ¦
17 "Show Damage" (1.0.7by exvel
18 
"[CSGO] Team Limit Bypass" (1.1by Zephyrus
19 
"Fun Commands" (1.5.4-dev+4059by AlliedModders LLC
20 
"TOGs Deathmatch Team Balancer v1.1" (1.1by That One Guy
21 
"Basic Comm Control" (1.5.4-dev+4059by AlliedModders LLC
22 
"Anti-Flood" (1.5.4-dev+4059by AlliedModders LLC
23 
"TeamChange Unlimited" (1.2.2by Sheepdude
24 
"NotifyMOTD" (0.2by WilczekKaOsBacardi
25 
"Basic Votes" (1.5.4-dev+4059by AlliedModders LLC
26 
"Advertisements" (0.5.7by Tsunami
27 
"Nextmap" (1.5.4-dev+4059by AlliedModders LLC
28 
"Knife Get (Menu)" (PLUGIN_VERSIONby Dk--
29 "[THC RPG] CS:GO" (0.8.7_stableby ArsiRC (Edit by TummieTum)
30 "Teams Management Interface" (1.2.3by RedSword Bob Le Ponge
31 
"Client Preferences" (1.5.4-dev+4059by AlliedModders LLC
32 
"Jetpack" (1.1.0aby Knagg0
33 
"Player Commands" (1.5.4-dev+4059by AlliedModders LLC
34 
"Rock The Vote" (1.5.4-dev+4059by AlliedModders LLC
35 
"Suicide Intercept" (1.5.6by TnTSCS aka ClarkKent
36 
"Admin File Reader" (1.5.4-dev+4059by AlliedModders LLC
37 
"Admin Help" (1.5.4-dev+4059by AlliedModders LLC
38 
"Basic Chat" (1.5.2by AlliedModders LLC
39 
"MapChooser" (1.5.4-dev+4059by AlliedModders LLC
40 
"Reserved Slots" (1.5.4-dev+4059by AlliedModders LLC
41 
"Basic Info Triggers" (1.5.4-dev+4059by AlliedModders LLC
42 
"Admin Menu" (1.5.4-dev+4059by AlliedModders LLC
43 
"No Block" (1.0.0.0by sslice
44 
"Thirdperson" (1.6 CS:GO editionby shavit and Franc1sco franug
45 
"[CSS/CS:GO] AbNeR Bunny Hoping" (1.4fixby AbNeR_CSS
46 
"SM SKINCHOOSER" (2.7by Andi67 
__________________

Last edited by PresidentEvil; 06-21-2014 at 15:58.
PresidentEvil is offline
stay.pista
Senior Member
Join Date: Apr 2013
Location: Hungary
Old 06-22-2014 , 07:48   Re: server crash strange behavior
Reply With Quote #2

lol ?
__________________


•suяƒ• Since 2008
stay.pista is offline
winniethepooh
SourceMod Donor
Join Date: Sep 2012
Old 06-27-2014 , 13:37   Re: server crash strange behavior
Reply With Quote #3

Do you have access to the console when it crashes? Can you post what the console looks like when it is crashed?
winniethepooh is offline
PresidentEvil
AlliedModders Donor
Join Date: Jun 2012
Old 06-27-2014 , 18:11   Re: server crash strange behavior
Reply With Quote #4

i *think* I figured it out


I removed a bunch maps that crash the server and it doesnt seem to crash anymore
__________________
PresidentEvil 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 19:48.


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