Open rupesh-pithva opened 1 year ago
AFAIT the daemon is starting correctly. And you just have multicast disabled on all interfaces so the mdns client can't start.
Please reopen if one of the two sentences above are wrong.
This mean it's just mdns client complaining it can't work because your system doesn't support the required features. You can disable it by changing thoses config fields:
"Discovery": {
"MDNS": {
"Enabled": true,
"Interval": 10
}
or using the server profile: ipfs config profile apply server
.
Checklist
Installation method
ipfs-update or dist.ipfs.tech
Version
Config
Description
I am upgrading my IPFS binary from v0.10.0 to v0.16.0 to fix the vulnerabilities identified. After upgrade, during start up, ipfs daemon is thworing below error
2022-11-11T13:08:28.142ZERRORp2pnodelibp2p/discovery.go:44error starting mdns service: no supported interface
The excert from log file
========================= API server listening on /ip4/0.0.0.0/tcp/5001 WebUI: http://0.0.0.0:5001/webui Gateway (readonly) server listening on /ip4/127.0.0.1/tcp/8080 Daemon is ready
Please suggest if there is any fix for this error.