Results 769 comments of Stefan Agner

> It would be nice to be able to dismiss this notification. Especially after the problem has already been solved (connection restored)... When the connection got restored, the notification should...

Thank you for your PR, nice addition :star_struck: > The port is specified both in options and ports because I couldn't find a way to read the port value directly....

The https://github.com/home-assistant/operating-system/issues/1235#issuecomment-782400690 explains how allocation exactly worked with cgroupsv1.

Hm, it seems CGroups v2 still does not have the necessary batteries included: > WARNING: cgroup2 cpu controller doesn’t yet support the (bandwidth) control of realtime processes. From: https://docs.kernel.org/admin-guide/cgroup-v2.html#cpu There...

What adapter type do you use? Maybe try using VMXNET 3 (paravirtualized network device, HAOS should support it) or E1000E.

Hm, there are some results on Google where this seems to be a problem. We use vanilla upstream Linux, so that really seems to be some interaction problem between Linux...

`ethtool` is not available in the root shell. But you can use the "Advanced SSH & Web Terminal" add-on which runs on host network and install ethtool using `apk add...

Check default timeout to be in similar ball-park to dockerpy (specifically when adding events). Maybe also add timeout parameter to the `import_image` command. See also https://github.com/home-assistant/supervisor/pull/6391#issuecomment-3608791369.

Thank you for your PR. How would the user create those configuration files? Do you have a specific use case? Maybe we could support that with an updated default configuration...