Re: [hlds_linux] Exit srcds

2005-11-01 Thread John Sheu
I think the point is that he _doesn't_ want to have to restart the screen instance every time. With this, all it takes is to start the instance once. It isn't a bash script, just a shell session. Bash itself. On Tue, 2005-11-01 at 12:51 -0500, Chuck Gibke wrote: > The sysadmin would still have

Re: [hlds_linux] Exit srcds

2005-11-01 Thread John Sheu
I think the point is that he _doesn't_ want to have to restart the screen instance every time. With this, all it takes is to start the instance once. It isn't a bash script, just a shell session. Bash itself. On Tue, 2005-11-01 at 12:51 -0500, Chuck Gibke wrote: > The sysadmin would still have

Re: [hlds_linux] Exit srcds

2005-11-01 Thread Chuck Gibke
The sysadmin would still have to initiate the bash script since he can access the "games" user. I use a stop_css script on my server that looks like this: /usr/bin/screen -r css -X quit "css" is the name assigned to the screen instance. This causes the server program to exit gracefully but also c

Re: [hlds_linux] Exit srcds

2005-11-01 Thread John Sheu
Yeah, but those solutions require his sysadmin to get off his lazy butt and grant him privileges. (Or it could just be that the sysadmin has a strict security policy). Running a bash instance inside screen takes no additional pain on the part of either of them. -John Sheu On Tue, 2005-11-01 at

RE: [hlds_linux] Exit srcds

2005-11-01 Thread [BT]Black V
Yory not just trying to detach from the screen are you ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of James D Sent: Monday, 31 October 2005 2:48 p.m. To: hlds_linux@list.valvesoftware.com Subject: Re: [hlds_linux] Exit srcds [ Converted text/html to

Re: [hlds_linux] Exit srcds

2005-11-01 Thread Regime
Alternitively, get him to look into "sudo" and grant you permission to "sudo" all or some commands as the games user. Type in "man sudo" for more information. The servers are running on screens, but not under my user account - they're running on a 'games' user. If I were to kill the screen, I wo

Re: [hlds_linux] Exit srcds

2005-10-31 Thread John Sheu
What you can do, actually, is start a bash session in screen instead of srcds itself, e.g.: "screen bash" instead of "screen srcds" That way, screen is listening for the exit of the bash session, not srcds itself. You should be able to connect/re-connect at will, then, even without a srcds ins

Re: [hlds_linux] Exit srcds

2005-10-30 Thread James D
[ Converted text/html to text/plain ] It sounds like he needs to make up his mind. He needs to give you the 'games' user access or you can't really maintain it correctly. Alex W wrote: -- [ Picked text/plain from multipart/alternative ] I should elaborate on how the server is set up. I'm not the

Re: [hlds_linux] Exit srcds

2005-10-30 Thread Alex W
-- [ Picked text/plain from multipart/alternative ] I should elaborate on how the server is set up. I'm not the owner of the server, but he has given me permission to maintain it, so he set up an SSH account for me. The servers are running on screens, but not under my user account - they're running

Re: [hlds_linux] Exit srcds

2005-10-30 Thread James D
If the server is shut down what is the point of having a screen running? Kill the server, kill the screen. Restart them both together. Alex W wrote: -- [ Picked text/plain from multipart/alternative ] I want to completely exit out of the srcds program. I have the server running in a screen, b

Re: [hlds_linux] Exit srcds

2005-10-30 Thread Alex W
-- [ Picked text/plain from multipart/alternative ] I meant the srcds console =P. I guess I'll have to settle for control + C to exit the srcds program for now... On 10/30/05, John Sheu <[EMAIL PROTECTED]> wrote: > > Console commands to what, linux? > > ls /usr/bin > > Read it and weep. > > -John

Re: [hlds_linux] Exit srcds

2005-10-30 Thread John Sheu
Console commands to what, linux? ls /usr/bin Read it and weep. -John Sheu On Sun, 2005-10-30 at 17:02 -0500, Alex W wrote: > Additionally, does anybody have a list of all the console commands that I > could use? > > Thanks. > -- > > ___ > To unsubscri

[hlds_linux] Exit srcds

2005-10-30 Thread Alex W
-- [ Picked text/plain from multipart/alternative ] I want to completely exit out of the srcds program. I have the server running in a screen, but I don't want to kill the screen. 'exit' and 'quit' shutdown the server, but then restart it. Does anybody know the console command to completely exit ou