-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Zeroconf networking issue (Docker For Mac, M1 Max, 0.11) #8645
Comments
Thank you for submitting your first issue to this repository! A maintainer will be here shortly to triage and review.
Finally, remember to use https://discuss.ipfs.io if you just need general support. |
ps. did not built from source, but dockerhub is not an option in the dropdown Latest docker version: Docker Desktop 4.3.2 (72729) |
@roderik
No issues on my Intel Core i5 though which I've switched to for the interim. |
Running into the same issue here, M1 Mac |
@carlosdp As @roderik mentions, |
For context, this is where the error originates: https://github.com/libp2p/zeroconf/blob/92498dabf5ddc3bb3568c9e6b61aa550ec81294d/connection.go#L84-L94. |
This fixes the test failures in CI. See ipfs/kubo#8645
I had the same problem when running in windows wsl mode.
|
A workaround is disabling MDNS in the config file.
|
@marten-seemann any ideas why disabling MDNS would resolve this? Any chance it's related to any of the other MDNS issues filed in go-libp2p (e.g. libp2p/go-libp2p#1333)? |
Strangely enough, I had a similar problem on gitpod. |
|
@aschmahmann I don't think so. I think this would be solved by #8704. Any change we can merge that PR? |
thanks it worked👍 |
I am still facing this issue. I am on docker M1. I am trying to setup IPFS cluster and peers are not being discovered by each other. @LeslieOA your docker compose file is not working for me either. would you please me out? |
Checklist
Installation method
built from source
Version
Config
n/a
Description
I have a very simple docker compose file
That dies on startup with 'no supported interface'
If I modify it to use v0.10 it works and starts.
The compose file is the same as the one introduced in this repo
The text was updated successfully, but these errors were encountered: