SRCDS Steam group


Can't run server.sh from any directory Permission denied
#1
BASIC INFO
Server OS: Fedora 16 32-bit
Processor: Rented VPS do not know. 3ghz
Ram: 3gb
Game(s): Garrysmodbeta
Start Up Command:
Code:
#!/bin/bash
export DISPLAY=:1
cd /home/user/.wine/drive_c/Program Files/HLServer/Valve/orangebox && WINEDEBUG=-all wine srcds.exe -console -game garrysmodbeta +map gm_calamitycoast +maxplayers 12 +ip 192.168.1.66 +sv_lan 0 +hostname "Infiniticlan.com" +sv_defaultgamemode "Sandbox" -autoupdate &
Admin Mods: None

Trying to set up a private server on my Fedora box i rent through dotblock.

I can not run my .sh anywhere i put it. I have tried as root.
Reply
#2
Also trying to run it native in fedora without wine to figure out which is easier. Can someone expain the -A -m -d -S in this script?

Code:
#!/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

if im connecting to -x why does it not specify this in the script?

Thanks!
Reply
#3
Well i got past all of that by running dash server.sh instead of ./server.sh

anyways.. garrysmodbeta is not considered a game to the server, how would i go about hosting the beta server? Whats teh games name to put after -game XXX thanks
Reply
#4
Did you give the sh file permissions to execute? If not then you want to use the following command on it;

Code:
chmod +x youfile.sh
Get free clan themes & templates @ Gamer Templates
Get free fast download @ DropBox
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)