Community icon indicating copy to clipboard operation
Community copied to clipboard

IPFS Daemon cannot be started though it is already running

Open ligi opened this issue 6 years ago • 2 comments

System information

AKASHA version: 0.7.2

Operating System: ubuntu 18.04

Expected behaviour

If I run a local IPFS daemon in recent version I should be able to start akasha and ideally akasha having this daemon used

Actual behaviour

akasha fails to start when local IPFS daemon running

selection_061

Steps to reproduce the problem

  1. start IPFS (ipfs daemon)
  2. try to start akasha
⋊> ~ ipfs version                                                       20:43:17
ipfs version 0.4.15

ligi avatar May 20 '18 18:05 ligi

I've also had a case once when Akasha started IPFS, but the daemon did not stop when Akasha was closed which of course yielded this result when I tried to start Akasha back up. It seems to me that Akasha should be able to piggyback on running daemons so that those daemons are not dependent on whether Akasha is running or not (the same way that the IPFS companion piggybacks on a running IPFS daemon).

RMBLRX avatar May 25 '18 13:05 RMBLRX

Right now it always tries to start a new instance of go-ipfs. You can change the configuration to use a different storage path and different ports than the default ones.

kenshyx avatar Jul 31 '18 09:07 kenshyx