Log errors in clean install

Can you ping and browse internet from Ubuntu server?

Yeah. The server is fine.

I think it’s definitely a DNS issue. I can ping IPs from the homeassistant docker contain but cannot resolve DNS names.
image

Can you run ifconfig on both and compare/provide result.

Have you tried these two on the HA side

ha supervisor info
ha supervisor logs

edit:
Or this one on ubuntu server

sudo docker logs hassio_supervisor

Try this : https://community.home-assistant.io/t/this-is-how-i-installed-hass-io-on-ubuntu-with-docker-portainer-via-ssh/71743

tom@Plex:~$ sudo docker logs hassio_supervisor
20-02-27 20:39:02 INFO (MainThread) [__main__] Initialize Hass.io setup
20-02-27 20:39:02 INFO (MainThread) [hassio.docker.network] Can't find Hass.io network, create new network
20-02-27 20:39:03 INFO (MainThread) [hassio.bootstrap] Create Home Assistant configuration folder /data/homeassistant
20-02-27 20:39:03 INFO (MainThread) [hassio.bootstrap] Create Hass.io SSL/TLS folder /data/ssl
20-02-27 20:39:03 INFO (MainThread) [hassio.bootstrap] Create Hass.io Add-on data folder /data/addons/data
20-02-27 20:39:03 INFO (MainThread) [hassio.bootstrap] Create Hass.io Add-on local repository folder /data/addons/local
20-02-27 20:39:03 INFO (MainThread) [hassio.bootstrap] Create Hass.io Add-on git repositories folder /data/addons/git
20-02-27 20:39:03 INFO (MainThread) [hassio.bootstrap] Create Hass.io temp folder /data/tmp
20-02-27 20:39:03 INFO (MainThread) [hassio.bootstrap] Create Hass.io backup folder /data/backup
20-02-27 20:39:03 INFO (MainThread) [hassio.bootstrap] Create Hass.io share folder /data/share
20-02-27 20:39:03 INFO (MainThread) [hassio.bootstrap] Create Hass.io DNS folder /data/dns
20-02-27 20:39:03 INFO (SyncWorker_0) [hassio.docker.supervisor] Attach to Supervisor homeassistant/amd64-hassio-supervisor with version 201
20-02-27 20:39:03 INFO (SyncWorker_0) [hassio.docker.supervisor] Connect Supervisor to Hass.io Network
20-02-27 20:39:04 INFO (MainThread) [__main__] Setup HassIO
20-02-27 20:39:04 INFO (MainThread) [hassio.utils.gdbus] Connect to dbus: org.freedesktop.systemd1 - /org/freedesktop/systemd1
20-02-27 20:39:05 INFO (MainThread) [hassio.utils.gdbus] Connect to dbus: org.freedesktop.hostname1 - /org/freedesktop/hostname1
20-02-27 20:39:05 WARNING (MainThread) [hassio.dbus.rauc] Host has no rauc support. OTA updates have been disabled.
20-02-27 20:39:05 INFO (MainThread) [hassio.utils.gdbus] Connect to dbus: org.freedesktop.NetworkManager - /org/freedesktop/NetworkManager/DnsManager
20-02-27 20:39:05 INFO (MainThread) [hassio.host.info] Update local host information
20-02-27 20:39:05 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
20-02-27 20:39:05 INFO (MainThread) [hassio.host.services] Update service information
20-02-27 20:39:05 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
20-02-27 20:39:05 INFO (MainThread) [hassio.host.network] Update local network DNS information
20-02-27 20:39:05 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
20-02-27 20:39:05 INFO (MainThread) [hassio.host.apparmor] Load AppArmor Profiles: {'hassio-supervisor'}
20-02-27 20:39:05 INFO (MainThread) [hassio.host.services] Reload local service hassio-apparmor.service
20-02-27 20:39:05 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ReloadOrRestartUnit on /org/freedesktop/systemd1
20-02-27 20:39:05 INFO (MainThread) [hassio.dns] No CoreDNS plugin Docker image homeassistant/amd64-hassio-dns found.
20-02-27 20:39:05 INFO (MainThread) [hassio.dns] Setup CoreDNS plugin
20-02-27 20:39:05 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
20-02-27 20:39:05 INFO (SyncWorker_2) [hassio.docker.interface] Pull image homeassistant/amd64-hassio-dns tag 1.
20-02-27 20:39:08 INFO (MainThread) [hassio.dns] CoreDNS plugin now installed
20-02-27 20:39:08 INFO (MainThread) [hassio.misc.forwarder] Start DNS port forwarding to 172.30.32.3
20-02-27 20:39:08 INFO (MainThread) [hassio.dns] Start CoreDNS plugin
20-02-27 20:39:14 INFO (SyncWorker_5) [hassio.docker.dns] Start DNS homeassistant/amd64-hassio-dns with version 1 - 172.30.32.3
20-02-27 20:39:14 INFO (MainThread) [hassio.homeassistant] No Home Assistant Docker image homeassistant/qemux86-64-homeassistant found.
20-02-27 20:39:14 INFO (MainThread) [hassio.homeassistant] Setup HomeAssistant landingpage
20-02-27 20:39:14 INFO (SyncWorker_1) [hassio.docker.interface] Pull image homeassistant/qemux86-64-homeassistant tag landingpage.
20-02-27 20:39:18 INFO (MainThread) [hassio.homeassistant] Start HomeAssistant landingpage
20-02-27 20:39:21 INFO (SyncWorker_0) [hassio.docker.homeassistant] Start homeassistant homeassistant/qemux86-64-homeassistant with version landingpage
20-02-27 20:49:21 WARNING (MainThread) [hassio.homeassistant] Don't wait anymore of Home Assistant startup!
20-02-27 20:49:21 INFO (MainThread) [hassio.store.git] Clone add-on https://github.com/hassio-addons/repository repository
20-02-27 20:49:21 INFO (MainThread) [hassio.store.git] Clone add-on https://github.com/home-assistant/hassio-addons repository
20-02-27 20:49:24 INFO (MainThread) [hassio.store] Load add-ons from store: 63 all - 63 new - 0 remove
20-02-27 20:49:24 INFO (MainThread) [hassio.addons] Found 0 installed add-ons
20-02-27 20:49:24 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
20-02-27 20:49:24 INFO (MainThread) [hassio.snapshots] Found 0 snapshot files
20-02-27 20:49:24 INFO (MainThread) [hassio.discovery] Load 0 messages
20-02-27 20:49:24 INFO (MainThread) [hassio.ingress] Load 0 ingress session
20-02-27 20:49:24 INFO (MainThread) [hassio.secrets] Load Home Assistant secrets: 0
20-02-27 20:49:24 INFO (MainThread) [__main__] Run Hass.io
20-02-27 20:49:24 INFO (MainThread) [hassio.api] Start API on 172.30.32.2
20-02-27 20:49:24 INFO (MainThread) [hassio.addons] Phase 'initialize' start 0 add-ons
20-02-27 20:49:24 INFO (MainThread) [hassio.addons] Phase 'system' start 0 add-ons
20-02-27 20:49:24 INFO (MainThread) [hassio.addons] Phase 'services' start 0 add-ons
20-02-27 20:49:24 INFO (MainThread) [hassio.core] Skip start of Home Assistant
20-02-27 20:49:24 INFO (MainThread) [hassio.addons] Phase 'application' start 0 add-ons
20-02-27 20:49:24 INFO (MainThread) [hassio.tasks] All core tasks are scheduled
20-02-27 20:49:24 INFO (MainThread) [hassio.core] Hass.io is up and running
20-02-27 20:49:24 INFO (MainThread) [hassio.homeassistant] Setup Home Assistant
20-02-27 20:49:24 INFO (SyncWorker_5) [hassio.docker.interface] Update image homeassistant/qemux86-64-homeassistant:landingpage to homeassistant/qemux86-64-homeassistant:0.106.0
20-02-27 20:49:24 INFO (SyncWorker_5) [hassio.docker.interface] Pull image homeassistant/qemux86-64-homeassistant tag 0.106.0.
20-02-27 20:50:15 INFO (SyncWorker_5) [hassio.docker.interface] Stop homeassistant application
20-02-27 20:50:42 INFO (SyncWorker_5) [hassio.docker.interface] Clean homeassistant application
20-02-27 20:50:42 INFO (MainThread) [hassio.homeassistant] Home Assistant docker now installed
20-02-27 20:50:42 INFO (MainThread) [hassio.homeassistant] Start Home Assistant
20-02-27 20:50:44 INFO (SyncWorker_6) [hassio.docker.homeassistant] Start homeassistant homeassistant/qemux86-64-homeassistant with version 0.106.0
20-02-27 21:00:45 WARNING (MainThread) [hassio.homeassistant] Don't wait anymore of Home Assistant startup!
20-02-27 21:00:45 ERROR (MainThread) [hassio.homeassistant] Can't start Home Assistant!
20-02-27 21:00:45 INFO (SyncWorker_22) [hassio.docker.interface] Cleanup images: ['homeassistant/qemux86-64-homeassistant:landingpage']
20-02-27 22:49:24 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
20-02-27 22:56:04 INFO (MainThread) [hassio.host.info] Update local host information
20-02-27 22:56:04 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
20-02-27 22:56:07 INFO (MainThread) [hassio.host.services] Update service information
20-02-27 22:56:07 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
20-02-27 22:56:07 INFO (MainThread) [hassio.host.network] Update local network DNS information
20-02-27 22:56:07 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
20-02-27 23:49:24 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/hassio-addons/repository repository
20-02-27 23:49:25 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/home-assistant/hassio-addons repository
20-02-27 23:49:28 INFO (MainThread) [hassio.store] Load add-ons from store: 63 all - 0 new - 0 remove
20-02-28 00:49:24 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
20-02-28 01:02:44 INFO (MainThread) [hassio.host.info] Update local host information
20-02-28 01:02:44 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
20-02-28 01:02:45 INFO (MainThread) [hassio.host.services] Update service information
20-02-28 01:02:45 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
20-02-28 01:02:45 INFO (MainThread) [hassio.host.network] Update local network DNS information
20-02-28 01:02:45 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
20-02-28 02:49:24 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
20-02-28 02:49:24 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/hassio-addons/repository repository
20-02-28 02:49:24 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/home-assistant/hassio-addons repository
20-02-28 02:49:27 INFO (MainThread) [hassio.store] Load add-ons from store: 63 all - 0 new - 0 remove
20-02-28 03:09:24 INFO (MainThread) [hassio.host.info] Update local host information
20-02-28 03:09:24 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
20-02-28 03:09:25 INFO (MainThread) [hassio.host.services] Update service information
20-02-28 03:09:25 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
20-02-28 03:09:25 INFO (MainThread) [hassio.host.network] Update local network DNS information
20-02-28 03:09:25 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
20-02-28 04:49:24 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
20-02-28 05:16:04 INFO (MainThread) [hassio.host.info] Update local host information
20-02-28 05:16:04 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
20-02-28 05:16:05 INFO (MainThread) [hassio.host.services] Update service information
20-02-28 05:16:05 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
20-02-28 05:16:05 INFO (MainThread) [hassio.host.network] Update local network DNS information
20-02-28 05:16:05 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
20-02-28 05:49:24 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/home-assistant/hassio-addons repository
20-02-28 05:49:24 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/hassio-addons/repository repository
20-02-28 05:49:26 INFO (MainThread) [hassio.store] Load add-ons from store: 63 all - 0 new - 0 remove
20-02-28 06:49:24 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
20-02-28 07:22:44 INFO (MainThread) [hassio.host.info] Update local host information
20-02-28 07:22:44 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
20-02-28 07:22:45 INFO (MainThread) [hassio.host.services] Update service information
20-02-28 07:22:45 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
20-02-28 07:22:45 INFO (MainThread) [hassio.host.network] Update local network DNS information
20-02-28 07:22:45 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
20-02-28 08:49:24 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
20-02-28 08:49:24 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/home-assistant/hassio-addons repository
20-02-28 08:49:25 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/hassio-addons/repository repository
20-02-28 08:49:29 INFO (MainThread) [hassio.store] Load add-ons from store: 63 all - 0 new - 0 remove
20-02-28 09:29:24 INFO (MainThread) [hassio.host.info] Update local host information
20-02-28 09:29:24 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
20-02-28 09:29:25 INFO (MainThread) [hassio.host.services] Update service information
20-02-28 09:29:25 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
20-02-28 09:29:26 INFO (MainThread) [hassio.host.network] Update local network DNS information
20-02-28 09:29:26 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
20-02-28 09:49:30 INFO (MainThread) [__main__] Stopping Hass.io
20-02-28 09:49:32 INFO (MainThread) [hassio.api] Stop API on 172.30.32.2
20-02-28 09:49:32 INFO (MainThread) [hassio.misc.forwarder] Stop DNS forwarding
20-02-28 09:49:32 INFO (MainThread) [hassio.core] Hass.io is down
20-02-28 09:49:32 INFO (MainThread) [__main__] Close Hass.io
20-02-28 09:53:03 INFO (MainThread) [__main__] Initialize Hass.io setup
20-02-28 09:53:03 INFO (SyncWorker_0) [hassio.docker.supervisor] Attach to Supervisor homeassistant/amd64-hassio-supervisor with version 201
20-02-28 09:53:03 INFO (MainThread) [__main__] Setup HassIO
20-02-28 09:53:03 INFO (MainThread) [hassio.utils.gdbus] Connect to dbus: org.freedesktop.systemd1 - /org/freedesktop/systemd1
20-02-28 09:53:04 INFO (MainThread) [hassio.utils.gdbus] Connect to dbus: org.freedesktop.hostname1 - /org/freedesktop/hostname1
20-02-28 09:53:04 WARNING (MainThread) [hassio.dbus.rauc] Host has no rauc support. OTA updates have been disabled.
20-02-28 09:53:04 INFO (MainThread) [hassio.utils.gdbus] Connect to dbus: org.freedesktop.NetworkManager - /org/freedesktop/NetworkManager/DnsManager
20-02-28 09:53:04 INFO (MainThread) [hassio.host.info] Update local host information
20-02-28 09:53:04 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
20-02-28 09:53:04 INFO (MainThread) [hassio.host.services] Update service information
20-02-28 09:53:04 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
20-02-28 09:53:04 INFO (MainThread) [hassio.host.network] Update local network DNS information
20-02-28 09:53:04 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
20-02-28 09:53:04 INFO (MainThread) [hassio.host.apparmor] Load AppArmor Profiles: {'hassio-supervisor'}
20-02-28 09:53:04 INFO (MainThread) [hassio.host.services] Reload local service hassio-apparmor.service
20-02-28 09:53:04 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ReloadOrRestartUnit on /org/freedesktop/systemd1
20-02-28 09:53:04 INFO (SyncWorker_0) [hassio.docker.interface] Attach to homeassistant/amd64-hassio-dns with version 1
20-02-28 09:53:04 INFO (MainThread) [hassio.dns] Start CoreDNS plugin
20-02-28 09:53:04 INFO (MainThread) [hassio.misc.forwarder] Start DNS port forwarding to 172.30.32.3
20-02-28 09:53:04 INFO (SyncWorker_0) [hassio.docker.interface] Clean hassio_dns application
20-02-28 09:53:09 INFO (SyncWorker_0) [hassio.docker.dns] Start DNS homeassistant/amd64-hassio-dns with version 1 - 172.30.32.3
20-02-28 09:53:09 INFO (SyncWorker_5) [hassio.docker.interface] Attach to homeassistant/qemux86-64-homeassistant with version 0.106.0
20-02-28 09:53:10 INFO (MainThread) [hassio.store.git] Load add-on /data/addons/core repository
20-02-28 09:53:10 INFO (MainThread) [hassio.store.git] Load add-on /data/addons/git/a0d7b954 repository
20-02-28 09:53:10 INFO (MainThread) [hassio.store] Load add-ons from store: 63 all - 63 new - 0 remove
20-02-28 09:53:10 INFO (MainThread) [hassio.addons] Found 0 installed add-ons
20-02-28 09:53:10 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
20-02-28 09:53:11 INFO (MainThread) [hassio.snapshots] Found 0 snapshot files
20-02-28 09:53:11 INFO (MainThread) [hassio.discovery] Load 0 messages
20-02-28 09:53:11 INFO (MainThread) [hassio.ingress] Load 0 ingress session
20-02-28 09:53:11 INFO (MainThread) [hassio.secrets] Load Home Assistant secrets: 1
20-02-28 09:53:11 INFO (MainThread) [__main__] Run Hass.io
20-02-28 09:53:11 INFO (MainThread) [hassio.api] Start API on 172.30.32.2
20-02-28 09:53:11 INFO (MainThread) [hassio.addons] Phase 'initialize' start 0 add-ons
20-02-28 09:53:11 INFO (MainThread) [hassio.addons] Phase 'system' start 0 add-ons
20-02-28 09:53:11 INFO (MainThread) [hassio.addons] Phase 'services' start 0 add-ons
20-02-28 09:53:11 INFO (SyncWorker_7) [hassio.docker.interface] Start homeassistant/qemux86-64-homeassistant
20-02-28 10:03:13 WARNING (MainThread) [hassio.homeassistant] Don't wait anymore of Home Assistant startup!
20-02-28 10:03:14 INFO (MainThread) [hassio.addons] Phase 'application' start 0 add-ons
20-02-28 10:03:14 INFO (MainThread) [hassio.tasks] All core tasks are scheduled
20-02-28 10:03:14 INFO (MainThread) [hassio.core] Hass.io is up and running
20-02-28 12:03:14 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
20-02-28 12:09:54 INFO (MainThread) [hassio.host.info] Update local host information
20-02-28 12:09:54 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
20-02-28 12:09:57 INFO (MainThread) [hassio.host.services] Update service information
20-02-28 12:09:57 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
20-02-28 12:09:58 INFO (MainThread) [hassio.host.network] Update local network DNS information
20-02-28 12:09:58 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
20-02-28 13:03:14 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/home-assistant/hassio-addons repository
20-02-28 13:03:14 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/hassio-addons/repository repository
20-02-28 13:03:17 INFO (MainThread) [hassio.store] Load add-ons from store: 63 all - 0 new - 0 remove
20-02-28 14:03:14 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
20-02-28 14:16:34 INFO (MainThread) [hassio.host.info] Update local host information
20-02-28 14:16:34 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
20-02-28 14:16:37 INFO (MainThread) [hassio.host.services] Update service information
20-02-28 14:16:37 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
20-02-28 14:16:37 INFO (MainThread) [hassio.host.network] Update local network DNS information
20-02-28 14:16:37 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
20-02-28 16:03:14 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/home-assistant/hassio-addons repository
20-02-28 16:03:14 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/hassio-addons/repository repository
20-02-28 16:03:14 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
20-02-28 16:03:17 INFO (MainThread) [hassio.store] Load add-ons from store: 62 all - 0 new - 1 remove
20-02-28 16:23:14 INFO (MainThread) [hassio.host.info] Update local host information
20-02-28 16:23:14 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
20-02-28 16:23:15 INFO (MainThread) [hassio.host.services] Update service information
20-02-28 16:23:15 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
20-02-28 16:23:15 INFO (MainThread) [hassio.host.network] Update local network DNS information
20-02-28 16:23:15 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
20-02-28 16:59:38 INFO (MainThread) [__main__] Stopping Hass.io
20-02-28 16:59:39 INFO (MainThread) [hassio.api] Stop API on 172.30.32.2
20-02-28 16:59:39 INFO (MainThread) [hassio.misc.forwarder] Stop DNS forwarding

20-02-28 16:59:39 INFO (MainThread) [hassio.core] Hass.io is down
20-02-28 16:59:39 INFO (MainThread) [__main__] Close Hass.io
20-02-28 17:00:09 INFO (MainThread) [__main__] Initialize Hass.io setup
20-02-28 17:00:09 INFO (SyncWorker_0) [hassio.docker.supervisor] Attach to Supervisor homeassistant/amd64-hassio-supervisor with version 201
20-02-28 17:00:09 INFO (MainThread) [__main__] Setup HassIO
20-02-28 17:00:09 INFO (MainThread) [hassio.utils.gdbus] Connect to dbus: org.freedesktop.systemd1 - /org/freedesktop/systemd1
20-02-28 17:00:10 INFO (MainThread) [hassio.utils.gdbus] Connect to dbus: org.freedesktop.hostname1 - /org/freedesktop/hostname1
20-02-28 17:00:10 WARNING (MainThread) [hassio.dbus.rauc] Host has no rauc support. OTA updates have been disabled.
20-02-28 17:00:10 INFO (MainThread) [hassio.utils.gdbus] Connect to dbus: org.freedesktop.NetworkManager - /org/freedesktop/NetworkManager/DnsManager
20-02-28 17:00:10 INFO (MainThread) [hassio.host.info] Update local host information
20-02-28 17:00:10 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
20-02-28 17:00:10 INFO (MainThread) [hassio.host.services] Update service information
20-02-28 17:00:10 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
20-02-28 17:00:10 INFO (MainThread) [hassio.host.network] Update local network DNS information
20-02-28 17:00:10 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
20-02-28 17:00:10 INFO (MainThread) [hassio.host.apparmor] Load AppArmor Profiles: {'hassio-supervisor'}
20-02-28 17:00:10 INFO (MainThread) [hassio.host.services] Reload local service hassio-apparmor.service
20-02-28 17:00:10 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ReloadOrRestartUnit on /org/freedesktop/systemd1
20-02-28 17:00:10 INFO (SyncWorker_2) [hassio.docker.interface] Attach to homeassistant/amd64-hassio-dns with version 1
20-02-28 17:00:10 INFO (MainThread) [hassio.dns] Start CoreDNS plugin
20-02-28 17:00:10 INFO (MainThread) [hassio.misc.forwarder] Start DNS port forwarding to 172.30.32.3
20-02-28 17:00:10 INFO (SyncWorker_2) [hassio.docker.interface] Clean hassio_dns application
20-02-28 17:00:15 INFO (SyncWorker_2) [hassio.docker.dns] Start DNS homeassistant/amd64-hassio-dns with version 1 - 172.30.32.3
20-02-28 17:00:15 INFO (SyncWorker_0) [hassio.docker.interface] Attach to homeassistant/qemux86-64-homeassistant with version 0.106.0
20-02-28 17:00:15 INFO (MainThread) [hassio.store.git] Load add-on /data/addons/core repository
20-02-28 17:00:15 INFO (MainThread) [hassio.store.git] Load add-on /data/addons/git/a0d7b954 repository
20-02-28 17:00:15 INFO (MainThread) [hassio.store] Load add-ons from store: 62 all - 62 new - 0 remove
20-02-28 17:00:15 INFO (MainThread) [hassio.addons] Found 0 installed add-ons
20-02-28 17:00:15 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
20-02-28 17:00:16 INFO (MainThread) [hassio.snapshots] Found 0 snapshot files
20-02-28 17:00:16 INFO (MainThread) [hassio.discovery] Load 0 messages
20-02-28 17:00:16 INFO (MainThread) [hassio.ingress] Load 0 ingress session
20-02-28 17:00:16 INFO (MainThread) [hassio.secrets] Load Home Assistant secrets: 1
20-02-28 17:00:16 INFO (MainThread) [__main__] Run Hass.io
20-02-28 17:00:16 INFO (MainThread) [hassio.api] Start API on 172.30.32.2
20-02-28 17:00:16 INFO (MainThread) [hassio.addons] Phase 'initialize' start 0 add-ons
20-02-28 17:00:16 INFO (MainThread) [hassio.core] Hass.io reboot detected
20-02-28 17:00:16 INFO (MainThread) [hassio.tasks] All core tasks are scheduled
20-02-28 17:00:16 INFO (MainThread) [hassio.core] Hass.io is up and running
20-02-28 17:17:57 INFO (MainThread) [__main__] Stopping Hass.io
20-02-28 17:17:57 INFO (MainThread) [hassio.api] Stop API on 172.30.32.2
20-02-28 17:17:57 INFO (MainThread) [hassio.misc.forwarder] Stop DNS forwarding
20-02-28 17:17:57 INFO (MainThread) [hassio.core] Hass.io is down
20-02-28 17:17:57 INFO (MainThread) [__main__] Close Hass.io
20-02-28 17:21:26 INFO (MainThread) [__main__] Initialize Hass.io setup
20-02-28 17:21:27 INFO (SyncWorker_0) [hassio.docker.supervisor] Attach to Supervisor homeassistant/amd64-hassio-supervisor with version 201
20-02-28 17:21:27 INFO (MainThread) [__main__] Setup HassIO
20-02-28 17:21:27 INFO (MainThread) [hassio.utils.gdbus] Connect to dbus: org.freedesktop.systemd1 - /org/freedesktop/systemd1
20-02-28 17:21:27 INFO (MainThread) [hassio.utils.gdbus] Connect to dbus: org.freedesktop.hostname1 - /org/freedesktop/hostname1
20-02-28 17:21:27 WARNING (MainThread) [hassio.dbus.rauc] Host has no rauc support. OTA updates have been disabled.
20-02-28 17:21:27 INFO (MainThread) [hassio.utils.gdbus] Connect to dbus: org.freedesktop.NetworkManager - /org/freedesktop/NetworkManager/DnsManager
20-02-28 17:21:27 INFO (MainThread) [hassio.host.info] Update local host information
20-02-28 17:21:27 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
20-02-28 17:21:27 INFO (MainThread) [hassio.host.services] Update service information
20-02-28 17:21:27 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
20-02-28 17:21:27 INFO (MainThread) [hassio.host.network] Update local network DNS information
20-02-28 17:21:27 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
20-02-28 17:21:27 INFO (MainThread) [hassio.host.apparmor] Load AppArmor Profiles: {'hassio-supervisor'}
20-02-28 17:21:27 INFO (MainThread) [hassio.host.services] Reload local service hassio-apparmor.service
20-02-28 17:21:27 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ReloadOrRestartUnit on /org/freedesktop/systemd1
20-02-28 17:21:27 INFO (SyncWorker_1) [hassio.docker.interface] Attach to homeassistant/amd64-hassio-dns with version 1
20-02-28 17:21:27 INFO (MainThread) [hassio.dns] Start CoreDNS plugin
20-02-28 17:21:27 INFO (MainThread) [hassio.misc.forwarder] Start DNS port forwarding to 172.30.32.3
20-02-28 17:21:27 INFO (SyncWorker_1) [hassio.docker.interface] Clean hassio_dns application
20-02-28 17:21:33 INFO (SyncWorker_1) [hassio.docker.dns] Start DNS homeassistant/amd64-hassio-dns with version 1 - 172.30.32.3
20-02-28 17:21:33 INFO (SyncWorker_0) [hassio.docker.interface] Attach to homeassistant/qemux86-64-homeassistant with version 0.106.0
20-02-28 17:21:34 INFO (MainThread) [hassio.store.git] Load add-on /data/addons/git/a0d7b954 repository
20-02-28 17:21:34 INFO (MainThread) [hassio.store.git] Load add-on /data/addons/core repository
20-02-28 17:21:34 INFO (MainThread) [hassio.store] Load add-ons from store: 62 all - 62 new - 0 remove
20-02-28 17:21:34 INFO (MainThread) [hassio.addons] Found 0 installed add-ons
20-02-28 17:21:34 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
20-02-28 17:21:35 INFO (MainThread) [hassio.snapshots] Found 0 snapshot files
20-02-28 17:21:35 INFO (MainThread) [hassio.discovery] Load 0 messages
20-02-28 17:21:35 INFO (MainThread) [hassio.ingress] Load 0 ingress session
20-02-28 17:21:35 INFO (MainThread) [hassio.secrets] Load Home Assistant secrets: 1
20-02-28 17:21:35 INFO (MainThread) [__main__] Run Hass.io
20-02-28 17:21:35 INFO (MainThread) [hassio.api] Start API on 172.30.32.2
20-02-28 17:21:35 INFO (MainThread) [hassio.addons] Phase 'initialize' start 0 add-ons
20-02-28 17:21:35 INFO (MainThread) [hassio.addons] Phase 'system' start 0 add-ons
20-02-28 17:21:35 INFO (MainThread) [hassio.addons] Phase 'services' start 0 add-ons
20-02-28 17:21:35 INFO (SyncWorker_8) [hassio.docker.interface] Start homeassistant/qemux86-64-homeassistant
20-02-28 17:31:37 WARNING (MainThread) [hassio.homeassistant] Don't wait anymore of Home Assistant startup!
20-02-28 17:31:37 INFO (MainThread) [hassio.addons] Phase 'application' start 0 add-ons
20-02-28 17:31:37 INFO (MainThread) [hassio.tasks] All core tasks are scheduled
20-02-28 17:31:37 INFO (MainThread) [hassio.core] Hass.io is up and running
20-02-28 19:31:37 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
20-02-28 19:38:17 INFO (MainThread) [hassio.host.info] Update local host information
20-02-28 19:38:17 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
20-02-28 19:38:20 INFO (MainThread) [hassio.host.services] Update service information
20-02-28 19:38:20 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
20-02-28 19:38:20 INFO (MainThread) [hassio.host.network] Update local network DNS information
20-02-28 19:38:20 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
20-02-28 20:00:20 WARNING (MainThread) [hassio.tasks] Watchdog found a problem with CoreDNS plugin!
20-02-28 20:00:36 INFO (MainThread) [hassio.dns] Start CoreDNS plugin
20-02-28 20:31:37 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/home-assistant/hassio-addons repository
20-02-28 20:31:37 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/hassio-addons/repository repository
20-02-28 20:31:42 INFO (MainThread) [hassio.store] Load add-ons from store: 62 all - 0 new - 0 remove
20-02-28 21:31:37 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
20-02-28 21:44:57 INFO (MainThread) [hassio.host.info] Update local host information
20-02-28 21:44:57 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
20-02-28 21:44:58 INFO (MainThread) [hassio.host.services] Update service information
20-02-28 21:44:58 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
20-02-28 21:44:58 INFO (MainThread) [hassio.host.network] Update local network DNS information
20-02-28 21:44:58 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
20-02-28 23:31:37 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/home-assistant/hassio-addons repository
20-02-28 23:31:37 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/hassio-addons/repository repository
20-02-28 23:31:38 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
20-02-28 23:31:42 INFO (MainThread) [hassio.store] Load add-ons from store: 62 all - 0 new - 0 remove
20-02-28 23:51:37 INFO (MainThread) [hassio.host.info] Update local host information
20-02-28 23:51:37 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
20-02-28 23:51:39 INFO (MainThread) [hassio.host.services] Update service information
20-02-28 23:51:39 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
20-02-28 23:51:39 INFO (MainThread) [hassio.host.network] Update local network DNS information
20-02-28 23:51:39 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
20-02-29 01:31:37 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
20-02-29 01:58:17 INFO (MainThread) [hassio.host.info] Update local host information
20-02-29 01:58:17 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
20-02-29 01:58:18 INFO (MainThread) [hassio.host.services] Update service information
20-02-29 01:58:18 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
20-02-29 01:58:18 INFO (MainThread) [hassio.host.network] Update local network DNS information
20-02-29 01:58:18 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
20-02-29 02:31:37 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/home-assistant/hassio-addons repository
20-02-29 02:31:38 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/hassio-addons/repository repository
20-02-29 02:31:41 INFO (MainThread) [hassio.store] Load add-ons from store: 62 all - 0 new - 0 remove
20-02-29 03:31:37 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
20-02-29 04:04:57 INFO (MainThread) [hassio.host.info] Update local host information
20-02-29 04:04:57 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
20-02-29 04:04:58 INFO (MainThread) [hassio.host.services] Update service information
20-02-29 04:04:58 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
20-02-29 04:04:58 INFO (MainThread) [hassio.host.network] Update local network DNS information
20-02-29 04:04:58 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
20-02-29 05:31:37 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/hassio-addons/repository repository
20-02-29 05:31:37 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/home-assistant/hassio-addons repository
20-02-29 05:31:37 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
20-02-29 05:31:40 INFO (MainThread) [hassio.store] Load add-ons from store: 62 all - 0 new - 0 remove
20-02-29 06:11:37 INFO (MainThread) [hassio.host.info] Update local host information
20-02-29 06:11:37 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
20-02-29 06:11:39 INFO (MainThread) [hassio.host.services] Update service information
20-02-29 06:11:39 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
20-02-29 06:11:39 INFO (MainThread) [hassio.host.network] Update local network DNS information
20-02-29 06:11:39 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
20-02-29 07:31:37 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
20-02-29 08:18:17 INFO (MainThread) [hassio.host.info] Update local host information
20-02-29 08:18:17 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
20-02-29 08:18:20 INFO (MainThread) [hassio.host.services] Update service information
20-02-29 08:18:21 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
20-02-29 08:18:21 INFO (MainThread) [hassio.host.network] Update local network DNS information
20-02-29 08:18:21 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
20-02-29 08:31:37 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/home-assistant/hassio-addons repository
20-02-29 08:31:37 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/hassio-addons/repository repository
20-02-29 08:31:42 INFO (MainThread) [hassio.store] Load add-ons from store: 62 all - 0 new - 0 remove
20-02-29 09:31:37 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
20-02-29 09:48:31 INFO (MainThread) [__main__] Stopping Hass.io
20-02-29 09:48:33 INFO (MainThread) [hassio.api] Stop API on 172.30.32.2
20-02-29 09:48:33 INFO (MainThread) [hassio.misc.forwarder] Stop DNS forwarding
20-02-29 09:48:33 INFO (MainThread) [hassio.core] Hass.io is down
20-02-29 09:48:33 INFO (MainThread) [__main__] Close Hass.io
20-02-29 09:52:02 INFO (MainThread) [__main__] Initialize Hass.io setup
20-02-29 09:52:02 INFO (SyncWorker_0) [hassio.docker.supervisor] Attach to Supervisor homeassistant/amd64-hassio-supervisor with version 201
20-02-29 09:52:02 INFO (MainThread) [__main__] Setup HassIO
20-02-29 09:52:03 INFO (MainThread) [hassio.utils.gdbus] Connect to dbus: org.freedesktop.systemd1 - /org/freedesktop/systemd1
20-02-29 09:52:03 INFO (MainThread) [hassio.utils.gdbus] Connect to dbus: org.freedesktop.hostname1 - /org/freedesktop/hostname1
20-02-29 09:52:03 WARNING (MainThread) [hassio.dbus.rauc] Host has no rauc support. OTA updates have been disabled.
20-02-29 09:52:03 INFO (MainThread) [hassio.utils.gdbus] Connect to dbus: org.freedesktop.NetworkManager - /org/freedesktop/NetworkManager/DnsManager
20-02-29 09:52:03 INFO (MainThread) [hassio.host.info] Update local host information
20-02-29 09:52:03 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
20-02-29 09:52:03 INFO (MainThread) [hassio.host.services] Update service information
20-02-29 09:52:03 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
20-02-29 09:52:03 INFO (MainThread) [hassio.host.network] Update local network DNS information

20-02-29 09:52:03 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
20-02-29 09:52:03 INFO (MainThread) [hassio.host.apparmor] Load AppArmor Profiles: {'hassio-supervisor'}
20-02-29 09:52:03 INFO (MainThread) [hassio.host.services] Reload local service hassio-apparmor.service
20-02-29 09:52:03 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ReloadOrRestartUnit on /org/freedesktop/systemd1
20-02-29 09:52:03 INFO (SyncWorker_0) [hassio.docker.interface] Attach to homeassistant/amd64-hassio-dns with version 1
20-02-29 09:52:03 INFO (MainThread) [hassio.misc.forwarder] Start DNS port forwarding to 172.30.32.3
20-02-29 09:52:03 INFO (MainThread) [hassio.dns] Start CoreDNS plugin
20-02-29 09:52:03 INFO (SyncWorker_2) [hassio.docker.interface] Clean hassio_dns application
20-02-29 09:52:09 INFO (SyncWorker_2) [hassio.docker.dns] Start DNS homeassistant/amd64-hassio-dns with version 1 - 172.30.32.3
20-02-29 09:52:09 INFO (SyncWorker_1) [hassio.docker.interface] Attach to homeassistant/qemux86-64-homeassistant with version 0.106.0
20-02-29 09:52:10 INFO (MainThread) [hassio.store.git] Load add-on /data/addons/core repository
20-02-29 09:52:10 INFO (MainThread) [hassio.store.git] Load add-on /data/addons/git/a0d7b954 repository
20-02-29 09:52:10 INFO (MainThread) [hassio.store] Load add-ons from store: 62 all - 62 new - 0 remove
20-02-29 09:52:10 INFO (MainThread) [hassio.addons] Found 0 installed add-ons
20-02-29 09:52:10 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
20-02-29 09:52:11 INFO (MainThread) [hassio.snapshots] Found 0 snapshot files
20-02-29 09:52:11 INFO (MainThread) [hassio.discovery] Load 0 messages
20-02-29 09:52:11 INFO (MainThread) [hassio.ingress] Load 0 ingress session
20-02-29 09:52:11 INFO (MainThread) [hassio.secrets] Load Home Assistant secrets: 1
20-02-29 09:52:11 INFO (MainThread) [__main__] Run Hass.io
20-02-29 09:52:11 INFO (MainThread) [hassio.api] Start API on 172.30.32.2
20-02-29 09:52:11 INFO (MainThread) [hassio.addons] Phase 'initialize' start 0 add-ons
20-02-29 09:52:11 INFO (MainThread) [hassio.addons] Phase 'system' start 0 add-ons
20-02-29 09:52:11 INFO (MainThread) [hassio.addons] Phase 'services' start 0 add-ons
20-02-29 09:52:11 INFO (SyncWorker_8) [hassio.docker.interface] Start homeassistant/qemux86-64-homeassistant
20-02-29 10:02:13 WARNING (MainThread) [hassio.homeassistant] Don't wait anymore of Home Assistant startup!
20-02-29 10:02:13 INFO (MainThread) [hassio.addons] Phase 'application' start 0 add-ons
20-02-29 10:02:14 INFO (MainThread) [hassio.tasks] All core tasks are scheduled
20-02-29 10:02:14 INFO (MainThread) [hassio.core] Hass.io is up and running
20-02-29 12:02:14 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
20-02-29 12:08:54 INFO (MainThread) [hassio.host.info] Update local host information
20-02-29 12:08:54 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
20-02-29 12:08:56 INFO (MainThread) [hassio.host.services] Update service information
20-02-29 12:08:56 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
20-02-29 12:08:56 INFO (MainThread) [hassio.host.network] Update local network DNS information
20-02-29 12:08:56 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
20-02-29 13:02:14 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/hassio-addons/repository repository
20-02-29 13:02:14 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/home-assistant/hassio-addons repository
20-02-29 13:02:18 INFO (MainThread) [hassio.store] Load add-ons from store: 62 all - 0 new - 0 remove
20-02-29 14:02:14 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
20-02-29 14:15:34 INFO (MainThread) [hassio.host.info] Update local host information
20-02-29 14:15:34 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
20-02-29 14:15:37 INFO (MainThread) [hassio.host.services] Update service information
20-02-29 14:15:37 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
20-02-29 14:15:37 INFO (MainThread) [hassio.host.network] Update local network DNS information
20-02-29 14:15:37 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
20-02-29 16:02:14 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
20-02-29 16:02:14 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/home-assistant/hassio-addons repository
20-02-29 16:02:14 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/hassio-addons/repository repository
20-02-29 16:02:17 INFO (MainThread) [hassio.store] Load add-ons from store: 62 all - 0 new - 0 remove
20-02-29 16:22:14 INFO (MainThread) [hassio.host.info] Update local host information
20-02-29 16:22:14 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
20-02-29 16:22:15 INFO (MainThread) [hassio.host.services] Update service information
20-02-29 16:22:15 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
20-02-29 16:22:15 INFO (MainThread) [hassio.host.network] Update local network DNS information
20-02-29 16:22:15 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
20-02-29 18:02:14 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
20-02-29 18:28:54 INFO (MainThread) [hassio.host.info] Update local host information
20-02-29 18:28:54 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
20-02-29 18:28:55 INFO (MainThread) [hassio.host.services] Update service information
20-02-29 18:28:55 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
20-02-29 18:28:55 INFO (MainThread) [hassio.host.network] Update local network DNS information
20-02-29 18:28:55 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
20-02-29 19:02:14 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/home-assistant/hassio-addons repository
20-02-29 19:02:14 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/hassio-addons/repository repository
20-02-29 19:02:16 INFO (MainThread) [hassio.store] Load add-ons from store: 62 all - 0 new - 0 remove
20-02-29 20:02:14 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
20-02-29 20:35:34 INFO (MainThread) [hassio.host.info] Update local host information
20-02-29 20:35:34 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
20-02-29 20:35:35 INFO (MainThread) [hassio.host.services] Update service information
20-02-29 20:35:35 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
20-02-29 20:35:35 INFO (MainThread) [hassio.host.network] Update local network DNS information
20-02-29 20:35:35 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
20-02-29 22:02:14 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
20-02-29 22:02:14 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/home-assistant/hassio-addons repository
20-02-29 22:02:14 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/hassio-addons/repository repository
20-02-29 22:02:18 INFO (MainThread) [hassio.store] Load add-ons from store: 62 all - 0 new - 0 remove
20-02-29 22:42:14 INFO (MainThread) [hassio.host.info] Update local host information
20-02-29 22:42:14 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
20-02-29 22:42:15 INFO (MainThread) [hassio.host.services] Update service information
20-02-29 22:42:15 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
20-02-29 22:42:15 INFO (MainThread) [hassio.host.network] Update local network DNS information
20-02-29 22:42:15 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
20-03-01 00:02:14 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
20-03-01 00:48:54 INFO (MainThread) [hassio.host.info] Update local host information
20-03-01 00:48:54 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
20-03-01 00:48:54 INFO (MainThread) [hassio.host.services] Update service information
20-03-01 00:48:54 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
20-03-01 00:48:55 INFO (MainThread) [hassio.host.network] Update local network DNS information
20-03-01 00:48:55 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
20-03-01 01:02:14 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/home-assistant/hassio-addons repository
20-03-01 01:02:14 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/hassio-addons/repository repository
20-03-01 01:02:17 INFO (MainThread) [hassio.store] Load add-ons from store: 62 all - 0 new - 0 remove
20-03-01 02:02:14 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
20-03-01 02:55:34 INFO (MainThread) [hassio.host.info] Update local host information
20-03-01 02:55:34 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
20-03-01 02:55:37 INFO (MainThread) [hassio.host.services] Update service information
20-03-01 02:55:38 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
20-03-01 02:55:38 INFO (MainThread) [hassio.host.network] Update local network DNS information
20-03-01 02:55:38 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
20-03-01 04:02:14 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/home-assistant/hassio-addons repository
20-03-01 04:02:15 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/hassio-addons/repository repository
20-03-01 04:02:16 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
20-03-01 04:02:24 INFO (MainThread) [hassio.store] Load add-ons from store: 62 all - 0 new - 0 remove
20-03-01 05:02:14 INFO (MainThread) [hassio.host.info] Update local host information
20-03-01 05:02:14 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
20-03-01 05:02:15 INFO (MainThread) [hassio.host.services] Update service information
20-03-01 05:02:15 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
20-03-01 05:02:15 INFO (MainThread) [hassio.host.network] Update local network DNS information
20-03-01 05:02:15 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
20-03-01 06:02:14 INFO (MainThread) [hassio.snapshots] Found 0 snapshot files
20-03-01 06:02:14 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
20-03-01 07:02:14 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/home-assistant/hassio-addons repository
20-03-01 07:02:14 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/hassio-addons/repository repository
20-03-01 07:02:16 INFO (MainThread) [hassio.store] Load add-ons from store: 62 all - 0 new - 0 remove
20-03-01 07:08:54 INFO (MainThread) [hassio.host.info] Update local host information
20-03-01 07:08:54 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
20-03-01 07:08:55 INFO (MainThread) [hassio.host.services] Update service information
20-03-01 07:08:55 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
20-03-01 07:08:55 INFO (MainThread) [hassio.host.network] Update local network DNS information
20-03-01 07:08:55 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
20-03-01 08:02:14 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
20-03-01 09:15:34 INFO (MainThread) [hassio.host.info] Update local host information
20-03-01 09:15:34 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
20-03-01 09:15:35 INFO (MainThread) [hassio.host.services] Update service information
20-03-01 09:15:35 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
20-03-01 09:15:35 INFO (MainThread) [hassio.host.network] Update local network DNS information
20-03-01 09:15:35 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
20-03-01 09:48:05 INFO (MainThread) [__main__] Stopping Hass.io
20-03-01 09:48:08 INFO (MainThread) [hassio.api] Stop API on 172.30.32.2
20-03-01 09:48:08 INFO (MainThread) [hassio.misc.forwarder] Stop DNS forwarding
20-03-01 09:48:08 INFO (MainThread) [hassio.core] Hass.io is down
20-03-01 09:48:08 INFO (MainThread) [__main__] Close Hass.io
20-03-01 09:51:44 INFO (MainThread) [__main__] Initialize Hass.io setup
20-03-01 09:51:44 INFO (SyncWorker_0) [hassio.docker.supervisor] Attach to Supervisor homeassistant/amd64-hassio-supervisor with version 201
20-03-01 09:51:44 INFO (MainThread) [__main__] Setup HassIO
20-03-01 09:51:45 INFO (MainThread) [hassio.utils.gdbus] Connect to dbus: org.freedesktop.systemd1 - /org/freedesktop/systemd1
20-03-01 09:51:45 INFO (MainThread) [hassio.utils.gdbus] Connect to dbus: org.freedesktop.hostname1 - /org/freedesktop/hostname1
20-03-01 09:51:45 WARNING (MainThread) [hassio.dbus.rauc] Host has no rauc support. OTA updates have been disabled.
20-03-01 09:51:45 INFO (MainThread) [hassio.utils.gdbus] Connect to dbus: org.freedesktop.NetworkManager - /org/freedesktop/NetworkManager/DnsManager
20-03-01 09:51:45 INFO (MainThread) [hassio.host.info] Update local host information
20-03-01 09:51:45 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
20-03-01 09:51:45 INFO (MainThread) [hassio.host.services] Update service information
20-03-01 09:51:45 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
20-03-01 09:51:45 INFO (MainThread) [hassio.host.network] Update local network DNS information
20-03-01 09:51:45 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
20-03-01 09:51:45 INFO (MainThread) [hassio.host.apparmor] Load AppArmor Profiles: {'hassio-supervisor'}
20-03-01 09:51:45 INFO (MainThread) [hassio.host.services] Reload local service hassio-apparmor.service
20-03-01 09:51:45 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ReloadOrRestartUnit on /org/freedesktop/systemd1
20-03-01 09:51:45 INFO (SyncWorker_2) [hassio.docker.interface] Attach to homeassistant/amd64-hassio-dns with version 1
20-03-01 09:51:45 INFO (MainThread) [hassio.dns] Start CoreDNS plugin
20-03-01 09:51:45 INFO (MainThread) [hassio.misc.forwarder] Start DNS port forwarding to 172.30.32.3
20-03-01 09:51:45 INFO (SyncWorker_2) [hassio.docker.interface] Clean hassio_dns application
20-03-01 09:51:49 INFO (SyncWorker_2) [hassio.docker.dns] Start DNS homeassistant/amd64-hassio-dns with version 1 - 172.30.32.3
20-03-01 09:51:49 INFO (SyncWorker_1) [hassio.docker.interface] Attach to homeassistant/qemux86-64-homeassistant with version 0.106.0
20-03-01 09:51:51 INFO (MainThread) [hassio.store.git] Load add-on /data/addons/core repository
20-03-01 09:51:51 INFO (MainThread) [hassio.store.git] Load add-on /data/addons/git/a0d7b954 repository
20-03-01 09:51:51 INFO (MainThread) [hassio.store] Load add-ons from store: 62 all - 62 new - 0 remove
20-03-01 09:51:51 INFO (MainThread) [hassio.addons] Found 0 installed add-ons
20-03-01 09:51:51 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
20-03-01 09:51:52 INFO (MainThread) [hassio.snapshots] Found 0 snapshot files
20-03-01 09:51:52 INFO (MainThread) [hassio.discovery] Load 0 messages
20-03-01 09:51:52 INFO (MainThread) [hassio.ingress] Load 0 ingress session
20-03-01 09:51:52 INFO (MainThread) [hassio.secrets] Load Home Assistant secrets: 1
20-03-01 09:51:52 INFO (MainThread) [__main__] Run Hass.io
20-03-01 09:51:52 INFO (MainThread) [hassio.api] Start API on 172.30.32.2
20-03-01 09:51:52 INFO (MainThread) [hassio.addons] Phase 'initialize' start 0 add-ons
20-03-01 09:51:52 INFO (MainThread) [hassio.addons] Phase 'system' start 0 add-ons
20-03-01 09:51:52 INFO (MainThread) [hassio.addons] Phase 'services' start 0 add-ons
20-03-01 09:51:52 INFO (SyncWorker_12) [hassio.docker.interface] Start homeassistant/qemux86-64-homeassistant
20-03-01 10:01:54 WARNING (MainThread) [hassio.homeassistant] Don't wait anymore of Home Assistant startup!
20-03-01 10:01:54 INFO (MainThread) [hassio.addons] Phase 'application' start 0 add-ons
20-03-01 10:01:54 INFO (MainThread) [hassio.tasks] All core tasks are scheduled
20-03-01 10:01:54 INFO (MainThread) [hassio.core] Hass.io is up and running
20-03-01 12:01:54 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
20-03-01 12:08:34 INFO (MainThread) [hassio.host.info] Update local host information
20-03-01 12:08:34 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/hostname1
20-03-01 12:08:37 INFO (MainThread) [hassio.host.services] Update service information
20-03-01 12:08:37 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.ListUnits on /org/freedesktop/systemd1
20-03-01 12:08:37 INFO (MainThread) [hassio.host.network] Update local network DNS information
20-03-01 12:08:37 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.DBus.Properties.GetAll on /org/freedesktop/NetworkManager/DnsManager
20-03-01 13:01:54 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/home-assistant/hassio-addons repository
20-03-01 13:01:54 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/hassio-addons/repository repository
20-03-01 13:01:58 INFO (MainThread) [hassio.store] Load add-ons from store: 62 all - 0 new - 0 remove

