-
Notifications
You must be signed in to change notification settings - Fork 92
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
Service does not start under Ubuntu 16.04 LTS #20
Comments
When |
Hi @frne, yes indeed it looks like a permissions problem. Are you using the latest version of the role ( |
@atosatto installed via ansible galaxy yesterday. Will checkout master and try again. |
v1.0.1 from ansible-galaxy is outdated. |
Hi @frne I can confirm that with master it does work. |
@atosatto Yes, everything fine on master. Thx for your work. |
Maybe, this is just a question, but I cannot manage to get the role running if provisioning an Ubuntu Xenial Server.
Ansible Playbook (snip):
Note: Mkdir-ed
/data
manually, doesn't make a differenceMinio service doesn't start. If I try to start it manually using
sudo service minio start
it runs for a short time:Then, http://server.tld:9091 is called in browser. => Connection refused
When
sudo service minio status
is called after that:Am I doing it wrong, or is it a bug in the recipe / minio?
The text was updated successfully, but these errors were encountered: