RE: [hlds_linux] Help need For Linux Server

2002-11-05 Thread Eric (Deacon)
> > Yeah, but learning screen is a very good idea. There's really no > > reason to learn about ampersands and all that :) > > Well, actually, I use & to start my Linux seti processes in the > background, > since they are non-interactive. And, yes, I learned about the & > before screen. ;) Yes,

RE: [hlds_linux] Help need For Linux Server

2002-11-05 Thread Stan Hoeppner
> Yeah, but learning screen is a very good idea. There's > really no reason > to learn about ampersands and all that :) Well, actually, I use & to start my Linux seti processes in the background, since they are non-interactive. And, yes, I learned about the & before screen. ;) Stan _

RE: [hlds_linux] Help need For Linux Server

2002-11-05 Thread Stan Hoeppner
John, you should really look into screen. Using your method, you'll not have access to the hlds console. Starting hlds with screen is much more elegent, especially if you run more than one hlds server on a given host. StanTheMan TheHardwareFreak http://www.hardwarefreak.com rcon admin at: Beer

RE: [hlds_linux] Help need For Linux Server

2002-11-04 Thread Tim Cooper
there are many ways to get this done ... like using screen etc . but I just use & at the end of the command to startup the server to put it into the background . ./hlds_run -game tfc +ip youriphere +maxplayers 20 +map 2fort & for example ___ To

RE: [hlds_linux] Help need For Linux Server

2002-11-04 Thread Kevin J. Anderson
do some research on a small program called "screen" -Original Message- From: [EMAIL PROTECTED] [mailto:hlds_linux-admin@;list.valvesoftware.com]On Behalf Of Arenawars TFC Admin - Chris Sent: Tuesday, November 05, 2002 12:06 AM To: [EMAIL PROTECTED] Subject: [hlds_linux] Help need For Linux

RE: [hlds_linux] Help need For Linux Server

2002-11-04 Thread Bossaller, John
You have to run it as a background process. On the command line that you are entering ./hlds_run , add a "&" at the end of the line. So: ./hlds_run -game tfc +maxplayers 20 Should become: ./hlds_run -game tfc +maxplayers 20 & The other alternative, is to launch using something like halfd, whi

Re: [hlds_linux] Help need For Linux Server

2002-11-04 Thread Jeremy Brooking
On Tue, 2002-11-05 at 18:05, Arenawars TFC Admin - Chris wrote: > Hi, i recently tried to setup a HL Mod server - TFC on my linux box > everythings right and all the files are they're but when i start it > (through putty window) thereafter shutt he putty window on the next map > change the server c

RE: [hlds_linux] Help need For Linux Server

2002-11-04 Thread Eric (Deacon)
> Hi, i recently tried to setup a HL Mod server - TFC on my linux > box everythings right and all the files are they're but when i > start it (through putty window) thereafter shutt he putty > window on the next map change the server comes to the server > shuts down, Someone said i need Webmin and