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

ipfs init fails with no stdin #2748

Closed
whyrusleeping opened this issue May 19, 2016 · 7 comments · Fixed by #2822
Closed

ipfs init fails with no stdin #2748

whyrusleeping opened this issue May 19, 2016 · 7 comments · Fixed by #2822
Labels
kind/bug A bug in existing code (including security flaws)

Comments

@whyrusleeping
Copy link
Member

whyrusleeping commented May 19, 2016

echo "" | ipfs init reproduces the issue. This is a problem if i want to run ipfs init in a docker container. (although passing -t is a workaround)

@whyrusleeping whyrusleeping added the kind/bug A bug in existing code (including security flaws) label May 19, 2016
@whyrusleeping
Copy link
Member Author

This appears to be a problem with most commands actually

@ghost
Copy link

ghost commented May 19, 2016

Likely introduced in #2581, we fixed a similar thing in #1263.

@Kubuxu
Copy link
Member

Kubuxu commented May 19, 2016

I can look into fixing it tomorrow.

ghost pushed a commit that referenced this issue May 19, 2016
See #2748

This reverts commit 6989686.

License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
ghost pushed a commit that referenced this issue May 19, 2016
See #2748

This reverts commit 6989686.

License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
ghost pushed a commit that referenced this issue May 19, 2016
See #2748

This reverts commit 6989686.

License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
@Kubuxu
Copy link
Member

Kubuxu commented May 20, 2016

Resolved in #2749

@Kubuxu Kubuxu closed this as completed May 20, 2016
@ghost
Copy link

ghost commented May 20, 2016

Well this hasn't exactly been resolved... we just reverted the commit.

@dignifiedquire
Copy link
Member

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.

@ghost
Copy link

ghost commented Jun 3, 2016

hey @sivachandran, would be great to get this fixed for 0.4.3!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug A bug in existing code (including security flaws)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants