Posts: 4
Threads: 2
Joined: Feb 2005
Reputation:
0
02-17-2005, 08:32 PM
(This post was last modified: 02-17-2005, 08:32 PM by Hansz.)
Hi guys,
I was wondering if there is a gracefull way to shutdown a running CSS server. I've been doing it by kill -9 but for some reason that doesn't feel 'right'.
Any ideas ? Have I missed something whilst searching the net for this ?
thnx in advance for your suggestions..
Posts: 43
Threads: 10
Joined: Jan 2005
Reputation:
0
Erm I am rather new to this as well but have you tried typing "exit" while the server is runing
Posts: 18
Threads: 8
Joined: Dec 2004
Reputation:
0
quit will exit source back to screen prompt gracefully!
Posts: 44
Threads: 3
Joined: Dec 2004
Reputation:
0
or you can just do Ctrl + C. Same thing, just quicker.
Tracer
CS:Source 66.194.153.223:27015
Natural Selection 66.194.153.223:27016
Posts: 9
Threads: 1
Joined: Feb 2005
Reputation:
0
if u use screen just kill the screen process or reatach it with screen -r <name> and kill it with Ctrl + C
Posts: 4
Threads: 2
Joined: Feb 2005
Reputation:
0
I'm not using Screen... I'm running the server straight off the command prompt via a script, creating a pid file ... This always worked for our MOH:AA servers as that only starts of 1 process... For HL/CSS 2 processes are started so both need to be killed... I guess i'll have to change my script then see if I can 'catch' both the PID's for the started processes so I can kill them both ...
Posts: 380
Threads: 9
Joined: Jan 2005
Reputation:
0
I just use CTRL + C and that kills both the screen and the srcds
United Strike Marine Corps
USMC-CO| θ (theta)
Posts: 18
Threads: 8
Joined: Dec 2004
Reputation:
0
CTL+ C will quit server but wont report mem loss so I would surgest quit as a prefered method!
Posts: 1,217
Threads: 42
Joined: Dec 2004
Reputation:
0
try using rcon to stop the server.
starting 9/24/2006 if your problem has been solved please edit your first post and add [solved] to the begining of the title. Thanks.
Posts: 1,217
Threads: 42
Joined: Dec 2004
Reputation:
0
try using rcon to stop the server.
starting 9/24/2006 if your problem has been solved please edit your first post and add [solved] to the begining of the title. Thanks.