I’m running Home Assistant in docker on Debian, a supported install.
When 2020.02 came out 2 days ago, I hit “update” from the Supervisor tab, just like I normally do.
However, after a few moments some error messages came up which I couldn’t see property as I was on my phone. Home Assistant never came back up though.
I checked in portainer and I still had all the containers for my add-ons, all the cli, DNS, supervisor etc containers, but no Homeassistant container.
12 hours later there was no change so I stopped and removed all the containers. I then attempted to reinstall homeassistant as I take daily backups so it’s really not an issue to reinstall and then restore a backup.
However, when I run the script it still just creates the cli, DNS, multicast, audio, supervisor containers. There is no container called homeassistant.
What does the supervisor log say? (You can access it via docker exec into the ha container…)
I ONCE had an issue where supervisor couldn’t create a specific container because the image didn’t exist… so in Portainer I pulled the image manually and restarted supervisor and it then recreated the container… I would not have seen the problem without the logs.
If you have ssh installed as an addon you can just run that with a ha su logs command
My supervisor logs are as follow. I’ve only glanced at them as I’m rushing off to work, but they do complain of no operating system.
[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] udev.sh: executing...
[22:48:59] INFO: Update udev information
[cont-init.d] udev.sh: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
[22:48:59] INFO: Starting local supervisor watchdog...
21-02-04 22:48:59 INFO (MainThread) [__main__] Initializing Supervisor setup
21-02-04 22:49:00 INFO (MainThread) [supervisor.bootstrap] Initializing Supervisor Sentry
21-02-04 22:49:00 INFO (MainThread) [supervisor.bootstrap] Seting up coresys for machine: qemux86-64
21-02-04 22:49:00 INFO (SyncWorker_0) [supervisor.docker.supervisor] Attaching to Supervisor homeassistant/amd64-hassio-supervisor with version 2021.01.7
21-02-04 22:49:00 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.INITIALIZE
21-02-04 22:49:00 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
21-02-04 22:49:00 INFO (MainThread) [__main__] Setting up Supervisor
21-02-04 22:49:00 INFO (MainThread) [supervisor.api] Starting API on 172.30.32.2
21-02-04 22:49:05 WARNING (MainThread) [supervisor.dbus.rauc] Host has no rauc support. OTA updates have been disabled.
21-02-04 22:49:05 INFO (MainThread) [supervisor.host.info] Updating local host information
21-02-04 22:49:05 INFO (MainThread) [supervisor.host.services] Updating service information
21-02-04 22:49:05 INFO (MainThread) [supervisor.host.network] Updating local network information
21-02-04 22:49:06 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
21-02-04 22:49:06 INFO (MainThread) [supervisor.host] Host information reload completed
21-02-04 22:49:06 INFO (MainThread) [supervisor.host.apparmor] Loading AppArmor Profiles: {'hassio-supervisor'}
21-02-04 22:49:06 INFO (MainThread) [supervisor.host.services] Reloading local service hassio-apparmor.service
21-02-04 22:49:06 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to homeassistant/amd64-hassio-dns with version 2021.01.0
21-02-04 22:49:06 INFO (MainThread) [supervisor.plugins.dns] Starting CoreDNS plugin
21-02-04 22:49:06 INFO (SyncWorker_0) [supervisor.docker.interface] Cleaning hassio_dns application
21-02-04 22:49:06 INFO (SyncWorker_0) [supervisor.docker.dns] Starting DNS homeassistant/amd64-hassio-dns with version 2021.01.0 - 172.30.32.3
21-02-04 22:49:06 INFO (MainThread) [supervisor.plugins.dns] Updated /etc/resolv.conf
21-02-04 22:49:06 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to homeassistant/amd64-hassio-audio with version 17
21-02-04 22:49:06 INFO (MainThread) [supervisor.plugins.audio] Starting Audio plugin
21-02-04 22:49:06 INFO (SyncWorker_0) [supervisor.docker.interface] Cleaning hassio_audio application
21-02-04 22:49:07 INFO (SyncWorker_0) [supervisor.docker.audio] Starting Audio homeassistant/amd64-hassio-audio with version 17 - 172.30.32.4
21-02-04 22:49:07 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to homeassistant/amd64-hassio-cli with version 2020.11.1
21-02-04 22:49:07 INFO (MainThread) [supervisor.plugins.cli] Starting CLI plugin
21-02-04 22:49:07 INFO (SyncWorker_0) [supervisor.docker.interface] Cleaning hassio_cli application
21-02-04 22:49:08 INFO (SyncWorker_0) [supervisor.docker.cli] Starting CLI homeassistant/amd64-hassio-cli with version 2020.11.1 - 172.30.32.5
21-02-04 22:49:08 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to homeassistant/amd64-hassio-observer with version 2020.10.1
21-02-04 22:49:08 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to homeassistant/amd64-hassio-multicast with version 3
21-02-04 22:49:08 INFO (MainThread) [supervisor.plugins.multicast] Starting Multicast plugin
21-02-04 22:49:08 INFO (SyncWorker_0) [supervisor.docker.interface] Cleaning hassio_multicast application
21-02-04 22:49:08 INFO (SyncWorker_0) [supervisor.docker.multicast] Starting Multicast homeassistant/amd64-hassio-multicast with version 3 - Host
21-02-04 22:49:08 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
21-02-04 22:49:08 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to homeassistant/qemux86-64-homeassistant with version 2021.2.0
21-02-04 22:49:08 INFO (MainThread) [supervisor.homeassistant.secrets] Loaded 28 Home Assistant secrets
21-02-04 22:49:08 INFO (MainThread) [supervisor.hassos] No Home Assistant Operating System found
21-02-04 22:49:08 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/7ad98f9c repository
21-02-04 22:49:08 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/7be23ff5 repository
21-02-04 22:49:08 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/a0d7b954 repository
21-02-04 22:49:08 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/6a3d001f repository
21-02-04 22:49:08 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/core repository
21-02-04 22:49:08 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/3983e8d8 repository
21-02-04 22:49:09 INFO (MainThread) [supervisor.store] Loading add-ons from store: 71 all - 71 new - 0 remove
21-02-04 22:49:09 INFO (MainThread) [supervisor.addons] Found 11 installed add-ons
21-02-04 22:49:09 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to ghcr.io/hassio-addons/influxdb/amd64 with version 4.0.1
21-02-04 22:49:09 INFO (SyncWorker_7) [supervisor.docker.interface] Attaching to ghcr.io/hassio-addons/tasmoadmin/amd64 with version 0.14.0
21-02-04 22:49:09 INFO (SyncWorker_2) [supervisor.docker.interface] Attaching to homeassistant/amd64-addon-mariadb with version 2.2.1
21-02-04 22:49:09 INFO (SyncWorker_4) [supervisor.docker.interface] Attaching to homeassistant/amd64-addon-mosquitto with version 5.1
21-02-04 22:49:09 INFO (SyncWorker_9) [supervisor.docker.interface] Attaching to homeassistant/amd64-addon-samba with version 9.3.0
21-02-04 22:49:09 INFO (SyncWorker_10) [supervisor.docker.interface] Attaching to homeassistant/amd64-addon-ssh with version 9.0.0
21-02-04 22:49:09 INFO (SyncWorker_1) [supervisor.docker.interface] Attaching to dwelch2101/dropbox-sync-amd64 with version 1.3.0
21-02-04 22:49:09 INFO (MainThread) [supervisor.snapshots] Found 3 snapshot files
21-02-04 22:49:09 INFO (MainThread) [supervisor.discovery] Loaded 1 messages
21-02-04 22:49:09 INFO (MainThread) [supervisor.ingress] Loaded 11 ingress sessions
21-02-04 22:49:09 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state CoreState.SETUP
21-02-04 22:49:09 INFO (MainThread) [supervisor.resolution.check] System checks complete
21-02-04 22:49:09 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.SETUP
21-02-04 22:49:09 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
21-02-04 22:49:09 INFO (MainThread) [__main__] Running Supervisor
21-02-04 22:49:09 INFO (MainThread) [supervisor.addons] Phase 'AddonStartup.INITIALIZE' starting 0 add-ons
21-02-04 22:49:09 INFO (MainThread) [supervisor.addons] Phase 'AddonStartup.SYSTEM' starting 3 add-ons
21-02-04 22:49:09 INFO (SyncWorker_6) [supervisor.docker.addon] Starting Docker add-on ghcr.io/hassio-addons/tasmoadmin/amd64 with version 0.14.0
21-02-04 22:49:10 INFO (SyncWorker_7) [supervisor.docker.addon] Starting Docker add-on homeassistant/amd64-addon-mosquitto with version 5.1
21-02-04 22:49:11 INFO (MainThread) [supervisor.services.modules.mqtt] Set core_mosquitto as service provider for mqtt
21-02-04 22:49:11 INFO (SyncWorker_9) [supervisor.docker.addon] Starting Docker add-on homeassistant/amd64-addon-mariadb with version 2.2.1
21-02-04 22:49:13 INFO (MainThread) [supervisor.services.modules.mysql] Set core_mariadb as service provider for MySQL
21-02-04 22:49:16 INFO (MainThread) [supervisor.addons] Phase 'AddonStartup.SERVICES' starting 4 add-ons
21-02-04 22:49:16 INFO (SyncWorker_3) [supervisor.docker.addon] Starting Docker add-on homeassistant/amd64-addon-samba with version 9.3.0
21-02-04 22:49:17 INFO (SyncWorker_5) [supervisor.docker.addon] Starting Docker add-on ghcr.io/hassio-addons/influxdb/amd64 with version 4.0.1
21-02-04 22:49:18 INFO (MainThread) [supervisor.api.security] /dns/info access from a0d7b954_influxdb
21-02-04 22:49:18 INFO (SyncWorker_4) [supervisor.docker.addon] Starting Docker add-on dwelch2101/dropbox-sync-amd64 with version 1.3.0
21-02-04 22:49:18 INFO (SyncWorker_6) [supervisor.docker.addon] Starting Docker add-on homeassistant/amd64-addon-ssh with version 9.0.0
21-02-04 22:49:23 INFO (MainThread) [supervisor.core] Start Home Assistant Core
21-02-04 22:49:23 INFO (MainThread) [supervisor.homeassistant] Update pulse/client.config: /data/tmp/homeassistant_pulse
21-02-04 22:49:24 INFO (SyncWorker_9) [supervisor.docker.homeassistant] Starting Home Assistant homeassistant/qemux86-64-homeassistant with version 2021.2.0
21-02-04 22:49:24 INFO (MainThread) [supervisor.homeassistant.core] Wait until Home Assistant is ready
21-02-04 22:49:29 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
21-02-04 22:50:05 INFO (MainThread) [supervisor.auth] Auth request from 'core_mosquitto' for 'mqtt-user'
21-02-04 22:50:05 INFO (MainThread) [supervisor.auth] Home Assistant not running, checking cache
21-02-04 22:51:41 INFO (MainThread) [supervisor.homeassistant.core] Detect a running Home Assistant instance
21-02-04 22:51:41 INFO (MainThread) [supervisor.addons] Phase 'AddonStartup.APPLICATION' starting 0 add-ons
21-02-04 22:51:41 INFO (MainThread) [supervisor.misc.tasks] All core tasks are scheduled
21-02-04 22:51:41 INFO (MainThread) [supervisor.misc.hwmon] Started Supervisor hardware monitor
21-02-04 22:51:41 INFO (MainThread) [supervisor.core] Supervisor is up and running
21-02-04 22:51:41 INFO (MainThread) [supervisor.host.info] Updating local host information
21-02-04 22:51:41 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
21-02-04 22:51:41 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state CoreState.RUNNING
21-02-04 22:51:41 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
21-02-04 22:51:41 INFO (MainThread) [supervisor.host.services] Updating service information
21-02-04 22:51:41 INFO (MainThread) [supervisor.host.network] Updating local network information
21-02-04 22:51:43 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
21-02-04 22:51:43 INFO (MainThread) [supervisor.host] Host information reload completed
21-02-04 23:02:36 INFO (MainThread) [supervisor.auth] Auth request from 'core_mosquitto' for 'mqtt-user'
21-02-04 23:02:36 INFO (MainThread) [supervisor.auth] Successful login for 'mqtt-user'
21-02-04 23:49:09 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state CoreState.RUNNING
21-02-04 23:49:09 INFO (MainThread) [supervisor.resolution.check] System checks complete
21-02-04 23:53:43 INFO (MainThread) [supervisor.auth] Auth request from 'core_mosquitto' for 'mqtt-user'
21-02-04 23:53:43 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
21-02-04 23:53:43 INFO (MainThread) [supervisor.auth] Successful login for 'mqtt-user'
21-02-05 00:49:09 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state CoreState.RUNNING
21-02-05 00:49:09 INFO (MainThread) [supervisor.resolution.check] System checks complete
21-02-05 00:49:36 INFO (MainThread) [supervisor.auth] Auth request from 'core_mosquitto' for 'mqtt-user'
21-02-05 00:49:36 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
21-02-05 00:49:36 INFO (MainThread) [supervisor.auth] Successful login for 'mqtt-user'
21-02-05 00:51:41 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
21-02-05 00:58:21 INFO (MainThread) [supervisor.host.info] Updating local host information
21-02-05 00:58:21 INFO (MainThread) [supervisor.host.services] Updating service information
21-02-05 00:58:21 INFO (MainThread) [supervisor.host.network] Updating local network information
21-02-05 00:58:23 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
21-02-05 00:58:23 INFO (MainThread) [supervisor.host] Host information reload completed
21-02-05 01:22:32 INFO (MainThread) [supervisor.auth] Auth request from 'core_mosquitto' for 'mqtt-user'
21-02-05 01:22:32 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
21-02-05 01:22:32 INFO (MainThread) [supervisor.auth] Successful login for 'mqtt-user'
21-02-05 01:49:09 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state CoreState.RUNNING
21-02-05 01:49:09 INFO (MainThread) [supervisor.resolution.check] System checks complete
21-02-05 01:51:41 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/home-assistant/addons repository
21-02-05 01:51:41 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/Apipa169/Assistant-Relay-for-Hassio repository
21-02-05 01:51:41 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/danielwelch/hassio-zigbee2mqtt repository
21-02-05 01:51:41 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/danielwelch/hassio-addons repository
21-02-05 01:51:41 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/hassio-addons/repository repository
21-02-05 01:51:41 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/PhrantiK/hassio-addons repository
21-02-05 01:51:43 INFO (MainThread) [supervisor.store] Loading add-ons from store: 71 all - 0 new - 0 remove
21-02-05 01:51:43 INFO (MainThread) [supervisor.store] Loading add-ons from store: 71 all - 0 new - 0 remove
21-02-05 02:00:00 INFO (MainThread) [supervisor.snapshots] Creating new full-snapshot with slug 203838ed
21-02-05 02:00:00 INFO (MainThread) [supervisor.snapshots] Snapshotting 203838ed store Add-ons
21-02-05 02:00:00 INFO (MainThread) [supervisor.addons.addon] Building snapshot for add-on core_configurator
21-02-05 02:00:00 INFO (MainThread) [supervisor.addons.addon] Finish snapshot for addon core_configurator
21-02-05 02:00:00 INFO (MainThread) [supervisor.addons.addon] Building snapshot for add-on core_samba
21-02-05 02:00:00 INFO (MainThread) [supervisor.addons.addon] Finish snapshot for addon core_samba
21-02-05 02:00:00 INFO (MainThread) [supervisor.addons.addon] Building snapshot for add-on a0d7b954_logviewer
21-02-05 02:00:00 INFO (MainThread) [supervisor.addons.addon] Finish snapshot for addon a0d7b954_logviewer
21-02-05 02:00:00 INFO (MainThread) [supervisor.addons.addon] Building snapshot for add-on a0d7b954_phpmyadmin
21-02-05 02:00:00 INFO (MainThread) [supervisor.addons.addon] Finish snapshot for addon a0d7b954_phpmyadmin
21-02-05 02:00:00 INFO (MainThread) [supervisor.addons.addon] Building snapshot for add-on a0d7b954_influxdb
21-02-05 02:09:16 INFO (MainThread) [supervisor.addons.addon] Finish snapshot for addon a0d7b954_influxdb
21-02-05 02:09:16 INFO (MainThread) [supervisor.addons.addon] Building snapshot for add-on a0d7b954_sonweb
21-02-05 02:09:16 INFO (MainThread) [supervisor.addons.addon] Finish snapshot for addon a0d7b954_sonweb
21-02-05 02:09:16 INFO (MainThread) [supervisor.addons.addon] Building snapshot for add-on 7be23ff5_dropbox_sync
21-02-05 02:09:16 INFO (MainThread) [supervisor.addons.addon] Finish snapshot for addon 7be23ff5_dropbox_sync
21-02-05 02:09:16 INFO (MainThread) [supervisor.addons.addon] Building snapshot for add-on core_mosquitto
21-02-05 02:09:16 INFO (MainThread) [supervisor.addons.addon] Finish snapshot for addon core_mosquitto
21-02-05 02:09:16 INFO (MainThread) [supervisor.addons.addon] Building snapshot for add-on core_mariadb
21-02-05 02:13:11 INFO (MainThread) [supervisor.addons.addon] Finish snapshot for addon core_mariadb
21-02-05 02:13:11 INFO (MainThread) [supervisor.addons.addon] Building snapshot for add-on 7ad98f9c_zigbee2mqtt
21-02-05 02:13:11 INFO (MainThread) [supervisor.addons.addon] Finish snapshot for addon 7ad98f9c_zigbee2mqtt
21-02-05 02:13:11 INFO (MainThread) [supervisor.addons.addon] Building snapshot for add-on core_ssh
21-02-05 02:13:11 INFO (MainThread) [supervisor.addons.addon] Finish snapshot for addon core_ssh
21-02-05 02:13:11 INFO (MainThread) [supervisor.snapshots] Snapshotting 203838ed store folders
21-02-05 02:13:11 INFO (SyncWorker_1) [supervisor.snapshots.snapshot] Snapshot folder media
21-02-05 02:13:11 INFO (SyncWorker_1) [supervisor.snapshots.snapshot] Snapshot folder media done
21-02-05 02:13:11 INFO (SyncWorker_4) [supervisor.snapshots.snapshot] Snapshot folder share
21-02-05 02:13:11 INFO (SyncWorker_4) [supervisor.snapshots.snapshot] Snapshot folder share done
21-02-05 02:13:11 INFO (SyncWorker_11) [supervisor.snapshots.snapshot] Snapshot folder addons/local
21-02-05 02:13:11 INFO (SyncWorker_11) [supervisor.snapshots.snapshot] Snapshot folder addons/local done
21-02-05 02:13:11 INFO (SyncWorker_3) [supervisor.snapshots.snapshot] Snapshot folder ssl
21-02-05 02:13:11 INFO (SyncWorker_3) [supervisor.snapshots.snapshot] Snapshot folder ssl done
21-02-05 02:13:11 INFO (SyncWorker_9) [supervisor.snapshots.snapshot] Snapshot folder homeassistant
21-02-05 02:13:11 INFO (SyncWorker_9) [supervisor.snapshots.snapshot] Snapshot folder homeassistant done
21-02-05 02:13:12 INFO (MainThread) [supervisor.snapshots] Creating full-snapshot with slug 203838ed completed
21-02-05 02:49:09 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state CoreState.RUNNING
21-02-05 02:49:09 INFO (MainThread) [supervisor.resolution.check] System checks complete
21-02-05 02:51:41 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
21-02-05 03:03:24 INFO (MainThread) [supervisor.api.security] /snapshots access from 7be23ff5_dropbox_sync
21-02-05 03:03:24 INFO (MainThread) [supervisor.api.security] /snapshots/03cdff63/remove access from 7be23ff5_dropbox_sync
21-02-05 03:03:24 INFO (MainThread) [supervisor.snapshots] Removed snapshot file 03cdff63
21-02-05 03:05:03 INFO (MainThread) [supervisor.host.info] Updating local host information
21-02-05 03:05:03 INFO (MainThread) [supervisor.host.services] Updating service information
21-02-05 03:05:03 INFO (MainThread) [supervisor.host.network] Updating local network information
21-02-05 03:05:04 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
21-02-05 03:05:04 INFO (MainThread) [supervisor.host] Host information reload completed
21-02-05 03:49:09 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state CoreState.RUNNING
21-02-05 03:49:09 INFO (MainThread) [supervisor.resolution.check] System checks complete
21-02-05 04:49:09 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state CoreState.RUNNING
21-02-05 04:49:09 INFO (MainThread) [supervisor.resolution.check] System checks complete
21-02-05 04:51:41 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
21-02-05 04:51:43 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/danielwelch/hassio-zigbee2mqtt repository
21-02-05 04:51:43 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/Apipa169/Assistant-Relay-for-Hassio repository
21-02-05 04:51:43 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/hassio-addons/repository repository
21-02-05 04:51:43 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/danielwelch/hassio-addons repository
21-02-05 04:51:43 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/PhrantiK/hassio-addons repository
21-02-05 04:51:43 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/home-assistant/addons repository
21-02-05 04:51:45 INFO (MainThread) [supervisor.store] Loading add-ons from store: 71 all - 0 new - 0 remove
21-02-05 04:51:45 INFO (MainThread) [supervisor.store] Loading add-ons from store: 71 all - 0 new - 0 remove
21-02-05 05:11:44 INFO (MainThread) [supervisor.host.info] Updating local host information
21-02-05 05:11:45 INFO (MainThread) [supervisor.host.services] Updating service information
21-02-05 05:11:45 INFO (MainThread) [supervisor.host.network] Updating local network information
21-02-05 05:11:46 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
21-02-05 05:11:46 INFO (MainThread) [supervisor.host] Host information reload completed
21-02-05 05:49:09 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state CoreState.RUNNING
21-02-05 05:49:09 INFO (MainThread) [supervisor.resolution.check] System checks complete
21-02-05 06:49:09 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state CoreState.RUNNING
21-02-05 06:49:09 INFO (MainThread) [supervisor.resolution.check] System checks complete
21-02-05 06:51:41 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
21-02-05 07:18:26 INFO (MainThread) [supervisor.host.info] Updating local host information
21-02-05 07:18:27 INFO (MainThread) [supervisor.host.services] Updating service information
21-02-05 07:18:27 INFO (MainThread) [supervisor.host.network] Updating local network information
21-02-05 07:18:28 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
21-02-05 07:18:28 INFO (MainThread) [supervisor.host] Host information reload completed
21-02-05 07:49:09 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state CoreState.RUNNING
21-02-05 07:49:09 INFO (MainThread) [supervisor.resolution.check] System checks complete
21-02-05 07:51:45 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/danielwelch/hassio-addons repository
21-02-05 07:51:45 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/Apipa169/Assistant-Relay-for-Hassio repository
21-02-05 07:51:45 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/PhrantiK/hassio-addons repository
21-02-05 07:51:45 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/hassio-addons/repository repository
21-02-05 07:51:45 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/danielwelch/hassio-zigbee2mqtt repository
21-02-05 07:51:45 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/home-assistant/addons repository
21-02-05 07:51:47 INFO (MainThread) [supervisor.store] Loading add-ons from store: 71 all - 0 new - 0 remove
21-02-05 07:51:47 INFO (MainThread) [supervisor.store] Loading add-ons from store: 71 all - 0 new - 0 remove
Are you meaning the IP of the docker containers? If so im unsure.
However, the IP of my host machine has not changed and has always been .101.
Home Assistant was initially installed on a port different to 8123 though, im not sure how that could make a difference to it not creating the home assistant container though - it could effect me trying to access it, but surely would still create it?
I had a similar issue occur. Using “ha core rebuild” via the cli I worked out that It was failing to pull the home assistant core container from docker hub due to the version tag it was looking for not existing. I had to manually docker pull a later version and then retag locally to match the version number that was missing.
Stopped home assistant supervisor service
Deleted all containers and images in docker
Deleted /usr/share/hassio
Reran the install script I mentioned in first post
Everything then come back up and I was able to import my backup.
Thank goodness for daily automated backups!! And thanks again both for the comments which provided food for thought.
Could you also please guide me how to change the default media path in homeassistant. I am usimg homeassistant supervised on a raspberry pi 4 running on Debian