spknetwork / honeycomb-spkcc

MIT License
4 stars 18 forks source link

IPFS from Docker Compose fails #12

Closed brianoflondon closed 1 year ago

brianoflondon commented 1 year ago

IPFS was failing:

Error: no supported interface Changing user to ipfs ipfs version 0.12.2 Found IPFS fs-repo at /data/ipfs Initializing daemon... go-ipfs version: 0.12.2-0e8b121 Repo version: 12 System version: amd64/linux Golang version: go1.16.15 2022/08/26 11:53:28 failed to sufficiently increase receive buffer size (was: 512 kiB, wanted: 2048 kiB, got: 1024 kiB). See https://github.com/lucas-clemente/quic-go/wiki/UDP-Receive-Buffer-Size for details. 2022/08/26 11:53:28 [zeroconf] no suitable IPv4 interface: udp4: failed to join any of these interfaces: [] 2022/08/26 11:53:28 [zeroconf] no suitable IPv6 interface: udp6: failed to join any of these interfaces: [] 2022-08-26T11:53:28.353Z ERROR cmd/ipfs ipfs/daemon.go:430 error from node construction: no supported interface Error: no supported interface

Switching to a new image fixes it.