From 3e03dea17d99843b9a03d74ba3ffc27583ec114e Mon Sep 17 00:00:00 2001 From: Mike Degatano Date: Mon, 7 Mar 2022 11:24:28 -0500 Subject: [PATCH 1/2] Add unsupported help for `systemd-resolved` --- .../unsupported/systemd_resolved.markdown | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 source/more-info/unsupported/systemd_resolved.markdown diff --git a/source/more-info/unsupported/systemd_resolved.markdown b/source/more-info/unsupported/systemd_resolved.markdown new file mode 100644 index 000000000000..d360b57b5b69 --- /dev/null +++ b/source/more-info/unsupported/systemd_resolved.markdown @@ -0,0 +1,20 @@ +--- +title: "Systemd-Resolved" +description: "More information on why systemd-resolved marks the installation as unsupported." +--- + +## The issue + +Systemd-resolved is used over DBus to resolve DNS queries made by Home Assistant, Supervisor, +and Add-Ons. Without it, DNS will not work correctly in your installation. + +## The solution + +If you see a message about an issue with DBus, [fix that first](https://www.home-assistant.io/more-info/unsupported/dbus#the-solution). + +If the systemd-resolved service is not running or disabled, enable and start it. + +If that does not help, reboot your operating system. + +As a last resort, you need to reinstall the host running the Supervisor +with one of the supported operating systems, [see instructions here](/more-info/unsupported/os). From 0afdcaed98db85b3636c45f73159340db86576eb Mon Sep 17 00:00:00 2001 From: Mike Degatano Date: Mon, 7 Mar 2022 11:29:02 -0500 Subject: [PATCH 2/2] Changes from feedback --- source/more-info/unsupported/systemd_resolved.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/more-info/unsupported/systemd_resolved.markdown b/source/more-info/unsupported/systemd_resolved.markdown index d360b57b5b69..31a6382bc242 100644 --- a/source/more-info/unsupported/systemd_resolved.markdown +++ b/source/more-info/unsupported/systemd_resolved.markdown @@ -5,12 +5,12 @@ description: "More information on why systemd-resolved marks the installation as ## The issue -Systemd-resolved is used over DBus to resolve DNS queries made by Home Assistant, Supervisor, -and Add-Ons. Without it, DNS will not work correctly in your installation. +systemd-resolved is used over D-Bus to resolve DNS queries made by Home Assistant, Supervisor, +and add-ons. Without it, DNS will not work correctly in your installation. ## The solution -If you see a message about an issue with DBus, [fix that first](https://www.home-assistant.io/more-info/unsupported/dbus#the-solution). +If you see a message about an issue with D-Bus, [resolve that first](/more-info/unsupported/dbus#the-solution). If the systemd-resolved service is not running or disabled, enable and start it.