Re: [hlds_linux] how to leave hlds running after closeing ssh

2005-08-02 Thread William Warren
here's what i use: sudo -u hlds sh -c cd /servers/hlds/; screen -A -m -d -S hlds ./hlds_run -game cstrike -debug -pingboost 3 +port 27015 +maxplayers 12 -autoupdate +map cs_assault This is under CentOS-4.1. [EMAIL PROTECTED] wrote: how to leave hlds running after closeing ssh? when I close

RE: [hlds_linux] how to leave hlds running after closeing ssh

2005-08-02 Thread Brian \Duck\ Holmes
This is a script we use for all our instances, it's a nice wrapper script that allows you to use {start|stop|restart} to manage the servers. It's lightly modified from a script I found some time back for 1.6 and sadly I can't remember who originally wrote it to give them the credit. The only

Re: [hlds_linux] how to leave hlds running after closeing ssh

2005-08-02 Thread Martin Zwickel
-- On Sat, 30 Jul 2005 22:46:33 -0400 [EMAIL PROTECTED] bubbled: how to leave hlds running after closeing ssh? when I close my connection to the root my server quits also. If you don't want to re-attach to the server-console, you can use: nohup ./hlds opts ;) -- MyExcuse: boss forgot

RE: [hlds_linux] how to leave hlds running after closeing ssh

2005-08-01 Thread Andy Hill
To: hlds_linux@list.valvesoftware.com Subject: RE: [hlds_linux] how to leave hlds running after closeing ssh dont take me wrong, but more and more often offtopic threads come to this mailinglist so i have to ask. is this the mailing list linux for dummies ? or is this still the hlds linux mailing list

RE: [hlds_linux] how to leave hlds running after closeing ssh

2005-08-01 Thread Simon Lange
2005 18:21 To: hlds_linux@list.valvesoftware.com Subject: RE: [hlds_linux] how to leave hlds running after closeing ssh dont take me wrong, but more and more often offtopic threads come to this mailinglist so i have to ask. is this the mailing list linux for dummies ? or is this still the hlds linux

RE: [hlds_linux] how to leave hlds running after closeing ssh

2005-08-01 Thread Andy Hill
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Simon Lange Sent: 01 August 2005 11:52 To: hlds_linux@list.valvesoftware.com Subject: RE: [hlds_linux] how to leave hlds running after closeing ssh well it was send to me only once so had to think it did not reach the target. ;) i wasnt rude - i was honest

Re: [hlds_linux] how to leave hlds running after closeing ssh

2005-07-31 Thread m0gely
Ook wrote: I used to know how to do this. Could some kind soul post the syntax to do this? You install and use screen. -- - m0gely http://quake2.telestream.com/ Q2 | Q3A | Counter-strike ___ To unsubscribe, edit your list preferences, or view the

Re: [hlds_linux] how to leave hlds running after closeing ssh

2005-07-31 Thread Sebastian
m0gely wrote: Ook wrote: I used to know how to do this. Could some kind soul post the syntax to do this? You install and use screen. why does everyone say you need screen.. you dont need it. we run a few servers and have never needed it.. send output to log file or /dev/null and a simple

Re: [hlds_linux] how to leave hlds running after closeing ssh

