Results 770 comments of Stefan Agner

Same with the latest preview v1.18.8. An older version I had at hand seems to work (1.5.120).

Also [v1.10.4](https://github.com/balena-io/etcher/releases/tag/v1.10.4) seems to work just fine.

@dfunckt yes it works when downloading and then installing. We currently document this as work around. We've discovered that the same is true for MacOS. Any chance that this gets...

Thanks for this in depth analyzes! I was able to reproduce the original symptom (Supervisor getting unhealthy) on Supervised on a Debian 12 Bookworm. I then was actually wondering if...

I am still lost as to why Debian behaves different than HAOS here :cry: A few things to note: Docker exec seems to not apply the AppArmor profile: ``` hassio-supervisor...

`addon_configs` is not valid as a folder to be backed up. The point of the `addon_configs` feature is to have the add-on data along with the add-on backup. Or in...

> If I kill all my add-on I don't have this issue. Which add-on specifically? It seems that the Core is not responding to API calls, presumably because it is...

While it is Supervisor which restarts the Core, it seems that the Core doesn't respond to API calls. This suggests to me that the Core is having troubles processing/keeping up...

> Unfortunately, changing the name doesn´t solve the issue for me. Do you get the same error in that case? Did you try deleting, restart and then add again? >...

Hm, I see, [the Supervisor currently bind mounts](https://github.com/home-assistant/supervisor/blob/2024.01.1/supervisor/docker/addon.py#L463-L464) `/sys/firmware/devicetree/base` to `/device-tree`. For compatibility reason we can't remove the existing one, but we could add another bind mount. I guess the...