SRCDS Steam group


Cant run css server
#1
I cant rum a css server on my linux suse pro.
I tried everything on this forum.
can some1 help me?

i use this.

#!/bin/sh
echo "Starting Cs:Source Server"
sleep 1
screen -A -m -d -S css-server ./srcds_run -console -game cstrike +map de_dust +maxplayers 16 -autoupdate
(server.sh)

ill cant run it.
errors:

:~/srcds_1/bin # screen server.sh
Starting Cs:Source Server

[screen is terminating]


:~/srcds_1 # screen -x css-server
There is no screen to be attached matching css-server.

help pls
Reply
#2
what error messages do you get?
Run the server without the screen command
./srcds_run -console -game cstrike +map de_dust +maxplayers 16 -autoupdate

add ip and port also
Game Servers @ £1 per slot with Powerful Control Panel (Limited Offer - pick up one quickly)
http://www.GamingDoneRight.com/
Reply
#3
eye2web Wrote:I cant rum a css server on my linux suse pro.
I tried everything on this forum.
can some1 help me?

i use this.

#!/bin/sh
echo "Starting Cs:Source Server"
sleep 1
screen -A -m -d -S css-server ./srcds_run -console -game cstrike +map de_dust +maxplayers 16 -autoupdate
(server.sh)

ill cant run it.
errors:

:~/srcds_1/bin # screen server.sh
Starting Cs:Source Server

[screen is terminating]


:~/srcds_1 # screen -x css-server
There is no screen to be attached matching css-server.

help pls

You seem to be in the wrong directory. You ran the 'screen server.sh' under /srcds_1/bin, which would tell the script to look for srcds_run in the bin folder. You need to place the server.sh beside the srcds_run file.

Also, you are already stating the server to run in a screen using server.sh. When you want to start the server, use:

Code:
./server.sh

instead of:

Code:
screen server.sh
Reply
#4
Dam, why didnt i pick that up!!

I'm blind !
Game Servers @ £1 per slot with Powerful Control Panel (Limited Offer - pick up one quickly)
http://www.GamingDoneRight.com/
Reply
#5
row Wrote:Dam, why didnt i pick that up!!

I'm blind !

Only noticed cause it looks like one of the little scripts i wrote a while ago Toungue
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)