christgau / wsdd

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

WSDD 0.6.3 breaks on Raspian Buster #82

Closed BlowflyOZ closed 3 years ago

BlowflyOZ commented 3 years ago

After upgrade from 0.6.2 to 0.6.3 all WSDD stops functioning.

Rolling back requires apt get purge before downgrading to the 0.6.2 debian package to get functionality back.

christgau commented 3 years ago

The Problem might be related to #80, but my testing on Linux did not show that 0.6.3 is affected on Linux. At least not my installation(s) with kernel 5.4.48. Nevertheless, could you check whether the version from the issue branch works for you?

BlowflyOZ commented 3 years ago

so just replace the wsdd.py with #80 version to test ?

christgau commented 3 years ago

so just replace the wsdd.py with #80 version to test ?

Correct.

BlowflyOZ commented 3 years ago

Thankyou yes, I have replaced the 0.6.2 package script with your #80 version and after a reboot it seems to be working again. I assume this will roll up into the next package as some stage? (as I don't want to break it again with the next update?)

christgau commented 3 years ago

Ok, great. Thanks for testing.

I think I'll release a new as soon as there is feedback from the FreeBSD community on #80. Despite for Gentoo, I do not create packages. Others thankfully do this and I'm sure they will release new packages as well shortly after a release here.

christgau commented 3 years ago

Has been solved, see #80