01-09-2009, 02:11 AM
my server.cfg text, which has the proper .cfg filetype association and is located in my /srcds/l4d/cfg/ folder
the linux terminal dump
What concerns me (as a relative novice in linux and hosting my own server) is that it can't exec my server.cfg and that it doesn't continue on to the master servers and fully launch. I cannot connect to it in l4d's console. This is behind a router, but all ports are forwarded to the static local ip address of 10.10.10.102 that I gave its specific mac address now that it is set on dmz. I'm fairly confident that the dmz is functioning right as I couldn't even update it and get this far until I got that right (I think...), leading to this issue.
Code:
hostname "Ace King's Test"
rcon_password "passhere"
sv_search_key "keyhere"
sv_allow_lobby_connect_only 0
sv_region 0
sv_lan 0
mp_disable_autokick 1
sv_cheats 0
the linux terminal dump
Code:
[root@ryanp4 l4d]# ./srcds_run -console maxplayers 8 -game left4dead +sv_lan 0 - nomaster +map l4d_vs_hospital01_apartment +ip 10.10.10.102 -port 27015
Auto detecting CPU
Using SSE2 Optimised binary.
Server will auto-restart if there is a crash.
Running a benchmark to measure system clock frequency...
Finished RDTSC test. To prevent the startup delay from this benchmark, set the environment variable RDTSC_FREQUENCY to 2799.000000 on this system. This value is dependent upon the CPU clock speed and architecture and should be determined separately for each server. The use of this mechanism for timing can be disabled by setting RDTSC_FREQUENCY to 'disabled'.
#
#Console initialized.
#Game.dll loaded for "L4D - Normal"
Server is hibernating
ConVarRef test_progression_loop doesn't point to an existing ConVar
Game supporting (2) split screen players
maxplayers set to 14
Unknown command "r_decal_cullsize"
Unknown command "mat_bloom_scalefactor_scalar"
Network: IP 10.10.10.102, mode MP, dedicated Yes, ports 27015 SV / 27005 CL
---- Host_NewGame ----
Host_NewGame on map l4d_vs_hospital01_apartment
ConVarRef room_type doesn't point to an existing ConVar
Executing dedicated server config file
Commentary: Could not find commentary data file 'maps/l4d_vs_hospital01_apartment_commentary.txt'.
[S_API FAIL] SteamAPI_Init() failed; unable to update local steamclient. Continuing with current version anyway.
exec: couldn't exec server.cfg
Master server communication disabled.
Connection to Steam servers successful.
VAC secure mode is activated.
What concerns me (as a relative novice in linux and hosting my own server) is that it can't exec my server.cfg and that it doesn't continue on to the master servers and fully launch. I cannot connect to it in l4d's console. This is behind a router, but all ports are forwarded to the static local ip address of 10.10.10.102 that I gave its specific mac address now that it is set on dmz. I'm fairly confident that the dmz is functioning right as I couldn't even update it and get this far until I got that right (I think...), leading to this issue.