You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Supervisor was updated to allow addons to use CAP_BPF and CAP_PERFMON.
(home-assistant/supervisor#4130)
Addons that use these capabilities, such as the latest Frigate Beta, do not work correctly on Supervised installs on Debian.
This seems to be because HAOS has a default kernel.perf_event_paranoid=2 setting while Debian 11 and Debian 12 have a default of kernel.perf_event_paranoid=3.
I think that it would be great to add sysctl kernel.perf_event_paranoid=2 to the supervised installer script.
Machine Type
generic-x86-64
Installer output
No response
Relevant log output
No response
ADR
I have read through the ADR and have confirmed that my system is compliant with the requirements
I understand that if my system is found to not be compliant, my issue will be closed immediately without further investigation
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates.
Please make sure to update to the latest version and check if that solves the issue. Let us know if that works for you by adding a comment 👍
This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.
OS Version
Debian GNU/Linux 12 (bookworm)
System Information
Linux optiplex 6.1.0-13-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.55-1 (2023-09-29) x86_64 GNU/Linux
What happened?
Supervisor was updated to allow addons to use CAP_BPF and CAP_PERFMON.
(home-assistant/supervisor#4130)
Addons that use these capabilities, such as the latest Frigate Beta, do not work correctly on Supervised installs on Debian.
This seems to be because HAOS has a default
kernel.perf_event_paranoid=2
setting while Debian 11 and Debian 12 have a default ofkernel.perf_event_paranoid=3
.I think that it would be great to add
sysctl kernel.perf_event_paranoid=2
to the supervised installer script.Machine Type
generic-x86-64
Installer output
No response
Relevant log output
No response
ADR
Code of Conduct
The text was updated successfully, but these errors were encountered: