Solved Ipfs/ipfs-go fails

The installation of ipfs on FreeBSD requires some more attention. One would enable it with ipfs_go_enable="YES" in rc.conf and run it with service ipfs-go start.

In addition, ipfs swarm peers would suggest running ipfs deamon first. But deamonising it throws error - ipfs deamon command not found, I think.

In fact all those valid commands would only work where ipfs-go is used in place of ipfs, which is again standard documentations.

Anyone has it perfectly working there? Kindly advise.
 
 
The only fix is run this as root: /usr/local/bin/ipfs daemon --init --init-profile=server --migrate=true &
 
Back
Top