That’s how installed it (twice) up to the part about installing portainer. I can add that if it’s necessary.

If you have HA up and running and updates, can connect to internet then it’s not necessary.
If you will install portainer nothing bad will happened. Just additional tools in docker.

What computer are you using.

Why does it have amd64-hassio-dns and qemux86-64-homeassistant would they be compatible.

20-02-27 20:39:05 INFO (SyncWorker_2) [hassio.docker.interface] Pull image homeassistant/amd64-hassio-dns tag 1.
20-02-27 20:39:08 INFO (MainThread) [hassio.dns] CoreDNS plugin now installed
20-02-27 20:39:08 INFO (MainThread) [hassio.misc.forwarder] Start DNS port forwarding to 172.30.32.3
20-02-27 20:39:08 INFO (MainThread) [hassio.dns] Start CoreDNS plugin
20-02-27 20:39:14 INFO (SyncWorker_5) [hassio.docker.dns] Start DNS homeassistant/amd64-hassio-dns with version 1 - 172.30.32.3
20-02-27 20:39:14 INFO (MainThread) [hassio.homeassistant] No Home Assistant Docker image homeassistant/qemux86-64-homeassistant found.

Edit: I just checked on a ubuntu desktop test install I got and it has the same.

I’m using a AMD 8 core headless server running Ubuntu 18.04.4 LTS

