Forum

> > CS2D > Servers > "./cs2d_dedicated: No such file or directory"
Forums overviewCS2D overview Servers overviewLog in to reply

English "./cs2d_dedicated: No such file or directory"

7 replies
To the start Previous 1 Next To the start

old closed "./cs2d_dedicated: No such file or directory"

SkullFace
User Off Offline

Quote
Hello everyone, I'm trying to host a CS2D server.
I've done it in the past with the help of this community, but now I've followed the same VPS dedicated server guide and I'm stuck on 1 part.

When trying to use ./cs2d_dedicated in linux terminal it sends :
1
2
cs2d@debian-01:~/cs2d-ds2$ ./cs2d_dedicated
-bash: ./cs2d_dedicated: No such file or directory

What I've tried :
• Following this guide > https://www.unrealsoftware.de/forum_posts.php?post=341313
• Running from root user, running from a new user. With different file ownerships.
• Setting permissions to 777
• Using ls -l shows that the file is within that folder.
• Commands I've been using to run the server through terminal :
> ./cs2d_dedicated
> ./home/cs2d-ds/cs2d_dedicated
> nohup /home/cs2d-ds/cs2d_dedicated
> chmod +x cs2d_dedicated

This is how it looks like in terminal (not as root)
> https://prnt.sc/4g3CJfwjpjQo

old Re: "./cs2d_dedicated: No such file or directory"

Marcell
Super User Off Offline

Quote
This is not related to the permissions, but the lack of 32-bit libraries.

You will need to install them.

It's also super bad idea to give exec and 777 rights to sys folders and other directories, I would highly recommend to set it back to 755 or lower.
To the start Previous 1 Next To the start
Log in to reply Servers overviewCS2D overviewForums overview