WARNING: No map specified! Server may not heartbeat.
Auto detecting CPU
Using default binary: ./srcds_linux
ERROR: Source engine binary './srcds_linux' not executable, exiting
Thu Jun 28 19:07:05 CDT 2012: Server Failed
Please Help :/
Error While starting css server on ubuntu
-
- New to forums
- Posts: 3
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Thu Jun 28, 2012 4:27 pm
Re: Error While starting css server on ubuntu
From the error it does not seem like you have a map set to load on server boot. Try adding
map de_dust
to your autoexec.cfg.
map de_dust
to your autoexec.cfg.
@Kraze^NFo> Juski has a very valid point
@Juski> Got my new signature, thanks!
@Kraze^NFo> Out of context!
@Juski> Doesn't matter!
@Juski> You said I had a valid point! You can't take it back now! It's out there!
@Juski> Got my new signature, thanks!
@Kraze^NFo> Out of context!
@Juski> Doesn't matter!
@Juski> You said I had a valid point! You can't take it back now! It's out there!
-
- New to forums
- Posts: 3
- Joined: Thu Jun 28, 2012 4:27 pm
Re: Error While starting css server on ubuntu
its Already set to De_dust2
-
- This is my homepage
- Posts: 645
- Joined: Sun Sep 20, 2009 6:15 pm
-
- New to forums
- Posts: 3
- Joined: Thu Jun 28, 2012 4:27 pm
Re: Error While starting css server on ubuntu
No such file or Directory
-
- This is my homepage
- Posts: 645
- Joined: Sun Sep 20, 2009 6:15 pm
Re: Error While starting css server on ubuntu
cd /etc/source/orangebox
chrt -r 20 ./srcds_run -game dod -maxplayers 18 +map dod_avalanche -ip 10.0.0.15 -autoupdate &
This is my DODS, but it should be this for CSS:
cd /etc/source/css
chrt -r 20 ./srcds_run -game css -parameters
chrt -r 20 ./srcds_run -game dod -maxplayers 18 +map dod_avalanche -ip 10.0.0.15 -autoupdate &
This is my DODS, but it should be this for CSS:
cd /etc/source/css
chrt -r 20 ./srcds_run -game css -parameters

Re: Error While starting css server on ubuntu
From that error, it seems that your executable doesn't have the correct permissions for your user to run it. Try running chmod 755 on ./srcds_linux and ./srcds_run.