I also agree with TheFu on "ChatGPT, and many AI tools" seems we always have to fix or undo what it tells other users to use>
Have you looked at the config where it point to:
Code:
less /etc/avahi/avahi-daemon.conf|grep disallow-other
#disallow-other-stacks=no
If it is truly there then try an edit to:
Code:
disallow-other-stacks=yes
This flag is apparently what now causes avahi to attempt to use SO_REUSEPORT (and turning it to yes disables this new behavior.) The docs indicate this is some mechanism to accomodate nasty setups with more than one mdns handler on them at the same time.