05-25-2007, 06:11 AM
Help!!! my source dedicated server stop after close Putty ssh client . Solutions , plz!!!
Server stop after close Putty
|
05-25-2007, 06:11 AM
Help!!! my source dedicated server stop after close Putty ssh client . Solutions , plz!!!
05-25-2007, 06:43 AM
zongo Wrote:Help!!! my source dedicated server stop after close Putty ssh client . Solutions , plz!!! Execute the command with a & at the end, then you should be able to exit from ssh without the program terminating when you exit the ssh session.
05-25-2007, 07:21 AM
Soynuts Wrote:Sorry , not work aim executed:zongo Wrote:Help!!! my source dedicated server stop after close Putty ssh client . Solutions , plz!!! ./srcds_run -console -game cstrike +map de_dust2 -tickrate 100 -ip xxx.xxx.xxx.xxx -maxplayers 16 -autoupdate & not work after close putty client my server stop...???????????
05-25-2007, 08:48 AM
05-26-2007, 11:03 AM
zongo Wrote:Soynuts Wrote:Sorry , not work aim executed:zongo Wrote:Help!!! my source dedicated server stop after close Putty ssh client . Solutions , plz!!! Start your server inside a screen. Code: screen -A -m -d -S css-server ./srcds_run -game cstrike -ip <enter external IP> -port 27015 +map de_dust2 +maxplayers 16 -tickrate 100 +fps_max 600 -autoupdate To attach to the screen: Code: screen -ls Look for the ID number Code: screen -r <id number> Technically screen -r css-server should work instead - but in my experience it never seemed to work for me.
Thx for help , aim executed :
Quote:./srcds_run -game cstrike -autoupdate -tickrate 100 -ip xxx.xxx.xxx.xxx +maxplayers 18 +map de_dust2 > /dev/null 2>&1 & After close the putty client my server its perfect work.
05-28-2007, 03:41 AM
if you start screen via: "screen -S servername" then you can re-attach via "screen -r servername" the -S flag names the screen something else rather than the pid.
05-31-2007, 07:17 PM
screen -S css_1 -d -m ./scrds_run .....
to start server screen -r css_1 to view detached screen ALT A+D to detach again screen
Linux IsiX 64 Generic Desktop ValHalla 2.6.33.4 x86_64
Intel Core 2 Duo T8400 4Gb Ram 40G SSD Intel DoD 31 Comunity DoD 31 Spanish Comunity Erste SS Panzer Grendier Division [DOD Clan] |
« Next Oldest | Next Newest »
|