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

/dev/null not there, git doesn't work #2

Closed
amaltson opened this issue Jun 24, 2014 · 3 comments
Closed

/dev/null not there, git doesn't work #2

amaltson opened this issue Jun 24, 2014 · 3 comments

Comments

@amaltson
Copy link

I had pulled progrium/busybox and then opkg-install git. For some reason there was no /dev/null, and for some reason Git needs it.

/ # git
fatal: open /dev/null or dup failed: No such file or directory
/ # touch /dev/null
/ # git
usage: git [--version] [--help] [-C <path>] [-c name=value]
           [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]
...

Not sure where the issue lies, but I guess /dev/null should exist?

@progrium
Copy link
Owner

Yeah, it should. I thought I had tested git specifically. What version of Docker are you using?

@amaltson
Copy link
Author

Using:

$ docker -v
Docker version 0.10.0, build dc9c28f

I'll try it with Docker 1.0, see if that helps.

@amaltson
Copy link
Author

Alright, works perfectly fine in 1.0.1.

Using:

$ docker -v
Docker version 1.0.1, build 990021a

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

2 participants