-
Notifications
You must be signed in to change notification settings - Fork 5
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
rabbitmq problem with the docker-galaxyp container #9
Comments
@drosofff this is new to me. Travis tests are passing to tools can be executed and workflows can be scheduled. Which version are you using, from Dockerhub or quay.io? |
quay.io. I installed Docker CE as specified in https://docs.docker.com/engine/installation/linux/ubuntu/#install-docker and ran the command I also try to build the image with the Dockerfile, without more success (same rabbitmq error) |
I'll give a shoot using your travis script and let you know |
Are you on Ubuntu? |
yes I am. tested 14.04 and 16.04 |
I bet this is the stupid Ubuntu bug with the default storage backend. Can you try to change it to aufs or devicemapper? |
I tried with the travis script. but:
It may be a docker install problem since I could not reproduce exactly the environment. |
Afaik this is a storage backend problem. You can start the deamon with |
OK thanks.
I shut down my VM to go to bed ;-)
I'll see this tomorrow
have a good night
Christophe Antoniewski
ARTbio <http://artbio.fr/> - Tel +33 1 44 2*7 70 05*
Drosophila Genetics & Epigenetics <http://drosophile.org/> - Tel +33 1 44 2
*7 34 39*Mobile +33 6 68 60 51 50
https://twitter.com/ARTbio_IBPS
https://twitter.com/drosofff
2017-06-15 0:00 GMT+02:00 Björn Grüning <notifications@github.com>:
… Afaik this is a storage backend problem. You can start the deamon with dockerd
--storage-driver string aufs or devicemapper. I hope then it is working.
It is known that one of the drivers is broken. The nice thing on this bug
is it only occurs in really wired situations and in complex containers with
many layers, afaik.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ALKdGTgTcsPfHXnbyyIpVudcKHshBc7Jks5sEFgSgaJpZM4N5rF6>
.
|
Sleep well! |
Hi @bgruening
It seems that the docker-galaxyp does not start properly rabbitmq with problem of right access to /usr/local/bin/rabbitmq.sh in the container.
Did I missed something in my docker installation ?
The text was updated successfully, but these errors were encountered: