Hi all,
Server OS: Debian Lenny 64bit
Processor: 6 on a virtual machine
Ram: 6GB
Game(s): L4D2
Start Up Command: screen -A -m -d -S modka2-server ./srcds_run -port 27018 -console -game left4dead2 -autoupdate
Admin Mods: Sourcemod, Metamod
GCC Version: gcc (Debian 4.3.2-1.1) 4.3.2
glibc version: ldd (GNU libc) 2.7
Kernel: 2.6.32-bpo.4-amd64
I got following issue which is quite weird to say the least, especially I couldn't find anything related to it on the internet.
My Debian Lenny server randomly - but quite often - crashes on map load if I got something running which sends rcon commands to the server. After I turned off these programs, e.g. HLSW or the HLStatsx CE daemon, they are starting fine.
If I disable rcon access for HLStatsX the servers work just fine, but I would like to use rcon to get HLStatsX or similar things to work.
So when there is HLStatsX running, the server crashes with a segmentation fault (debug.log already sent). Some investigation showed the crash appeared in sv_rcon.cpp which only gave me the direction to look for something related to that. You can imagine how confused I was when even fresh installed servers crashed (HLStatsX was running then).
Did anyone have the same issues or know how I can solve that problem?
[EDIT] Solution:
Setting sv_logfile to 0 seems to solve the problem. However, I got no idea, why...
Server OS: Debian Lenny 64bit
Processor: 6 on a virtual machine
Ram: 6GB
Game(s): L4D2
Start Up Command: screen -A -m -d -S modka2-server ./srcds_run -port 27018 -console -game left4dead2 -autoupdate
Admin Mods: Sourcemod, Metamod
GCC Version: gcc (Debian 4.3.2-1.1) 4.3.2
glibc version: ldd (GNU libc) 2.7
Kernel: 2.6.32-bpo.4-amd64
I got following issue which is quite weird to say the least, especially I couldn't find anything related to it on the internet.
My Debian Lenny server randomly - but quite often - crashes on map load if I got something running which sends rcon commands to the server. After I turned off these programs, e.g. HLSW or the HLStatsx CE daemon, they are starting fine.
If I disable rcon access for HLStatsX the servers work just fine, but I would like to use rcon to get HLStatsX or similar things to work.
So when there is HLStatsX running, the server crashes with a segmentation fault (debug.log already sent). Some investigation showed the crash appeared in sv_rcon.cpp which only gave me the direction to look for something related to that. You can imagine how confused I was when even fresh installed servers crashed (HLStatsX was running then).
Did anyone have the same issues or know how I can solve that problem?
[EDIT] Solution:
Setting sv_logfile to 0 seems to solve the problem. However, I got no idea, why...