2005-07-31 Thread Cory Clemmer
On 30/07/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: how to leave hlds running after closeing ssh? when I close my connection to the root my server quits also. I use this command to start the server (taken from http://www.srcds.com/db/engine.php?subaction=showfullid=1098643920 ) screen -A -m

RE: [hlds_linux] how to leave hlds running after closeing ssh

2005-07-31 Thread Simon Lange
Of Cory Clemmer Sent: Sunday, July 31, 2005 12:43 PM To: hlds_linux@list.valvesoftware.com Subject: Re: [hlds_linux] how to leave hlds running after closeing ssh On 30/07/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: how to leave hlds running after closeing ssh? when I close my connection

Re: [hlds_linux] how to leave hlds running after closeing ssh

2005-07-31 Thread Sebastian
Cory Clemmer wrote: On 30/07/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: how to leave hlds running after closeing ssh? when I close my connection to the root my server quits also. I use this command to start the server (taken from

Re: [hlds_linux] how to leave hlds running after closeing ssh

2005-07-31 Thread Ian mu
Btw, often I find when people say that the doesn't work at the end of a command, they are quitting putty or something without an exit/quit command, and just closing the window which causes it to die, whereas closing properly will keep it running with at the end. For those that don't use screen

RE: [hlds_linux] how to leave hlds running after closeing ssh

2005-07-31 Thread Stephane xj. Lucas
of the Sitting Ducks clan http://www.sitting-ducks.net -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cory Clemmer Sent: 31 July 2005 11:43 To: hlds_linux@list.valvesoftware.com Subject: Re: [hlds_linux] how to leave hlds running after closeing ssh On 30

Re: [hlds_linux] how to leave hlds running after closeing ssh

2005-07-31 Thread Husayn ibn al-Samarqandi
I recommend HalfD for non-Source servers. While it appears that Maelstrom is no longer supporting it and www.halfd.org is gone, you can still view some of the site through the Wayback Machine: http://web.archive.org/web/20040404200749/www.halfd.org/ (and archives dated earlier are there, too.)

RE: [hlds_linux] how to leave hlds running after closeing ssh

2005-07-31 Thread Simon Lange
Of Cory Clemmer Sent: Sunday, July 31, 2005 12:43 PM To: hlds_linux@list.valvesoftware.com Subject: Re: [hlds_linux] how to leave hlds running after closeing ssh On 30/07/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: how to leave hlds running after closeing ssh? when I close my connection

RE: [hlds_linux] how to leave hlds running after closeing ssh

2005-07-31 Thread Stephane xj. Lucas
Of Cory Clemmer Sent: Sunday, July 31, 2005 12:43 PM To: hlds_linux@list.valvesoftware.com Subject: Re: [hlds_linux] how to leave hlds running after closeing ssh On 30/07/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: how to leave hlds running after closeing ssh? when I close my connection

Re: [hlds_linux] how to leave hlds running after closeing ssh

2005-07-31 Thread Chuck Gibke
I recommend HalfD for non-Source servers. While it appears that Maelstrom is no longer supporting it and www.halfd.org is gone, you can still view some of the site through the Wayback Machine: http://web.archive.org/web/20040404200749/www.halfd.org/ (and archives dated earlier are there, too.)

RE: [hlds_linux] how to leave hlds running after closeing ssh

2005-07-31 Thread Simon Lange
Subject: RE: [hlds_linux] how to leave hlds running after closeing ssh Maybe not everyone has 15 years+ experience in IT. Stephane -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Simon Lange Sent: 31 July 2005 18:21 To: hlds_linux@list.valvesoftware.com

Re: [hlds_linux] how to leave hlds running after closeing ssh

2005-07-31 Thread m0gely
Sebastian wrote: why does everyone say you need screen.. you dont need it. He said he wanted to re-attach. -- - m0gely http://quake2.telestream.com/ Q2 | Q3A | Counter-strike ___ To unsubscribe, edit your list preferences, or view the list

Re: [hlds_linux] how to leave hlds running after closeing ssh

2005-07-30 Thread e-Plutonia
./hlds_run -game cstrike -ip -port the at the end of the startup command puts the process into background. On 7/30/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: how to leave hlds running after closeing ssh? when I close my connection to the root my server quits also. another question

Re: [hlds_linux] how to leave hlds running after closeing ssh

2005-07-30 Thread John Sheu
On Saturday 30 July 2005 09:49 pm, e-Plutonia wrote: ./hlds_run -game cstrike -ip -port the at the end of the startup command puts the process into background. Yes, but the process will still terminate when you log out. You're looking for screen. -John Sheu --                                

Re: [hlds_linux] how to leave hlds running after closeing ssh

2005-07-30 Thread e-Plutonia
No it wont terminate ;) On 7/30/05, John Sheu [EMAIL PROTECTED] wrote: On Saturday 30 July 2005 09:49 pm, e-Plutonia wrote: ./hlds_run -game cstrike -ip -port the at the end of the startup command puts the process into background. Yes, but the process will still terminate when you log

Re: [hlds_linux] how to leave hlds running after closeing ssh

2005-07-30 Thread e-Plutonia
Wait, which shell are you running ? Which OS ? On 7/30/05, e-Plutonia [EMAIL PROTECTED] wrote: No it wont terminate ;) On 7/30/05, John Sheu [EMAIL PROTECTED] wrote: On Saturday 30 July 2005 09:49 pm, e-Plutonia wrote: ./hlds_run -game cstrike -ip -port the at the end of the

Re: [hlds_linux] how to leave hlds running after closeing ssh

2005-07-30 Thread John Sheu
On Saturday 30 July 2005 10:53 pm, e-Plutonia wrote: Wait, which shell are you running ? Which OS ? bash, on linux. Not that it matters anyways; running a process in the background still makes it a child process of your ssh login shell. You need screen to detach itself from that process tree.

Re: [hlds_linux] how to leave hlds running after closeing ssh

2005-07-30 Thread Andrew Forsberg
John Sheu wrote: On Saturday 30 July 2005 10:53 pm, e-Plutonia wrote: Wait, which shell are you running ? Which OS ? bash, on linux. Not that it matters anyways; running a process in the background still makes it a child process of your ssh login shell. You need screen to detach itself

Re: [hlds_linux] how to leave hlds running after closeing ssh

2005-07-30 Thread Ook
I used to know how to do this. Could some kind soul post the syntax to do this? I use putty to get to my linux box, and by attaching to the existing process, I can watch/do stuff/etc. and when I close the ssh session, everything keeps running as happy as can be. On Saturday 30 July 2005 10:53

Re: [hlds_linux] how to leave hlds running after closeing ssh

2005-07-30 Thread
Quoting [EMAIL PROTECTED]: ok I am new to lenux have always ran my clans servers under windows but we moved due to price and lenux being less resources. so that said. I tried the at end of command I may have done it wrong not sure but it lost server once i closed ssh unless i need to issue a