Raised This Month: $51 Target: $400
 12% 

Linux alarm clock crashes


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Nolongerinthegame
AlliedModders Donor
Join Date: Sep 2005
Old 12-04-2012 , 17:25   Linux alarm clock crashes
Reply With Quote #1

I'm experiencing crashes when someone joins our server. I can change map fine when no one is on, but if anyone joins, server crashes.

There is nothing in my sourcemod log files. Here is a little bit of the console log:

Code:
L 12/04/2012 - 23:12:33: "mp_winlimit" = "0"
 L 12/04/2012 - 23:12:33: "sv_accelerate" = "5.6"
 L 12/04/2012 - 23:12:33: "sv_gravity" = "800"
 L 12/04/2012 - 23:12:33: "sv_password" = ""
 L 12/04/2012 - 23:12:33: "sm_maprate_version" = "1.1"
 L 12/04/2012 - 23:12:33: "cash_team_win_by_hostage_rescue" = "3500"
 L 12/04/2012 - 23:12:33: "r_JeepViewZHeight" = "10.0"
 L 12/04/2012 - 23:12:33: "cash_team_loser_bonus_consecutive_rounds" = "500"
 L 12/04/2012 - 23:12:33: "cash_player_damage_hostage" = "-30"
 L 12/04/2012 - 23:12:33: "cash_team_hostage_alive" = "150"
 L 12/04/2012 - 23:12:33: "tv_password" = ""
 L 12/04/2012 - 23:12:33: "sv_specspeed" = "3"
 L 12/04/2012 - 23:12:33: server cvars end
 L 12/04/2012 - 23:12:34: Started map "de_dust2" (CRC "1182019033")
 L 12/04/2012 - 23:12:34: -------- Mapchange to de_dust2 --------
 ConVarRef room_type doesn't point to an existing ConVar
 Executing dedicated server config file
 L 12/04/2012 - 23:12:34: server_cvar: "nextlevel" ""
 exec: couldn't exec banned_ip.cfg
 exec: couldn't exec banned_user.cfg
 [SM] Changed cvar "sv_maxrate" to "0".
 L 12/04/2012 - 23:12:34: [basecommands.smx] "Console<0><Console><Console>" changed cvar (cvar "sv_maxrate") (value "0")
 [SM] Changed cvar "sv_minrate" to "35./vg_run: line 421: 24522 Alarm clock $HL_CMD
Add "-debug" to the ./vg_run command line to generate a debug.log to help with solving this problem
I dont know whats causing this but ive noticed SDKhooks is not running even though I have installed in the extensions folder (Linux files) and the big sdkhooks folder in the gamedata directory.

Here is my extention list:

Code:
         [01] Automatic Updater (1.5.0-dev+3697): Updates SourceMod gamedata files
         [02] Webternet (1.5.0-dev+3697): Extension for interacting with URLs
         [03] CS Tools (1.5.0-dev+3697): CS extended functionality
         [04] BinTools (1.5.0-dev+3697): Low-level C/C++ Calling API
         [05] SDK Tools (1.5.0-dev+3697): Source SDK Tools
         [06] Top Menus (1.5.0-dev+3697): Creates sorted nested menus
         [07] <FAILED> file "smrcon.ext.so": /data/dedigames/dedigame81/home/servers/server977/games/counterstrike_go/csgo/addons/sourcemod/extensions/smrcon.ext.so: cannot open shared object file: No such file or directory
         [08] <FAILED> file "connect.ext.so": /data/dedigames/dedigame81/home/servers/server977/games/counterstrike_go/csgo/addons/sourcemod/extensions/connect.ext.so: cannot open shared object file: No such file or directory
         [09] Socket (3.0.1): Socket extension for SourceMod
         [10] Client Preferences (1.5.0-dev+3697): Saves client preference settings
         [11] SQLite (1.5.0-dev+3697): SQLite Driver
Also how do I turn off sv_pure, it does not seem to work through the config file and I do not have access to a command line in the game panel.

This is the first time for a while I am using a rented Linux gameserver and have not seen the alarm clock message for ages (until sv_allow_votes 0 fixed it ages ago for Windows)

Last edited by Nolongerinthegame; 12-04-2012 at 17:33.
Nolongerinthegame is offline
Nolongerinthegame
AlliedModders Donor
Join Date: Sep 2005
Old 12-05-2012 , 14:40   Re: Linux alarm clock crashes
Reply With Quote #2

I might have traced this to my entries in databases.cfg. I am using mysql connection for sourcebans and another mod.

When I leave the entries out and run the sourcemod server without those 2 mods, it runs fine and I can join.. When I put them back in and run the server with the mods, it crashes when I play.

I have also tried it running sourcebans only and the same thing happened, so maybe my databases file is screwed?

Here it is:

"Databases"
{
"driver_default" "mysql"

"default"
{
"driver" "default"
"host" "localhost"
"database" "sourcemod"
"user" "root"
"pass" ""
//"timeout" "0"
//"port" "0"
}

"storage-local"
{
"driver" "sqlite"
"database" "sourcemod-local"
}

"clientprefs"
{
"driver" "sqlite"
"host" "localhost"
"database" "clientprefs-sqlite"
"user" "root"
"pass" ""
//"timeout" "0"
//"port" "0"
}
"sourcebans"
{
"driver" "mysql"
"host" "theipaddress"
"database" "dbname"
"user" "dbuser"
"pass" "dbpass"
}

}


There are no error logs

Last edited by Nolongerinthegame; 12-05-2012 at 15:06.
Nolongerinthegame 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 23:17.


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