MinecraftServerControl / mscs

Powerful command-line control for UNIX and Linux powered Minecraft servers
https://minecraftservercontrol.github.io
BSD 2-Clause "Simplified" License
486 stars 62 forks source link

Help with message when restarting #204

Closed hornta closed 5 years ago

hornta commented 5 years ago

When I type /mscs restart XXX I get the following message everytime. How can I prevent this from coming up and what does it really do?

find: Failed to restore initial working directory: /root: Permission denied The version manifest cache was out of date, it has been removed. Downloading current Minecraft version manifest.

Roflicide commented 5 years ago

You're running the mscs command in your root folder and that's why you're getting the permission denied error.

cd anywhere else that's not within the root folder and run the mscs command to avoid that error

sandain commented 5 years ago

Hi @hornta. Sorry for my slow response, I must have missed this issue. I hope you were able to figure out the issue you were experiencing! If not, please give us some more information on how you installed MSCS. Did you follow the directions listed in the README? If you followed these directions and are still getting this error, please let me know and I'll try to help you figure out what is wrong -- you should not be getting permission issues!