SRCDS Steam group


my all 3 servers down for no reason!!!
#1
hello, since my tech left, i have no idea how to run server in linux and this morning all 3 of my servers went down... so when i look at gametracker.com it show that all my 3 servers is unknown...so can you tell me how to run server in ssh? im running dedicated server debian linux... i tried ./scrds_run but it still not showing up!!!add me on steam bothell24
ok after i typed this in consol ./srcds_run -console -game cstrike +map zm_lila_panic +maxplayers 32 -autoupdate +ip 38.99.168.192 -port 27016 -tickrate 66 -insecure....i can't turn off ssh because if i do then server will be down too... how can i fix that?
Reply
#2
Maybe you should consider standard slot hosting?
Looking for a game server? Visit fullfrag.com and pick one up as low as $2.50 / mo!
Reply
#3
before your run the srcds_run command (with all those options, they look correct -> only I wouldn't run a server with "-insecure" unless you like having cheaters on your server) run the command "screen". that will open a virtual terminal window in which you can run the server. you can then disconnect from that screen session by pressing "Ctrl+A D". You can also reconnect (even from another computer) by running screen -R (if you have multiple screen sessions running, screen -R will print a list of names. put one of them behind the -R option to connect to it).

if you got so far and are willing to spend some time learning linux and server configurations you might be able to manage the servers on your own. but beware, most stuff will not work on its own and it will require some time and efford.
http://www.fpsmeter.org
http://wiki.fragaholics.de/index.php/EN:Linux_Optimization_Guide (Linux Kernel HOWTO!)
Do not ask technical questions via PM!
Reply
#4
@BehaartesEtwas I am not trying to hijack this thread but you listed a few thing for screen and how do I close a screen so that the server will stop and the task will end, so you can start it up again without running two of the same servers
Reply
#5
connect to the screen and stop the server (e.g. by hitting ctrl+c)
http://www.fpsmeter.org
http://wiki.fragaholics.de/index.php/EN:Linux_Optimization_Guide (Linux Kernel HOWTO!)
Do not ask technical questions via PM!
Reply
#6
I know of ctrl +c and have used it before i cant believe i never tried that Big Grin
Reply
#7
(06-06-2010, 08:57 PM)helio Wrote:  I know of ctrl +c and have used it before i cant believe i never tried that Big Grin

thanks beh but i wish i can learn more about linux coding in ssh.... anyone here have steam account that can add me as friend(steam account bothell24) name chuck in steam... if you can i will pay you sometime on paypal for helping me...
when i type this screen ./srcds_run -console -game cstrike +map zm_lila_panic +maxplayers 32 -autoupdate +ip 38.99.168.192 -insecure -port 27016... it goes to port 27017 or 18...why it gives wrong port? and thanks for giving me advice about screen....
Reply
#8
(06-07-2010, 07:54 AM)chuck Wrote:  when i type this screen ./srcds_run -console -game cstrike +map zm_lila_panic +maxplayers 32 -autoupdate +ip 38.99.168.192 -insecure -port 27016... it goes to port 27017 or 18...why it gives wrong port? and thanks for giving me advice about screen....
see the other thread (http://forums.srcds.com/viewtopic/14436), it's probably the same reason (srcds tends to use another port if the specified is taken, but apparently only sometimes)

some hints regarting linux command line:
* "man <command>" gives you a detailed help for that command. that virtually always helps you if you already know the command you want to use. E.g. if you want to know how to do something with screen, try "man screen".
* If you don't even know what command to use (that happens quite often in the beginning I guess ^^) try some google search. E.g. "command linux copy file" will give you very fast the idea which command to use to copy files on linux ;-)
* If you try the above always at first you will learn much faster, because you will recognize the structure. If you always ask somebody how to do something, you might get quicker the result. But you will not understand easily why to use that command in that way.
* I don't say this because I don't want to answer your questions. I really think in the long term this will be easier for you ;-)
http://www.fpsmeter.org
http://wiki.fragaholics.de/index.php/EN:Linux_Optimization_Guide (Linux Kernel HOWTO!)
Do not ask technical questions via PM!
Reply
#9
A short help text will most times display:
whatevercommand --help
Reply
#10
yesterday I found a good resource for the beginning:
http://www.linuxcommand.org/
http://www.fpsmeter.org
http://wiki.fragaholics.de/index.php/EN:Linux_Optimization_Guide (Linux Kernel HOWTO!)
Do not ask technical questions via PM!
Reply
#11
omg after 5 days of trying ot get server up, i finnaly got it works... thanks to this site that i found from google http://www.left4deadforums.com/1187-left-4-dead-linux-server-guide.html ..... i had to type kill -9 5523... 5523 is a number that port is running... to find out a number, you type ps x
Reply
#12
(06-09-2010, 09:42 AM)chuck Wrote:  i had to type kill -9 5523... 5523 is a number that port is running... to find out a number, you type ps x

that's what I was trying to explain ;-)
http://www.fpsmeter.org
http://wiki.fragaholics.de/index.php/EN:Linux_Optimization_Guide (Linux Kernel HOWTO!)
Do not ask technical questions via PM!
Reply
#13
(06-08-2010, 04:27 PM)BehaartesEtwas Wrote:  yesterday I found a good resource for the beginning:
http://www.linuxcommand.org/

(06-09-2010, 05:07 PM)BehaartesEtwas Wrote:  
(06-09-2010, 09:42 AM)chuck Wrote:  i had to type kill -9 5523... 5523 is a number that port is running... to find out a number, you type ps x

that's what I was trying to explain ;-)

i know but you were confusing mean...
by the way what does this cause when u try to run server -port 27015 but it goes to 27018.. while other 2 port does work 27016 27017
Reply
#14
(06-12-2010, 06:47 AM)chuck Wrote:  i know but you were confusing mean...
sorry :-)

Quote:by the way what does this cause when u try to run server -port 27015 but it goes to 27018.. while other 2 port does work 27016 27017
that means another server is already running at 27015... I don't know why, but sometimes srcds seems to just use another port if the one you specified is taken and sometimes it gives that error message.
http://www.fpsmeter.org
http://wiki.fragaholics.de/index.php/EN:Linux_Optimization_Guide (Linux Kernel HOWTO!)
Do not ask technical questions via PM!
Reply
#15
yeah i know but it was weird!!! and finally it worked for no reason lol!!!wondering if it possible to log in ssh and view server running...and how do i set log to every server to see what server loading and error loading...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)