I run all of my hlds's in the background (see sample command line below) and to see the console output, I just use tail or a text editor to open the log file.
nohup ./hlds_run -(tons or arguments) > /var/log/hlds_l.log & So to view the log: tail -f /var/log/hlds_l.log Hope that helps! -- Andy On Sat, 23 May 2009 19:47:16 -0300, "MAGUS" <[email protected]> said: > But if i runi without screen (add -b in line for run in background), as i > will see the hlds console? > > - > rody > > 2009/5/23 Shane Arnold <[email protected]> > > > Try running it without metamod. > > > > Also try running it without screen. > > > > Unfortunately segfaults can be caused by almost anything. _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds_linux

