IPFS failing to start on linux
See original GitHub issueWhen I compile from source on the master branch, the app opens to a blank screen. I just tested commit ba2c88b57184d1bc6a45f8edfabba096c805d64c but I recall ones as far back as around v0.9 ish had this issue as well.
I’m aware of issue #1244, but upon further inspection, I don’t believe that this is the cause for the issue I have found.
Here’s a screenshot containing all error messages in the debugger tool:
My build environment is Fedora 31, npm 6.12.1 (removed node_modules
dir before npm i
and it still failed). Runtime is the same, running KDE Plasma 5.16.5.
Please tell me if you need any more info, and great work so far on the project!
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (2 by maintainers)
Top Results From Across the Web
Error message on ipfs init with Linux · Issue #8716 - GitHub
I am running the latest go-ipfs version or have an issue updating. ... queue/queue.go:124 Failed to enqueue cid: leveldb: closed`.
Read more >Unable to start ipfs daemon after reboot - IPFS Forums
It looks like your IPFS config has some problem. If you don't mind to lose the data, just delete ~/.ipfs and than reinit...
Read more >Install Kubo on the command line - IPFS Docs
Install Kubo on the command line. This guide describes the available installation processes for IPFS Kubo, a Go-based implementation of the InterPlanetary ...
Read more >Change IPFS repo location in daemon service - Stack Overflow
Once this was completed, I successfully initialized my IPFS repo & was able to start the daemon as expected. $ ipfs daemon Initializing...
Read more >A Technical Guide to IPFS – the Decentralized Storage of Web3
Open the official IPFS docs installation page and follow the instructions depending on your operating system (Windows, macOS, Linux).
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I personally feel like this issue is resolved, but I’ll leave it up to you to close it @hacdias
Thanks!