You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I am trying to setup iptb to do some research, and have been creating a public vagrant box to help with this.
After following the installation instructions both for iptb and iptb-plugins I am encountering this error: iptb auto -type localipfs -count 5 testbed nodes already exist, overwrite? [y/n] y Could not find plugin localipfs
I was wondering if there was something I missed in the installation process and if there was any way you could help with this please?
The environment itself is Forked from generic/ubuntu1804 to include the IPFS testing toolset: IPFS v6.0, Golang v1.14.4, IPTB v2.0.0 and Docker v19.03.11.
Hello! I am trying to setup iptb to do some research, and have been creating a public vagrant box to help with this.
After following the installation instructions both for iptb and iptb-plugins I am encountering this error:
iptb auto -type localipfs -count 5 testbed nodes already exist, overwrite? [y/n] y Could not find plugin localipfsI was wondering if there was something I missed in the installation process and if there was any way you could help with this please?
The go env produces:
GO111MODULE="" GOARCH="amd64" GOBIN="" GOCACHE="/home/vagrant/.cache/go-build" GOENV="/home/vagrant/.config/go/env" GOEXE="" GOFLAGS="" GOHOSTARCH="amd64" GOHOSTOS="linux" GOINSECURE="" GONOPROXY="" GONOSUMDB="" GOOS="linux" GOPATH="/home/vagrant/go" GOPRIVATE="" GOPROXY="https://proxy.golang.org,direct" GOROOT="/snap/go/5830" GOSUMDB="sum.golang.org" GOTMPDIR="" GOTOOLDIR="/snap/go/5830/pkg/tool/linux_amd64" GCCGO="gccgo" AR="ar" CC="gcc" CXX="g++" CGO_ENABLED="1" GOMOD="" CGO_CFLAGS="-g -O2" CGO_CPPFLAGS="" CGO_CXXFLAGS="-g -O2" CGO_FFLAGS="-g -O2" CGO_LDFLAGS="-g -O2" PKG_CONFIG="pkg-config" GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build425883090=/tmp/go-build -gno-record-gcc-switches"The environment itself is Forked from generic/ubuntu1804 to include the IPFS testing toolset: IPFS v6.0, Golang v1.14.4, IPTB v2.0.0 and Docker v19.03.11.