Skip to content
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

Rultor can't pull the image, 'pid' file is absent #1009

Closed
dmzaytsev opened this issue Feb 16, 2016 · 6 comments
Closed

Rultor can't pull the image, 'pid' file is absent #1009

dmzaytsev opened this issue Feb 16, 2016 · 6 comments

Comments

@dmzaytsev
Copy link

Rulto failed with the error message

Trying to pull repository docker.io/yegor256/rultor ... Repository docker.io/yegor256/rultor already being pulled by another client. Waiting.
'pid' file is absent, something was broken

see logs http://www.rultor.com/t/7069-184660714

I expect more clear error message if it is a temporary issue
otherwise please fix the problem

@original-brownbear
Copy link
Contributor

@dmzaytsev I already mentioned this here #1008 , this should in 99% of cases be resolvable by restarting the Docker daemon instantly.

Generally fixing this:
The log does not give away the Docker daemon version, but it looks to me that this is most likely this issue moby/moby#15603 and updating to Docker 1.9.0+ should resolve it, if Rultor is in fact running an older Docker version which seems likely.

@original-brownbear
Copy link
Contributor

@yegor256 forgot to ping you here, is Rultor in fact running on older than Docker 1.9 and this not an issue outside of having to update Docker maybe ?

@yegor256
Copy link
Owner

@original-brownbear this is what we have:

$ docker --version
Docker version 1.8.2-el7.centos, build a01dc02/1.8.2

will try to upgrade now

@yegor256
Copy link
Owner

@original-brownbear I upgraded Docker:

$ docker --version
Docker version 1.10.1, build 9e83765

@original-brownbear
Copy link
Contributor

@yegor256 alright :) I think this can simply be closed then, it was just a know bug in the old Docker version.

@dmzaytsev
Copy link
Author

@original-brownbear @yegor256 thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants