-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
ipfs init fails with no stdin #2748
Labels
kind/bug
A bug in existing code (including security flaws)
Milestone
Comments
whyrusleeping
added
the
kind/bug
A bug in existing code (including security flaws)
label
May 19, 2016
This appears to be a problem with most commands actually |
I can look into fixing it tomorrow. |
ghost
mentioned this issue
May 19, 2016
Resolved in #2749 |
Well this hasn't exactly been resolved... we just reverted the commit. |
ghost
reopened this
May 20, 2016
ghost
mentioned this issue
May 28, 2016
This is a real problem for us, ipfsd-ctl the module to control a go daemon from node.js is not able to work with 0.4.2 because of this bug. |
hey @sivachandran, would be great to get this fixed for 0.4.3! |
This was referenced Jun 4, 2016
Closed
This was referenced Jul 15, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
echo "" | ipfs init
reproduces the issue. This is a problem if i want to runipfs init
in a docker container. (although passing-t
is a workaround)The text was updated successfully, but these errors were encountered: