2022-11-03 20:50:52.940 WARNING (MainThread) [homeassistant.setup] Setup of input_text is taking over 10 seconds.
2022-11-03 20:50:54.217 WARNING (MainThread) [homeassistant.setup] Setup of input_select is taking over 10 seconds.
2022-11-03 20:50:54.220 WARNING (MainThread) [homeassistant.setup] Setup of input_number is taking over 10 seconds.
2022-11-03 20:50:54.221 WARNING (MainThread) [homeassistant.setup] Setup of zone is taking over 10 seconds.
2022-11-03 20:50:54.223 WARNING (MainThread) [homeassistant.setup] Setup of input_button is taking over 10 seconds.
2022-11-03 20:50:54.227 WARNING (MainThread) [homeassistant.setup] Setup of input_boolean is taking over 10 seconds.
2022-11-03 20:50:54.229 WARNING (MainThread) [homeassistant.setup] Setup of schedule is taking over 10 seconds.
2022-11-03 20:50:54.231 WARNING (MainThread) [homeassistant.setup] Setup of input_datetime is taking over 10 seconds.
2022-11-03 20:50:54.233 WARNING (MainThread) [homeassistant.components.sensor] Setup of sensor platform energy is taking over 10 seconds.
Im not even using for example the energy platform at all.
And its asking me to install NetworkManager, Systemd-resolved, systemd-journal-gatewayd and its saying docker cgroup version 2 is not supported.
Itâs in here. Was added 2 months ago. Itâs in the release notes of v1.3.0 of the supervised installer. Now the latest version of supervisor uses this new service so if you donât have it it tells you about it along with a link to instructions.
Appears the instructions had a bug so I put in a PR to fix it based on this discussion. Seems pretty complete to me, idk.
Not good.
Since the update I have 5 issues:
My installation is supervised on docker running on Openmediavault NAS.
Running rock solid until this update
Sounds like youâve gone through steps 1-4 of the supervised installer and still canât shake that message. At that point it seems like there might be a bug with the supervised installer as Iâm not really sure what else can be done.
Check if the gateway service is running I suppose but if thereâs anything else that needs to be done then the installer needs to be updated to mention it.
Nov 03 20:10:41 homeassistant systemd-journal-gatewayd[20473]: microhttpd: Setting TCP_NODELAY option to ON state failed: Operation not supported
Nov 03 20:10:41 homeassistant systemd-journal-gatewayd[20473]: microhttpd: Setting TCP_CORK option to OFF state failed: Operation not supported
Nov 03 20:10:41 homeassistant systemd-journal-gatewayd[20473]: microhttpd: Failed to push the data from buffers to the network. Client may experience some delay (usually in range 200ms - 5 sec).
After that (and a solid period of time at first startup after the install the error is finally gone. I didnât need to restore the backup however, all files and settings remained in their original directories.
Oh, yeah, and in betweeen I updated to 2022.11.01 also, but Iâm not sure, if that helped as there are no release notes yet.
I did that too. It went just fine.
It turned off all the add-ons that were not watchdogâed, however, so watch for that. Just had to flick them back on.
(General Comment)⌠If these changes are baffling you, perhaps HAOS is what you should be using. They take care of all that stuff for usâŚ
os-agent:armhf is already the newest version (1.2.2).
dpkg: dependency problems prevent configuration of homeassistant-supervised:
homeassistant-supervised depends on os-agent.
None of those have anything to do with this release of HA core. The only thing new in this release of HA core is that it is making repairs to tell you about things that were already there. If you rollback to the prior version and go to Settings â System â Repairs â (top right menu) â System Information you will see your system is marked unsupported with those same 5 reasons.
If you believe everything is working fine for you then feel free to ignore them. What unsupported means is simply that, unsupported. An issue is only considered a bug if reproduced on a supported system. For any issues submitted with steps to reproduce on an unsupported system the author will be asked to reproduce them on a supported system otherwise the issue will be rejected. Instead theyâll be directed here to look for help from others in the community who may be in a similar situation.
This is what I have on sudo systemctl status systemd-journal-gatewayd.service
â systemd-journal-gatewayd.service - Journal Gateway Service
Loaded: loaded (/lib/systemd/system/systemd-journal-gatewayd.service; indirect; vendor preset: disabled)
Active: active (running) since Thu 2022-11-03 19:46:00 CET; 41min ago
TriggeredBy: â systemd-journal-gatewayd.socket
Docs: man:systemd-journal-gatewayd(8)
Main PID: 20473 (systemd-journal)
Tasks: 2 (limit: 9334)
Memory: 84.5M
CGroup: /system.slice/systemd-journal-gatewayd.service
ââ20473 /lib/systemd/systemd-journal-gatewayd
Nov 03 20:19:09 homeassistant systemd-journal-gatewayd[20473]: microhttpd: Setting TCP_NODELAY option to ON state failed: Operation not supported
Nov 03 20:19:09 homeassistant systemd-journal-gatewayd[20473]: microhttpd: Setting TCP_CORK option to OFF state failed: Operation not supported
Nov 03 20:19:09 homeassistant systemd-journal-gatewayd[20473]: microhttpd: Failed to push the data from buffers to the network. Client may experience some de>
Nov 03 20:19:09 homeassistant systemd-journal-gatewayd[20473]: microhttpd: Setting TCP_NODELAY option to ON state failed: Operation not supported
Nov 03 20:19:09 homeassistant systemd-journal-gatewayd[20473]: microhttpd: Setting TCP_CORK option to OFF state failed: Operation not supported
Nov 03 20:19:09 homeassistant systemd-journal-gatewayd[20473]: microhttpd: Failed to push the data from buffers to the network. Client may experience some de>
Nov 03 20:19:09 homeassistant systemd-journal-gatewayd[20473]: microhttpd: Setting TCP_NODELAY option to ON state failed: Operation not supported
Nov 03 20:19:09 homeassistant systemd-journal-gatewayd[20473]: microhttpd: Setting TCP_CORK option to OFF state failed: Operation not supported
Nov 03 20:19:09 homeassistant systemd-journal-gatewayd[20473]: microhttpd: Failed to push the data from buffers to the network. Client may experience some de>
Nov 03 20:19:09 homeassistant systemd-journal-gatewayd[20473]: microhttpd: Setting TCP_NODELAY option to ON state failed: Operation not supported
I run sudo journalctl --verify
As I see every journal file passed. I only got this few times
These are the reasons why. Youâre not understanding what Iâm trying to tell you about how this works.
Supervisor decides when a system is unsupported and why, not core. For reference core is what you probably call HA and what the release notes at the top of this discussion are about. Supervisor is behind the scenes and updates out of band with core. So if your system was unsupported in version 2022.11 of HA/core it is also unsupported in version 2022.10.5 of HA/core for the same reasons.
The only thing that changed in this space between version 2022.11 of HA and 2022.10.5 is that starting in 2022.11 of HA/core repairs are added for each reason supervisor tells HA/core that the system is unsupported and/or unhealthy. Your screenshot shows those repairs so those are the reasons.
Updating to 2022.11 does not change whether a system is unsupported or unhealthy and neither does rolling back to 2022.10.5. It will be the same before and after with the same reasons. The only difference is 2022.11 youâll see repairs and in 2022.10.5 you wonât because that feature didnât exist yet.