Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not find plugin X #40

Open
ZeroSum24 opened this issue Jun 23, 2020 · 2 comments
Open

Could not find plugin X #40

ZeroSum24 opened this issue Jun 23, 2020 · 2 comments
Labels
need/triage Needs initial labeling and prioritization

Comments

@ZeroSum24
Copy link

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 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.

@ZeroSum24 ZeroSum24 added the need/triage Needs initial labeling and prioritization label Jun 23, 2020
@welcome
Copy link

welcome bot commented Jun 23, 2020

Thank you for submitting your first issue to this repository! A maintainer will be here shortly to triage and review.
In the meantime, please double-check that you have provided all the necessary information to make this process easy! Any information that can help save additional round trips is useful! We currently aim to give initial feedback within two business days. If this does not happen, feel free to leave a comment.
Please keep an eye on how this issue will be labeled, as labels give an overview of priorities, assignments and additional actions requested by the maintainers:

  • "Priority" labels will show how urgent this is for the team.
  • "Status" labels will show if this is ready to be worked on, blocked, or in progress.
  • "Need" labels will indicate if additional input or analysis is required.

Finally, remember to use https://discuss.ipfs.io if you just need general support.

@Stebalien
Copy link
Member

Stebalien commented Jul 1, 2020

The plugins must be installed in ~/testbed/plugins. Are they there? They also need to be built with the exact same go version.

Unfortunately, go plugins are tricky at best. If you can't get it to work, I'd just use https://github.com/ipfs/go-ipfs/blob/master/test/dependencies/iptb/iptb.go. This will bundle the localipfs plugin with the iptb binary. You can install it with:

> cd ~
> go get github.com/ipfs/go-ipfs/blob/master/test/dependencies/iptb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need/triage Needs initial labeling and prioritization
Projects
None yet
Development

No branches or pull requests

2 participants