I've tried to start the server for quite a it so far, but I wasn't able to start it.
Windows 10 is working, but Ubuntu (20.04) will not start.
Using LD_LIBRARY_PATH=. ./bedrock_server returns bash: ./bedrock_server: Permission denied.
Using sudo LD_LIBRARY_PATH=. ./bedrock_sever returns sudo: ./bedrock_server: command not found.
I've tried fresh reinstalling the server zip without success.
Comments 4
What are the permissions on the bedrock_server executable set to?
sudo is not a fix for "permission denied", and should be used sparingly for things that require root access only.
Amuhn Ra - that's my bad. For some reason the "bedrock server" file was not marked that it could be run as a a program. Thanks!
What are the permissions on the bedrock_server executable set to?
sudo is not a fix for "permission denied", and should be used sparingly for things that require root access only.