Server OS: CentOS 6.2 (64bit)
Processor: 2x Quad Core Xeons @ 1.86GHz (L5320)
Ram: 16 GB
Game(s): Team Fortress 2
Start Up Command: ./srcds_run -console -game tf +map cp_dustbowl +maxplayers 24 -autoupdate +ip 209.50.226.21 -port 27015 -tickrate 66
Admin Mods: SourceMod, MM:S
Srcds hangs after:
A strace on the process reveals this:
From what I've read, mprotect sets protection on a region of memory. Why would permission be denied? Or if you have any other ideas, let me know.
Processor: 2x Quad Core Xeons @ 1.86GHz (L5320)
Ram: 16 GB
Game(s): Team Fortress 2
Start Up Command: ./srcds_run -console -game tf +map cp_dustbowl +maxplayers 24 -autoupdate +ip 209.50.226.21 -port 27015 -tickrate 66
Admin Mods: SourceMod, MM:S
Srcds hangs after:
Code:
Network: IP 209.50.226.21, mode MP, dedicated Yes, ports 27015 SV / 27005 CL
SOLID_VPHYSICS static prop with no vphysics model! (models/props_foliage/grass_02_cluster01.mdl)
A strace on the process reveals this:
Code:
mprotect(0xa8e9000, 8192, PROT_READ|PROT_WRITE|PROT_EXEC) = -1 EACCES (Permission denied)
mprotect(0xa8e9000, 8192, PROT_READ|PROT_WRITE|PROT_EXEC) = -1 EACCES (Permission denied)
mprotect(0xa8e9000, 8192, PROT_READ|PROT_WRITE|PROT_EXEC) = -1 EACCES (Permission denied)
mprotect(0xa8e9000, 8192, PROT_READ|PROT_WRITE|PROT_EXEC) = -1 EACCES (Permission denied)
...etc....never ends
From what I've read, mprotect sets protection on a region of memory. Why would permission be denied? Or if you have any other ideas, let me know.