-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Change minio install to /opt/bin #1754
Conversation
@bastien-phi Thank you very much! |
Glad to help ! |
@mbalandis Did this solve your problem? The minio server fails to boot, likely due to the
I don't want this linked to another thread (unfortunately already happened as per my deleted comment), but let me quote what I found:
[EDIT] the line above seems to be a warning, is ignored (shown but didn't read), thus irrelevant here.
|
Update: Not sure what the resolution is, as logically speaking that configuration is to blame and needs an update. |
I have yet had a chance to test it as I booted the large vm and am in middle of work without the minio loaded in. I will have a look as soon as I can but seeing that it doesn't boot to you it is likely it won't for me. I will give an update once I know more. |
Looks like this PR has to be reverted as the commit in minio/minio-service was deleted... I had the change to launch my homestead between homestead release and commit revert. I will PR the revert of this one |
@satyago @bastien-phi I did a quick run on fresh Laravel project with latest homestead with minio enabled and it seemed to boot. It didn't show the installation progress bars but when I visit the :9600 it has console and i can log in. Same Homestead.yaml like in Issue #1753 Note: I see the revert was done I maybe that fixed it? I literally tried 10min before posting this :) If that is the case then it was just a mess up on minio end that caused unnecessary problems. |
I can confirm it is working again. I was really struggling to stay sane and see the issue in the first place ! Thank you for the help ! |
Fixes #1753
Executable path in minio.service was changed minio/minio-service@471819a#diff-21b7b15c6eb3f6e340ef6f048041d90f2837b4179089004e6d3ec252a795a4c1
It should fix minio installation issue