I am running CasaOS 0.4.15 on a ZimaBoard.
I currently have HomeAssistant 2026.2.2. When I try to update to stable (2026.4.1) the install fails.
I found the problem. I had to add NET_ADMIN and NET_RAW capabilities to the container. What I still do not understand is why this was suddenly required.
Hi @sdmorris . Do You use bluetooth?
I do not have home assistant, but I quick search this info (citation from hub.linuxserver) :
In order to provide HA with access to the host’s Bluetooth device, one needs to install BlueZ on the host, add the capabilities NET_ADMIN and NET_RAW to the container, and map dbus as a volume as shown in the below examples.
And log on fresh install 2026.4.1:
big-bear-home-assistant | e[31m2026-04-20 21:17:06.438 ERROR (MainThread) [habluetooth.manager] Missing required permissions for Bluetooth management: Missing NET_ADMIN/NET_RAW capabilities for Bluetooth management. Automatic adapter recovery is unavailable. Add NET_ADMIN and NET_RAW capabilities to the container to enable ite[0m big-bear-home-assistant | e[33m2026-04-20 21:17:07.533 WARNING (ImportExecutor_0)
So, fresh installation is possible (app not working), but no upgrade is possible (it stack).
@dragonfire1119 : Can You please add these two caps to universal big bear repo? I am out of free time. Thank You.
@sdmorris : thank you for sharing solution!
No, I do not use bluetooth and I haven’t added any new hardware for at least 2 years. I have no idea why I suddenly needed to add these capabilities.
It is about changing codebase of HA. Improving (add new features and fixes) needs these two new caps.