Hello, I am trying to update core and supervisor but i am unable to do so. i do get following errors in logs.
I have done both updates in the past and never had any issues.
Any help will be greatly appreciated.
21-03-20 15:01:41 INFO (MainThread) [supervisor.supervisor] Fetching AppArmor profile https://version.home-assistant.io/apparmor.txt
21-03-20 15:01:41 INFO (MainThread) [supervisor.host.apparmor] Adding/updating AppArmor profile: hassio-supervisor
21-03-20 15:01:41 INFO (MainThread) [supervisor.host.services] Reloading local service hassio-apparmor.service
21-03-20 15:01:41 INFO (MainThread) [supervisor.supervisor] Update Supervisor to version 2021.03.6
21-03-20 15:01:41 INFO (SyncWorker_5) [supervisor.docker.interface] Downloading docker image homeassistant/armv7-hassio-supervisor with tag 2021.03.6.
21-03-20 15:01:56 ERROR (SyncWorker_5) [supervisor.docker.interface] Can't install homeassistant/armv7-hassio-supervisor:2021.03.6 -> 500 Server Error for http+docker://localhost/v1.40/images/create?tag=2021.03.6&fromImage=homeassistant%2Farmv7-hassio-supervisor: Internal Server Error ("Get https://registry-1.docker.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)").
21-03-20 15:01:56 ERROR (MainThread) [supervisor.supervisor] Update of Supervisor failed!
21-03-20 15:05:36 WARNING (MainThread) [supervisor.jobs] 'HomeAssistantCore.update' blocked from execution, system is not healthy
The following message i(which you’ve probably seen for a long time) is because you are running Raspbian on an your RPi:
You are running an unsupported installation.
Only Debian is officially supported.
The following message is, I believe, a result of running an older version of Docker:
Your installation is unhealthy
The latest version of docker is 20.10.5. You should upgrade. I assume you know how to do that because you’ve chosen to install Home Assistant Supervised on Raspbian (which requires familiarity with Linux administration). If you don’t then the basic outline is you will need to ssh to the RPi and execute: sudo apt-get update sudo apt-get upgrade
hi, i just updated my OS and docker is now updated to latest version
pi@raspberrypi:~ $ docker -v
Docker version 20.10.5, build 55c4c88
but i am still getting the same error while updating.
21-03-20 17:38:14 WARNING (MainThread) [supervisor.jobs] 'ResolutionFixup.run_autofix' blocked from execution, system is not healthy
21-03-20 17:38:14 INFO (MainThread) [supervisor.host.services] Updating service information
21-03-20 17:38:14 INFO (MainThread) [supervisor.host.network] Updating local network information
21-03-20 17:38:17 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
21-03-20 17:38:17 INFO (MainThread) [supervisor.host] Host information reload completed
21-03-20 17:39:25 WARNING (MainThread) [supervisor.jobs] 'HomeAssistantCore.update' blocked from execution, system is not healthy
second error.
21-03-20 17:42:00 ERROR (SyncWorker_3) [supervisor.docker.interface] Can't install homeassistant/armv7-hassio-supervisor:2021.03.6 -> 500 Server Error for http+docker://localhost/v1.41/images/create?tag=2021.03.6&fromImage=homeassistant%2Farmv7-hassio-supervisor: Internal Server Error ("Get https://registry-1.docker.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)").
21-03-20 17:42:00 ERROR (MainThread) [supervisor.supervisor] Update of Supervisor failed!