Assistance installing game server

Ask questions about dedicated servers here and we and other users will do our best to answer them. Please also refer to the self-help section for tutorials and answers to the most commonly asked questions.
User avatar
soja
This is my homepage
This is my homepage
Posts: 2389
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Fri May 18, 2012 3:20 pm

Re: Assistance installing game server

Post by soja »

The reason the servers are still up after you delete them is because of the auto restart script that srcds on linux has.

You need to kill srcds_run instead of srcds_linux.

I would make 2 different sh startup files for each server, you can define a port on each command line. If you order more than 1 IP, you can define different IPs on the command line and both servers can use the default port(s).
Not a NFO employee
phaiz
A semi-regular
A semi-regular
Posts: 28
Joined: Thu Jul 24, 2014 9:48 pm

Re: Assistance installing game server

Post by phaiz »

soja wrote:The reason the servers are still up after you delete them is because of the auto restart script that srcds on linux has.

You need to kill srcds_run instead of srcds_linux.

I would make 2 different sh startup files for each server, you can define a port on each command line. If you order more than 1 IP, you can define different IPs on the command line and both servers can use the default port(s).
Where would I place these startup files?
User avatar
soja
This is my homepage
This is my homepage
Posts: 2389
Joined: Fri May 18, 2012 3:20 pm

Re: Assistance installing game server

Post by soja »

Judging by the script you were instructed to create it can be placed anywhere, just change the path to your new installations srcds_run file.
Not a NFO employee
phaiz
A semi-regular
A semi-regular
Posts: 28
Joined: Thu Jul 24, 2014 9:48 pm

Re: Assistance installing game server

Post by phaiz »

soja wrote:Judging by the script you were instructed to create it can be placed anywhere, just change the path to your new installations srcds_run file.
I actually tried that earlier and still ran into port issues.
phaiz
A semi-regular
A semi-regular
Posts: 28
Joined: Thu Jul 24, 2014 9:48 pm

Re: Assistance installing game server

Post by phaiz »

soja wrote:
You need to kill srcds_run instead of srcds_linux.
When I check to see what is running on those ports, it's srcds_linux and not srcds_run.
User avatar
soja
This is my homepage
This is my homepage
Posts: 2389
Joined: Fri May 18, 2012 3:20 pm

Re: Assistance installing game server

Post by soja »

phaiz wrote:
soja wrote:
You need to kill srcds_run instead of srcds_linux.
When I check to see what is running on those ports, it's srcds_linux and not srcds_run.
scrds_run is the startup script for srcds_linux. srcds_run is what keeps auto rebooting your server. Shutting down srcds_run will shut down srcds_linux.
Not a NFO employee
phaiz
A semi-regular
A semi-regular
Posts: 28
Joined: Thu Jul 24, 2014 9:48 pm

Re: Assistance installing game server

Post by phaiz »

soja wrote:
phaiz wrote:
soja wrote:
You need to kill srcds_run instead of srcds_linux.
When I check to see what is running on those ports, it's srcds_linux and not srcds_run.
scrds_run is the startup script for srcds_linux. srcds_run is what keeps auto rebooting your server. Shutting down srcds_run will shut down srcds_linux.
Care to explain how to shut it down?
phaiz
A semi-regular
A semi-regular
Posts: 28
Joined: Thu Jul 24, 2014 9:48 pm

Re: Assistance installing game server

Post by phaiz »

My developer was able to shut down the excess servers, apparently I had 6 screens running. So far we are able to start the two servers correctly, just dealing with mysql issues now.
Post Reply