I'm trying to start a 2nd forked server and I'm running into some problems with getting it started up. If I use this line to start it, it hangs. screen -A -m -d -S l4dserver1 ./srcds_run -console -game left4dead +map l4d_dem_hospital01_apartment -ip 192.168.0.199 -rcon_port 27037 -port 27037 +log on -debug -fork 2 +tv_port 26900
Auto detecting CPU Using AMD Optimised binary. Enabling debug mode Server will auto-restart if there is a crash. 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 [S_API FAIL] SteamAPI_Init() failed; unable to update local steamclient. Continuing with current version anyway. got status map=l4d_dem_hospital01_apartment;players=0 [S_API FAIL] SteamAPI_Init() failed; unable to update local steamclient. Continuing with current version anyway. got status map=l4d_dem_hospital01_apartment;players=0 got status map=l4d_dem_hospital01_apartment;players=0 got status map=l4d_dem_hospital01_apartment;players=0 got status map=l4d_dem_hospital01_apartment;players=0 got status map=l4d_dem_hospital01_apartment;players=0 got status map=l4d_dem_hospital01_apartment;players=0 got status map=l4d_dem_hospital01_apartment;players=0 got status map=l4d_dem_hospital01_apartment;players=0 got status map=l4d_dem_hospital01_apartment;players=0 got status map=l4d_dem_hospital01_apartment;players=0 got status map=l4d_dem_hospital01_apartment;players=0 It repeats that line continuously and the server never starts. If I start it without the fork or tv option, it starts and runs fine. screen -A -m -d -S l4dserver1 ./srcds_run -console -game left4dead +map l4d_dem_hospital01_apartment -ip 192.168.0.199 -rcon_port 27037 -port 27037 +log on -debug Any idea on where to start? I have several other servers running on this box and each has its own screen I can attach to. How would I differentiate between each forked server and monitor it via the screen command? _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds_linux

