Forum

> > CS2D > Servers > Starting a server issue
Forums overviewCS2D overview Servers overviewLog in to reply

English Starting a server issue

3 replies
To the start Previous 1 Next To the start

old Re: Starting a server issue

GeoB99
Moderator Off Offline

Quote
Most probably that file hasn't enough privileges to be executed by other users. Only with chmod command you're able to modify and give permissions and privileges to a specific group, folder, file etc. Try to change the permissions of the executable binary with this example below.

1
chmod +x /home/cs2d/cs2d_dedicated
Or with this...
1
chmod 777 /home/cs2d/cs2d_dedicated
Depending where is your both cs2d folder and the executable binary located of course. But I'd recommend to keep always your cs2d folder in Home folder. You can try also the second method however it is kinda dangerous because it gives privileges to anyone to execute that file, not just to the Owner group.

old Re: Starting a server issue

karthik
User Off Offline

Quote
It worked thank you.

But after that the server goes off and It says screen is terminating I tried those two commands and tried to start the server it is not starting.
edited 2×, last 22.12.15 07:07:53 pm
To the start Previous 1 Next To the start
Log in to reply Servers overviewCS2D overviewForums overview