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

Force copy on make install to avoid Text file busy error #30970

Merged
merged 1 commit into from
Feb 13, 2017

Conversation

cmehay
Copy link
Contributor

@cmehay cmehay commented Feb 13, 2017

When you attempt to manually install docker on a previous install, copying binaries will fail with Text file busy error if docker is already running.

Add -f to cp will fix this behavior, old binaries will be removed before copying the new ones.

This issue has been encountered on ppc64le arch.

Signed-off-by: Christophe Mehay <cmehay@online.net>
@vdemeester
Copy link
Member

/cc @tianon @vieux @tiborvass

@tianon
Copy link
Member

tianon commented Feb 13, 2017

Seems OK to me 👍

Copy link
Member

@cpuguy83 cpuguy83 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@cpuguy83 cpuguy83 merged commit 6fb658e into moby:master Feb 13, 2017
@GordonTheTurtle GordonTheTurtle added this to the 1.14.0 milestone Feb 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants