From 35638ccb5402c23b1bef472f3e418de51dad5e05 Mon Sep 17 00:00:00 2001
From: "F. Duncanh"
Date: Sat, 14 Sep 2024 12:12:34 -0400
Subject: [PATCH] README: avahi Troubleshooting: add a NixOS-specific tip.
---
README.html | 6 +++++-
README.md | 3 +++
README.txt | 5 ++++-
3 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/README.html b/README.html
index d595faa2..10a122c3 100644
--- a/README.html
+++ b/README.html
@@ -1250,7 +1250,11 @@ 1. Avahi/DNS_SD
systems may instead use the mdnsd daemon as an alternative to provide
DNS-SD service. (FreeBSD offers both alternatives, but only Avahi was
tested; see here.)
+href="https://gist.github.com/reidransom/6033227">here.) A NixOS
+user found that in NixOS, this error can also occur if avahi-daemon
+service IS running with publishing enabled, but reports “the error
+disappeared on NixOS by setting services.avahi.openFirewall to
+true”.
- uxplay starts, but either stalls or stops after “Initialized
server socket(s)” appears (without the server name showing on the
diff --git a/README.md b/README.md
index e00648d0..7d59058d 100644
--- a/README.md
+++ b/README.md
@@ -997,6 +997,9 @@ You might need to edit the avahi-daemon.conf file (it is typically in /etc/avahi
make sure that "disable-publishing" is **not** a selected option).
Some systems may instead use the mdnsd daemon as an alternative to provide DNS-SD service.
(FreeBSD offers both alternatives, but only Avahi was tested; see [here](https://gist.github.com/reidransom/6033227).)
+A NixOS user found that in NixOS, this error can also occur if avahi-daemon service IS running with publishing enabled,
+but reports "the error disappeared on NixOS by setting services.avahi.openFirewall to true".
+
* **uxplay starts, but either stalls or stops after "Initialized server socket(s)" appears (_without the server name showing on the client_)**.
diff --git a/README.txt b/README.txt
index 60ca67f2..07b2e6e2 100644
--- a/README.txt
+++ b/README.txt
@@ -1279,7 +1279,10 @@ start, stop, status. You might need to edit the avahi-daemon.conf file
"disable-publishing" is **not** a selected option). Some systems may
instead use the mdnsd daemon as an alternative to provide DNS-SD
service. (FreeBSD offers both alternatives, but only Avahi was tested;
-see [here](https://gist.github.com/reidransom/6033227).)
+see [here](https://gist.github.com/reidransom/6033227).) A NixOS user
+found that in NixOS, this error can also occur if avahi-daemon service
+IS running with publishing enabled, but reports "the error disappeared
+on NixOS by setting services.avahi.openFirewall to true".
- **uxplay starts, but either stalls or stops after "Initialized
server socket(s)" appears (*without the server name showing on the