Error updating Home Assistant Supervisor

Hi all,

I have Home Assistant Operating System on a Raspberry, which has been functioning correctly for some months already. Since last week, it fails. Apparently it does not get access to internet. I can still manage devices within my internal network, but cannot conect to external things.

I cannot update the Home Assistant Supervisor. Currently I have the following version:

Home Assistant 2023.3.6
Supervisor 2023.03.2
Operating System 9.5

When I try updating, I get the error:

Error updating Home Assistant Supervisor: Abort update because of an issue with AppArmor: Can't fetch AppArmor profile https://version.home-assistant.io/apparmor.txt: Cannot connect to host version.home-assistant.io:443 ssl:default

Restarting HA or the router does not solve the problem. Nothing has changed in the configuration since it was working properly. The only fact that comes to my mind, because of what I read in posts here, is that last week they changed the hour in Spain.

Any ideas?
Thank you very much.

  • I tried restoring previous backups: didn’t work
  • I tried re-installing HA, by flashing the SD card, but BalenaEtcher raises an error when doing so

One way to check if a site is accessible to you is to try to access it through the browser on a computer or mobile device connected to the same network as your raspberry. If you can’t access the site, the problem is most likely related to your Internet connection or network. In this case, try rebooting your router or contacting your ISP to resolve the problem. If, on the other hand, you can access the site through your browser, the problem may be related to your Raspberry settings. You can check your system settings to make sure that no changes have been made that might affect its ability to establish a connection via HTTPS. You can also check the Home Assistant configuration files to make sure that they are configured correctly for your network and Internet connection.

1 Like

Any tips are more then welcome.
Have this issue since some months after working for years.
My raspberry pi can access internet. External add-ins all work.
Also me casa works well.
Just none of the updates work.

I reset the ip4 configuration already. Set it to static. Added dns 1.1.1.1 and/or 8.8.8.8 , but did not help.
tried this: Ignored job conditions - Home Assistant
but did not work.

ha dns info:

[core-ssh ~]$ ha dns info
fallback: false
host: 172.30.32.3
llmnr: true
locals:
- dns://1.1.1.1
- dns://10.10.133.1
mdns: true
servers: []
update_available: false
version: 2025.02.0
version_latest: 2025.02.0

ha network info:
[core-ssh ~]$ ha network info

docker:
  address: 172.30.32.0/23
  dns: 172.30.32.3
  gateway: 172.30.32.1
  interface: hassio
host_internet: false
interfaces:
- connected: true
  enabled: true
  interface: enu1u1u1
  ipv4:
    address:
    - 10.10.133.28/24
    gateway: 10.10.133.1
    method: static
    nameservers:
    - 1.1.1.1
    ready: true
  ipv6:
    addr_gen_mode: default
    address:
    - fe80::1404:ed2:27ab:eb0f/64
    gateway: null
    ip6_privacy: default
    method: auto
    nameservers: []
    ready: false
  mac: B8:27:EB:XX:XX:XX
  primary: true
  type: ethernet
  vlan: null
  wifi: null
- connected: false
  enabled: false
  interface: wlan0
  ipv4:
    address: []
    gateway: null
    method: disabled
    nameservers: []
    ready: false
  ipv6:
    addr_gen_mode: default
    address: []
    gateway: null
    ip6_privacy: default
    method: disabled
    nameservers: []
    ready: false
  mac: B8:27:EB:XX:XX:XX
  primary: false
  type: wireless
  vlan: null
  wifi: null
supervisor_internet: false

( I changed the mac addresses in the above with ‘XX:XX:XX’)

I had the same problem, non of the updates are executed. After I changed the IPV6 network-settings to ‘automatic’ all updates are working…