-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sudo: msctl: command not found #295
Comments
Hi @ph-ghub. I looks like the install failed for some reason. The
Make sure
For the second error, you will need to install rdiff-backup. |
Oddly enough, everything seems to be in order:
|
And it seems to get even more interesting as the rdiff-backup should have been part of my pre-req install but trying it by itself gives this error. (Appreciate the help...these have me a little puzzled).
|
Try:
perhaps sudo isn't passing the PATH variable.. According to this website, the following should work to install rdiff-backup:
|
Sudo seems to find it, too. Thanks for the rdiff item I will try it now.
|
rdiff is also not playing nice. Googling that one now.
|
In case it is helpful, here is how I got past the rdiff issue:
And now this will work:
But still no joy on the msctl command not found issue. |
Any luck figuring out the command not found issue? Seems very odd.. |
No, it just doesn't seem to be happy with pathing is my best guess, even though it looks like the paths are set correctly. |
Hmm, I was experiencing the same issue on CentOS 8. I simply changed L34 of |
When you are doing this what use are you using? are you doing as sudo command or logged in as mscs and running the commands? Also can you please do the following |
The "msctl:command not found"error doesn't appear to be resolved. $ mscs import directory/worldname 25565 I followed the thread above but none of the feedback or suggestions have changed anything. I have an Oracle linux instance. |
Hi @wildpalms. Please provide more information. To help debug, we need to know how you installed MSCS (manual or automatic using the Makefile), and the output of the following commands:
That will get us started. |
Hi @Sundain thanks for the quick response. After going back to the beginning, adding the dependencies for Redhat rather than ubuntu, then working through the feedback in the discussions above again I found that the missing dependency for rdiff-backup worked. This solved the issue, so long as I use msctl as the command, rather than mscs. So I could import the world and start the server with msctl successfully. |
That is odd that you can't use the |
I'm having the same issue with mscs:
I tried the automatic installation first, and then re-tried with the manual installation, no luck. $PATH seems fine as well:
When I try to run msctl directly I get this
I'm running the OCI with oracle linux. |
Server info in case this is helpful in troubleshooting:
I followed the install process using github clone and make install. All seemed to go well.
This server already has a world setup and I was about to import it but decided to try a list first just to see if the install worked.
The msctl script in the mscs directory was mode 664, so I tried a
chmod +x
, but still no joy.Running it directly gives an error that should be easy to overcome, but I wanted to open this issue first in case there is an underlying issue:
The text was updated successfully, but these errors were encountered: