A few days ago I setup my first SRCD server in Ubuntu Linux using information on this forum. Per friends suggestions I changed my tickrate to 100, and now the server won't run with or with out the changes.
Here is the output
At this point it hangs. You cannot query it from Steam, and you cannot type anything at the console (no text will appear if you try). Here are the tickrate changes I had made:
Added on startup command: +fps_max 600 -tickrate 100
Added to orangebox/tf/cfg/server.cfg: sv_maxrate 20000 sv_maxupdaterate 100
This is a Dual Xeon 2.4GHz machine with 4GB of physical memory. It is sitting on a shared 4Mbit/4Mbit link. It runs Ubuntu 7.10. I also reran the ./steam update and this has had no effect.
Since doing this, I cannot load my server. If I remove all of the above changes, I still cannot load my server. Anyone know what is going on here?
Here is the output
Quote:steam@bobo:~/tf2/orangebox$ ./srcds_run -console -game tf +ip MY_IP -secure -autoupdate -port 27015 +maxplayers 20 +fps_max 600 +map ctf_2fort -tickrate 100 +exec server.cfg
Auto detecting CPU
Using SSE2 Optimised binary.
Auto-restarting the server on crash
Could not locate steam binary:./steam, ignoring.
Console initialized.
Game.dll loaded for "Team Fortress"
Particles: Missing 'particles/error.pcf'
maxplayers set to 24
maxplayers set to 20
Unknown command "startupmenu"
Network: IP MY_IP, mode MP, dedicated Yes, ports 27015 SV / 27005 CL
ConVarRef room_type doesn't point to an existing ConVar
exec: couldn't exec skill1.cfg
Executing dedicated server config file
net.cpp (960) : Assertion Failed: 0 == iRet && iValLen == sizeof( iVal ) && cSendBufSize <= iVal
net.cpp (968) : Assertion Failed: 0 == iRet && iValLen == sizeof( iVal ) && cRecvBufSize <= iVal
Using 'steambeta1:27013' CSER server!
Connection to Steam servers successful.
VAC secure mode is activated.
At this point it hangs. You cannot query it from Steam, and you cannot type anything at the console (no text will appear if you try). Here are the tickrate changes I had made:
Added on startup command: +fps_max 600 -tickrate 100
Added to orangebox/tf/cfg/server.cfg: sv_maxrate 20000 sv_maxupdaterate 100
This is a Dual Xeon 2.4GHz machine with 4GB of physical memory. It is sitting on a shared 4Mbit/4Mbit link. It runs Ubuntu 7.10. I also reran the ./steam update and this has had no effect.
Since doing this, I cannot load my server. If I remove all of the above changes, I still cannot load my server. Anyone know what is going on here?