Maybe try this.

ha supervisor update

Where do I run this? I tried from Ubuntu, the homassistant container, and the hassio_supervisor container. I get the same thing:

ha: command not found

Try this.

sudo docker pull homeassistant/amd64-hassio-supervisor

That worked

sudo docker pull homeassistant/amd64-hassio-supervisor
Using default tag: latest
latest: Pulling from homeassistant/amd64-hassio-supervisor
c9b1b535fdd9: Already exists
ee60c2c44cf5: Already exists
1261abc935af: Already exists
3eed7f2df4cd: Already exists
a5ab2f5793aa: Already exists
9c1d7eeed292: Already exists
770f08d07166: Already exists
f416b06b4905: Pull complete
d7d21badc0da: Pull complete
b46ff0052ccf: Pull complete
31aa70ae5d58: Pull complete
d02884aff4c8: Pull complete
cf079e9fb753: Pull complete
Digest: sha256:1dfaedd7c36f935b7dc184812fae1649bb1124a0bfa9e3edf9ca411bfa5804b7
Status: Downloaded newer image for homeassistant/amd64-hassio-supervisor:latest
docker.io/homeassistant/amd64-hassio-supervisor:latest

However DNS still not resolving. Also tried reboot.

Can you see the supervisor page now?

Nope. Still blank