goodrobots / maverick-discovery

Service Discovery system
MIT License
1 stars 0 forks source link

Running discovery causes avahi warning #3

Closed fnoop closed 4 years ago

fnoop commented 4 years ago

Mar 24 15:50:56 maverick-ubuntuvm avahi-daemon[17696]: *** WARNING: Detected another IPv4 mDNS stack running on this host. This makes mDNS unreliable and is thus not recommended. ***

fnoop commented 4 years ago

Think this is because the ServiceBrowser listens on udp:5353 as well as avahi-daemon so it gets new service events. As long as disallow-other-stacks=no is set in avahi-daemon.conf, this should be OK. -discovery doesn't publish anything, so there should be no conflict.