02-07-2008, 11:26 AM
Hello everyone,
I'm new to the world of linux and running my own server. I'm running ubuntu 7.10 server.
I've been running my server fine using the ./srcds_run and I'm now trying to make it work behind the scnee with a 'screen'
my server.sh if in the same folder as my srcds_run and it has that inside
#!/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
but when I do ./server.sh
it echos Starting Cs:Source Server then say de_dust : not found
when I go in the screen the server is not launched...
I've looked everywhere but don't seem to find anyone with the same problem, I've check that the map were there and they are...
Any suggestion ?
thank you
Vadis
I'm new to the world of linux and running my own server. I'm running ubuntu 7.10 server.
I've been running my server fine using the ./srcds_run and I'm now trying to make it work behind the scnee with a 'screen'
my server.sh if in the same folder as my srcds_run and it has that inside
#!/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
but when I do ./server.sh
it echos Starting Cs:Source Server then say de_dust : not found
when I go in the screen the server is not launched...
I've looked everywhere but don't seem to find anyone with the same problem, I've check that the map were there and they are...
Any suggestion ?
thank you
Vadis