Stefan Agner
Stefan Agner
Hm, ok so there is more than it than just Supervisor changes :cry:. It should be fairly low-risk to add `dnsmasq`. What is a bit concern is bloating. We already...
> @agners NetworkManager creates a rule that prevents addons running on docker, like frigate-nvr, from connecting to cameras on the private network. Ugh yeah that sucks. I wonder if the...
> @agners i tried `firewall-backend iptables` and see a new table created with a similar problematic rule, but it fails, probably because it was not actually linked into PREROUTING. Did...
I was considering making this a package config, like so: ```patch --- a/buildroot-external/package/hassio/Config.in +++ b/buildroot-external/package/hassio/Config.in @@ -18,4 +18,10 @@ config BR2_PACKAGE_HASSIO_MACHINE help Machine to pull containers for (used for landing...
Can you share more details about your configuration? What exactly happens when you start the machine? Did you make sure OVMF version which is *not* secure boot?
Hm, another rather stale certbot plug-in (according to the [certbot-dns-namesilo](https://pypi.org/project/certbot-dns-namesilo/) PyPI project). I just realized that certbot-dns-multi supports tons of providers, Namesilo is one of them. The project also seems...
> Swapped cables, switch etc - no change. Just to be clear, you did also try to restart your Home Assistant instance correct? The issue you linked has been resolved...
> I wanted to mention something similar happened to me with my NUC 12 running HAOS 13.1. There was a bios FW update for my NUC (oringinal dated for sometime...
-28 is `ENOSPC`, and it seems that [CONFIG_IRQ_REMAP](https://www.kernelconfig.io/config_irq_remap) is about IRQ remapping. On my Arch Linux distribution that config is enabled, I think we can safely enable it for HAOS...
> Edit: It'd also be nice to include the ath*k firmwares out-of-box considering they're required for many net-related devices. Hm, we don't ship any ath11k today, I guess shipping firmwares...