• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

bash: ./tfs No such file or directory

braianlomas

New Member
Joined
Feb 6, 2015
Messages
41
Reaction score
3
Hi, no have solution for this problem i need help.

I use debian9, I can't run my server, I have all the permissions but I can't find a solution

unknown.png
 
Hi, no have solution for this problem i need help.

I use debian9, I can't run my server, I have all the permissions but I can't find a solution

View attachment 54962
"No such file or directory" --> means it can't find that file you're trying to execute.

Type the following to see which files are available in currect directory.
Code:
ls

Edit:
Are you in the server directory?

Have you compiled the sources?
-- if yes, have you moved tfs to the same directory as your server folder?
 
Last edited:
I am out of ideas. You probably should look for the sources and compile them on your host instead of trying to execute an old executable from 2011 xD.

However if you are desperate enough to dig deeper, here are some links for you:
 
You are using a windows exe in a linux enviroment that wont work. You need to compile your server in your vps.
 
Back
Top