christgau / wsdd

A Web Service Discovery host daemon.
MIT License
841 stars 99 forks source link

cannot unset all_multicast #60

Closed timarupopoka closed 4 years ago

timarupopoka commented 4 years ago

Hi, thank you for providing useful software. I get this message on starting daemon:

WARNING: cannot unset all_multicast: [Errno 92] Protocol not available

What should i do?

-- CentOS8 4.18.0-193.14.2.el8_2.x86_64 wsdd 1ca9ae0e369ff4cc7e4edc559e70b657867f1776 OPTIONS="-s -w MYWGNAME -i enp5s0"

christgau commented 4 years ago

What should i do?

You have a look at #57 and the solution presented therein.

timarupopoka commented 4 years ago

I don't want to update the kernel yet, so I decid to use -4 option to wsdd. Now the warning is gone and all my Windows 10 (v1909) computers are still able to discover the server correctly. I don't have any Windows 10 (v2004) machine yet so I haven't try it. Thank you.

christgau commented 4 years ago

You don't have to update your kernel. All you need is to use the very recent commit from the master branch since that one solved #57....