Error While starting css server on ubuntu

Ask questions about dedicated servers here and we and other users will do our best to answer them. Please also refer to the self-help section for tutorials and answers to the most commonly asked questions.
Post Reply
groenlarsen
New to forums
New to forums
Posts: 3
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Thu Jun 28, 2012 4:27 pm

Error While starting css server on ubuntu

Post by groenlarsen »

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 :/
User avatar
kraze
Former staff
Former staff
Posts: 4362
Joined: Fri Sep 17, 2010 9:06 am
Location: California

Re: Error While starting css server on ubuntu

Post by kraze »

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.
@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!
groenlarsen
New to forums
New to forums
Posts: 3
Joined: Thu Jun 28, 2012 4:27 pm

Re: Error While starting css server on ubuntu

Post by groenlarsen »

its Already set to De_dust2
rustydusty1717
This is my homepage
This is my homepage
Posts: 645
Joined: Sun Sep 20, 2009 6:15 pm

Re: Error While starting css server on ubuntu

Post by rustydusty1717 »

srcds_run
Image
groenlarsen
New to forums
New to forums
Posts: 3
Joined: Thu Jun 28, 2012 4:27 pm

Re: Error While starting css server on ubuntu

Post by groenlarsen »

No such file or Directory
rustydusty1717
This is my homepage
This is my homepage
Posts: 645
Joined: Sun Sep 20, 2009 6:15 pm

Re: Error While starting css server on ubuntu

Post by rustydusty1717 »

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
Image
User avatar
Edge100x
Founder
Founder
Posts: 13130
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: Error While starting css server on ubuntu

Post by Edge100x »

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.
Post Reply