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 daemon -- Error: EOF #4969

Closed
vasa-develop opened this issue Apr 23, 2018 · 4 comments
Closed

ipfs daemon -- Error: EOF #4969

vasa-develop opened this issue Apr 23, 2018 · 4 comments

Comments

@vasa-develop
Copy link
Member

vasa-develop commented Apr 23, 2018

Version information:

go-ipfs version: 0.4.14-
Repo version: 6
System version: amd64/linux
Golang version: go1.10

Type:

Bug

Description:

Fresh installation of ipfs was done.
ipfs daemon was not working.
Logs for IPFS_LOGGING=debug ipfs daemon

16:44:57.855 DEBUG   cmd/ipfs: config path is /home/vasa/.ipfs run.go:107
Initializing daemon...
Successfully raised file descriptor limit to 2048.
16:44:57.859 DEBUG       core: core is shutting down... builder.go:142
16:44:57.859 ERROR   cmd/ipfs: error from node construction: EOF executor.go:108
Error: EOF
Received interrupt signal, shutting down...
(Hit ctrl-c again to force-shutdown the daemon.)

Note: the daemon was working with ipfs daemon --offline

@magik6k
Copy link
Member

magik6k commented Apr 23, 2018

Might be related: #4952. If you weren't setting up private network then it's a different issue.

Would it be a problem for you to share the ipfs repo (~/.ipfs)? Note that sharing it will expose some keys, so you'll have to remove and re-init it.

@vasa-develop
Copy link
Member Author

Nope, I wasn't trying the private net.
Here is the link to my repo.

@magik6k
Copy link
Member

magik6k commented Apr 24, 2018

You have empty swarm.key in your repo, which is for private net setup. Removing this file should fix the issue. #4952 will provide a better error message. Do you have any idea for how the file might have gotten there?

@vasa-develop
Copy link
Member Author

vasa-develop commented Apr 24, 2018

Thanks, it worked, didn't notice when the swarm.key came into the repo. Just the change I did was that I updated the version(from 0.4.13 to 0.4.14) of ipfs by building from source, while there existed a different version already.

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