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

Avoid "Text file busy" error after chmod #9

Closed
wants to merge 1 commit into from

Conversation

jonekdahl
Copy link

I had the problem detailed in moby/moby#9547 when building the image:

Step 21 : RUN chmod +x /*.sh && ./configure.sh
 ---> Running in 636c9f13df4e
/bin/sh: 1: ./configure.sh: Text file busy
INFO[0000] The command [/bin/sh -c chmod +x /*.sh && ./configure.sh] returned a non-zero code: 2 

By inserting a short sleep between the chmod and the execution of configure.sh, the issue was resolved.

@jonekdahl
Copy link
Author

I guess this is not needed any longer since #8 was merged.

@jonekdahl jonekdahl closed this Apr 14, 2015
@ivantopo
Copy link
Contributor

@jonekdahl thanks for taking the time for proposing this PR and also for the follow up! I'm sorry I didn't jump in before, to be honest, we are not currently using this docker image and it makes it more difficult to decide whether something should go in or not. Hope you find it useful, regards!

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

Successfully merging this pull request may close these issues.

2 participants