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).
Assistance installing game server
- soja
- 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
Not a NFO employee
Re: Assistance installing game server
Where would I place these startup files?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).
Re: Assistance installing game server
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
Re: Assistance installing game server
I actually tried that earlier and still ran into port issues.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.
Re: Assistance installing game server
When I check to see what is running on those ports, it's srcds_linux and not srcds_run.soja wrote:
You need to kill srcds_run instead of srcds_linux.
Re: Assistance installing game server
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.phaiz wrote:When I check to see what is running on those ports, it's srcds_linux and not srcds_run.soja wrote:
You need to kill srcds_run instead of srcds_linux.
Not a NFO employee
Re: Assistance installing game server
Care to explain how to shut it down?soja wrote: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.phaiz wrote:When I check to see what is running on those ports, it's srcds_linux and not srcds_run.soja wrote:
You need to kill srcds_run instead of srcds_linux.
Re: Assistance installing game server
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.