01-30-2011, 12:16 AM
(This post was last modified: 01-30-2011, 12:19 AM by SirHaxalot.)
I've recently upgraded my servers and in the progress I changed from Windows to FreeBSD 8.1 as host OS. The problem is that the server hangs several times a day. It doesn't really crash, so the script doesn't restart it, but you can't connect to it and everyone that was online looses their connection.
This is written in the console when the server crashes.
Startup line:
config_arena.cfg
server.cfg
This also happens without Sourcemod disabled.
This is written in the console when the server crashes.
Code:
singleprocesspipe_posix.cpp (167) : Assertion Failed: CSingleProcessPipe::BWrite wrote too few bytes (8187/9278) errno=38
/home/VALVE/rackadmin/buildslave/steam_rel_client_linux/build/src/clientdll/../common/singleprocesspipe_posix.cpp 167 Assertion Failed: CSingleProcessPipe::BWrite wrote too few bytes (8187/9278) errno=38
Startup line:
Code:
./srcds_run -autoupdate -console -ip 10.0.2.101 -port 27035 -game tf +exec config_arena.cfg +map arena_nucleus
config_arena.cfg
Code:
maxplayers 30
hostname "Haxalot.com TF2 #3 Arena"
mapcyclefile "arena_mapcycle.txt"
server.cfg
Code:
sm_reserved_slots 10
sm_reserve_type 0
sm_hide_slots 1
sv_tags ""
sv_tags "haxalot.com,vanilla,HLstatsX:CE,alltalk"
fps_max 0
rcon_password "getthefuckoutofhere"
sv_allow_wait_command 1
sv_alltalk 1
sv_pure 1
mp_maxrounds 15
log on
logaddress_delall
logaddress_add 10.0.2.101:27500
sv_logecho 0
caxmpp_host "10.0.2.102"
caxmpp_port 1337
caxmpp_url "nope.avi"
caxmpp_seckey "nope.avi"
caxmpp_call_delay 180
caxmpp_announce_delay 300.0
maprate_autorate_time 240
sv_maxupdaterate 66
sv_minupdaterate 33
sv_mincmdrate 33
sv_maxcmdrate 66
sv_maxrate 30000
sv_minrate 20000
sv_downloadurl "http://fastdl.haxalot.com/tf2"
tf_birthday 0
This also happens without Sourcemod disabled.