Can't get enough SRCDS.com? Follow us on: Twitter | IRC | Steam


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Can't quit hlds, endless loop of restarting

Author Message
sarkdog Offline
Newbie

Posts: 1
Joined: Dec 2009
Reputation: 0
Post: #1
myBB Can't quit hlds, endless loop of restarting
Hello,
I got a linux server and I installed hlds on it.
Everything is perfect but I can not quit hlds.
If I type: quit
It goes into an endless loop of restarting.
This also happens when I change a map.
12-30-2009 09:00 PM
Find all posts by this user Quote this message in a reply
Terrorkarotte Offline
Senior Member

Posts: 253
Joined: Oct 2009
Reputation: 4
Post: #2
RE: Can't quit hlds, endless loop of restarting
strg+c will terminate the server when you are logged into the linux shell.
If you are running the Server detached in a screentab the kommand "ps fx" will show you the prozesses and their PIDs of the current user. Shut them down with kill PIDnumber
12-30-2009 09:08 PM
Find all posts by this user Quote this message in a reply
Arjen Offline
Senior Member

Posts: 537
Joined: Apr 2008
Reputation: 5
Post: #3
RE: Can't quit hlds, endless loop of restarting
In the future maybe you like to start the server with screen:
apt-get install screen
man screen
(read and learn)

To shutdown the srcds process:
ps -ef
Find the PID and kill it with:
kill -9 <pid>
12-31-2009 09:29 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump: