From b0e6fcddf00b25df11f7055b0031d5e75868e1dd Mon Sep 17 00:00:00 2001 From: Matheson Steplock Date: Fri, 3 Mar 2023 02:47:01 -0500 Subject: [PATCH] add reinstall instructions (#26439) --- .../more-info/unsupported/systemd_journal.markdown | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/source/more-info/unsupported/systemd_journal.markdown b/source/more-info/unsupported/systemd_journal.markdown index 9d1e994a79d..137d880ec35 100644 --- a/source/more-info/unsupported/systemd_journal.markdown +++ b/source/more-info/unsupported/systemd_journal.markdown @@ -22,5 +22,15 @@ If using Home Assistant Supervised, run the following on the host: sudo apt install systemd-journal-remote -y ``` -and then reboot. If you still see this issue then run the [supervised installer](https://github.com/home-assistant/supervised-installer) +and then reboot your system + +If after upgrading you are still facing this error, reinstall `systemd-journal-remote` with the following command + +```sh +sudo apt-get install --reinstall systemd-journal-remote +``` + +and reboot your system + +If you still see this issue then run the [supervised installer](https://github.com/home-assistant/supervised-installer) on the host as the supervisor service may need an update as well.