home-assistant / supervisor

:house_with_garden: Home Assistant Supervisor
https://home-assistant.io/hassio/
Apache License 2.0
1.73k stars 630 forks source link

HA Supervisor Failed setup: troubles with Docker 25 upgrade. Supervisor unable to start #4827

Closed GitWally closed 7 months ago

GitWally commented 8 months ago

Describe the issue you are experiencing

Today MY HA went crazy, probably after a Debian OS update: it all started after an OS reboot.

From Settings > Integrations I see "Home Assistant Supervisor Failed setup, will retry"

immagine

Several other integrations same behaviour, some other are working (Shelly, MQTT, ZHA, HomeKit ...)

immagine

From HA Core Logs I see (among others):

Logger: homeassistant.helpers.system_info
Source: helpers/system_info.py:72
First occurred: 18:12:57 (1 occurrences)
Last logged: 18:12:57

No Home Assistant Supervisor info available

Logger: homeassistant.components.hassio
Source: components/hassio/__init__.py:557
Integration: Home Assistant Supervisor (documentation, issues)
First occurred: 18:02:11 (4 occurrences)
Last logged: 18:17:21

Can't read Supervisor data:

If I try to read HA Supervisor Logs: Failed to get supervisor logs, 502: Bad Gateway

What could be happend?

In Debian I found this updates to Docker Packages, today (with command cat /var/log/apt/history.log):

Start-Date: 2024-01-19  17:14:36
Commandline: packagekit role='update-packages'
Upgrade: docker-compose-plugin:amd64 (2.21.0-1~debian.11~bullseye, 2.24.1-1~debian.11~bullseye), docker-ce-cli:amd64 (5:24.0.7-1~debian.11~bullseye, 5:25.0.0-1~debian.11~bullseye), docker-buildx-plugin:amd64 (0.11.2-1~debian.11~bullseye, 0.12.1-1~debian.11~bullseye), docker-ce:amd64 (5:24.0.7-1~debian.11~bullseye, 5:25.0.0-1~debian.11~bullseye), docker-ce-rootless-extras:amd64 (5:24.0.7-1~debian.11~bullseye, 5:25.0.0-1~debian.11~bullseye)
End-Date: 2024-01-19  17:14:49

It all began after a reboot I did one hour after Debian OS Updates.

Tried to reboot Debian and HA several times: no changes Tried to go for a backup: not visible when I press the button

Thanks

What type of installation are you running?

Home Assistant Supervised

Which operating system are you running on?

Debian

Steps to reproduce the issue

1. 2. 3. ...

Anything in the Supervisor logs that might be useful for us?

not available

System Health information

not available

Supervisor diagnostics

cannot find download diagnostics

Additional information

No response

churchofnoise commented 8 months ago

Was about to post a bug too, started on both my servers after updating docker-ce and containerd.io on a supervised install on Debian bookworm, running on an Intel nuc 8

Aegeontis commented 8 months ago

Same thing, tried to manually stop all docker containers, remove them (docker stop & docker rm) and reboot the host, no change.

davecoutts commented 8 months ago

I experienced the same issue today after docker was upgraded following an apt upgrade on debian bookworm. docker-ce upgraded from version 5:24.0.7-1 to 5:25.0.0-1.

I had to revert to the previous version of docker and then reboot the machine to get HA working again.

sudo apt install \
docker-compose-plugin=2.21.0-1~debian.12~bookworm \
docker-ce-cli=5:24.0.7-1~debian.12~bookworm \
docker-buildx-plugin=0.11.2-1~debian.12~bookworm \
docker-ce=5:24.0.7-1~debian.12~bookworm \
docker-ce-rootless-extras=5:24.0.7-1~debian.12~bookworm

sudo reboot

See the apt log file for the versions you can rollback to. cat /var/log/apt/history.log

Update: Please see a more detailed post from GitWally on rolling back and placing the docker packages in hold state until the issue with supervisor and docker version 25.0 is resolved.

This post from fetzerch indicates that the issue is caused by the removal of an ip feature in Docker 25. There are plans to add the feature back in a future Docker release.

There is a post on the issue at the Home Assistant Community board.

ms32035 commented 8 months ago

Just hit the same. Looks like a networking related issue:

24-01-19 19:14:30 ERROR (SyncWorker_6) [supervisor.docker.network] Can't link container to hassio-net: 500 Server Error for http+docker://localhost/v1.44/networks/b2ac70d68ce32bb362d52d421fc940935a3ffd61846bc12d43caeaf2f8392337/connect: Internal Server Error ("invalid endpoint settings:
no configured subnet or ip-range contain the IP address 172.30.32.6")
adrienmar16 commented 8 months ago

davecoutts commands for donwgrading the docker doesn't resolve the problem form me :( still "echec of configuration for home assistant supervisor". How to solve that? (debian 12) ERRATUM It's IS OK NOW. (need to have done it twice) Big Thanks to davecoutts

MattWestb commented 8 months ago

Armbian Ubuntu Jammy:

apt install docker-ce=5:24.0.7-1~ubuntu.22.04~jammy
apt install docker-ce-cli=5:24.0.7-1~ubuntu.22.04~jammy
apt install docker-compose-plugin=2.21.0-1~ubuntu.22.04~jammy

And all containers is getting network OK.

fcastilloec commented 8 months ago

I also suggest holding those packages (keeping them from upgrading), so you can still install other updates to your system without this issue happening again:

sudo apt-mark hold \
docker-buildx-plugin \
docker-ce-cli \
docker-ce \
docker-ce-rootless-extras \
docker-compose-plugin
keshabit commented 8 months ago

Same issue encountered after docker upgrade, fix with: sudo apt install \ docker-compose-plugin=2.21.0-1~debian.12~bookworm \ docker-ce-cli=5:24.0.7-1~debian.12~bookworm \ docker-buildx-plugin=0.11.2-1~debian.12~bookworm \ docker-ce=5:24.0.7-1~debian.12~bookworm \ docker-ce-rootless-extras=5:24.0.7-1~debian.12~bookworm

fireballhh commented 8 months ago

confirmed downgrading docker resolves the problem.

also debian bookworm for me:

sudo apt install \
docker-compose-plugin=2.21.0-1~debian.12~bookworm \
docker-ce-cli=5:24.0.7-1~debian.12~bookworm \
docker-buildx-plugin=0.11.2-1~debian.12~bookworm \
docker-ce=5:24.0.7-1~debian.12~bookworm \
docker-ce-rootless-extras=5:24.0.7-1~debian.12~bookworm

It seems that the upgrade deletes the eth1 entry for the hassio_supervisor after downgrade it gets restored and looks like this:

ifconfig
eth0      Link encap:Ethernet  HWaddr xxxx
          inet addr:172.17.0.4  Bcast:172.17.255.255  Mask:255.255.0.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:155 errors:0 dropped:0 overruns:0 frame:0
          TX packets:154 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:90068 (87.9 KiB)  TX bytes:24992 (24.4 KiB)

eth1      Link encap:Ethernet  HWaddr xxxxx
          inet addr:172.30.32.2  Bcast:172.30.33.255  Mask:255.255.254.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:470 errors:0 dropped:0 overruns:0 frame:0
          TX packets:413 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:91212 (89.0 KiB)  TX bytes:117692 (114.9 KiB)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:28 errors:0 dropped:0 overruns:0 frame:0
          TX packets:28 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:2580 (2.5 KiB)  TX bytes:2580 (2.5 KiB)

also i notice that the entrys for hassio_observer, hassio_dns, hassio_cli, hassio_supervisor and hassio_audio where missing afther the upgrade in the docker hassio network bridge. Instead there where only two entrys for addons with 172.30.33.x ip´s Afther downgrade it looks like this:

docker network inspect hassio
[
    {
        "Name": "hassio",
        "Id": "xyz",
        "Created": "2023-08-13T11:58:49.763727544Z",
        "Scope": "local",
        "Driver": "bridge",
        "EnableIPv6": false,
        "IPAM": {
            "Driver": "default",
            "Options": null,
            "Config": [
                {
                    "Subnet": "172.30.32.0/23",
                    "IPRange": "172.30.33.0/24",
                    "Gateway": "172.30.32.1"
                }
            ]
        },
        "Internal": false,
        "Attachable": false,
        "Ingress": false,
        "ConfigFrom": {
            "Network": ""
        },
        "ConfigOnly": false,
        "Containers": {
            "xyz": {
                "Name": "hassio_observer",
                "EndpointID": "xyz",
                "MacAddress": "xyz",
                "IPv4Address": "172.30.32.6/23",
                "IPv6Address": ""
            },
            "xyz": {
                "Name": "hassio_dns",
                "EndpointID": "4e246f8d7bb5122c0e44e6eaaaa6b7e2bd29b58762e5cf9980a8e7b12e39e35c",
                "MacAddress": "xyz",
                "IPv4Address": "172.30.32.3/23",
                "IPv6Address": ""
            },
            "xyz": {
                "Name": "hassio_cli",
                "EndpointID": "xyz",
                "MacAddress": "xyz",
                "IPv4Address": "172.30.32.5/23",
                "IPv6Address": ""
            },
            "xyz": {
                "Name": "hassio_supervisor",
                "EndpointID": "xyz",
                "MacAddress": "xyz",
                "IPv4Address": "172.30.32.2/23",
                "IPv6Address": ""
            },
            "xyz": {
                "Name": "hassio_audio",
                "EndpointID": "xyz",
                "MacAddress": "xyz",
                "IPv4Address": "172.30.32.4/23",
                "IPv6Address": ""
            }
        },
        "Options": {
            "com.docker.network.bridge.name": "hassio"
        },
        "Labels": {}
    }
]
mamrai1 commented 8 months ago

davecoutts commands for donwgrading the docker doesn't resolve the problem form me :( still "echec of configuration for home assistant supervisor". How to solve that? (debian 12) ERRATUM It's IS OK NOW. (need to have done it twice) Big Thanks to davecoutts

You have to reboot the server...I have only downgraded docker-ce package and fixed the issue

GitWally commented 8 months ago

Thanks to all for your contributions: it worked also for me! let me summarize for those newbies (like me) who could find out to be in the same shoes.

1. Check apt log to see the most recet updates to docker With command cat /var/log/apt/history.log you can read which old package version was upgraded: you must go back to that one. Eg:

docker-compose-plugin:amd64 (**2.21.0-1~debian.11~bullseye**, 2.24.1-1~debian.11~bullseye),

means docker-compose-plugin package must be roled back to version 2.21.0-1~debian.11~bullseye with command:

sudo apt install docker-compose-plugin=2.21.0-1~debian.11~bullsey

2. Rollback to the previous version of Docker packages This was my apt log:


Commandline: packagekit role='update-packages'
Upgrade: 
docker-compose-plugin:amd64 (2.21.0-1~debian.11~bullseye, 2.24.1-1~debian.11~bullseye), 
docker-ce-cli:amd64 (5:24.0.7-1~debian.11~bullseye, 5:25.0.0-1~debian.11~bullseye), 
docker-buildx-plugin:amd64 (0.11.2-1~debian.11~bullseye, 0.12.1-1~debian.11~bullseye), 
docker-ce:amd64 (5:24.0.7-1~debian.11~bullseye, 5:25.0.0-1~debian.11~bullseye), 
docker-ce-rootless-extras:amd64 (5:24.0.7-1~debian.11~bullseye, 5:25.0.0-1~debian.11~bullseye)

this was the rollback of the same packages:

sudo apt install \
docker-compose-plugin=2.21.0-1~debian.11~bullseye \
docker-ce-cli=5:24.0.7-1~debian.11~bullseye \
docker-buildx-plugin=0.11.2-1~debian.11~bullseye \
docker-ce=5:24.0.7-1~debian.11~bullseye \
docker-ce-rootless-extras=5:24.0.7-1~debian.11~bullseye

3. Prevent the same packages to upgrade in the short term To avoid the same issue to happen, until a stable solution will be found I decided to prevent the same packages to upgrade, as suggested by fcastilloec

sudo apt-mark hold \
docker-compose-plugin \
docker-ce-cli \
docker-buildx-plugin \
docker-ce \
docker-ce-rootless-extras \

Anyhow I think this is a bug that should be solved: preventing Docker packages to upgrade is just a temporary workaround, in my humble opinion. Many thanks to all once again!

tracid56 commented 8 months ago

apt install docker-ce=5:24.0.7-1~ubuntu.22.04~jammy apt install docker-ce-cli=5:24.0.7-1~ubuntu.22.04~jammy apt install docker-compose-plugin=2.21.0-1~ubuntu.22.04~jammy

I confirm also that it's work after the downgrade. Just a quick timeline :

dimkin-eu commented 8 months ago

I got the same issue yesterday ( and from posts from the internet - many others as well ) common thing - Debian + docker update to 25 makes the supervisor not to start downgrading docker to 24 returns everything back

@GitWally can you confirm and edit the issue's description to make it easier to find?

Alien-hide commented 8 months ago

confirm that after downgrade docker package, Supervisor start normaly

meta11st87 commented 8 months ago

I run this: sudo apt install docker-compose-plugin=2.21.0-1~debian.12~bookworm docker-ce-cli=5:24.0.7-1~debian.12~bookworm docker-buildx-plugin=0.11.2-1~debian.12~bookworm docker-ce=5:24.0.7-1~debian.12~bookworm docker-ce-rootless-extras=5:24.0.7-1~debian.12~bookworm

But in docker I see: CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 5f4f18c1dd6d ghcr.io/home-assistant/amd64-hassio-multicast:2023.06.2 '/init' Less than a second ago Up Less than a second hassio_multicast 34170ecfd7fa ghcr.io/home-assistant/amd64-hassio-audio:2023.12.0 '/init' Less than a second ago Up Less than a second hassio_audio 146ff459d0c5 ghcr.io/home-assistant/amd64-hassio-dns:2023.06.2 '/init' Less than a second ago Up Less than a second hassio_dns 6f1e98cbe20b ghcr.io/home-assistant/amd64-hassio-cli:2023.11.0 '/init' Less than a second ago Up Less than a second hassio_cli 3db30fb2a584 ghcr.io/home-assistant/qemux86-64-homeassistant:2024.1.3 '/init' 31 minutes ago Up 31 minutes homeassistant 7e0fb66fe2b8 zigbee2mqtt/zigbee2mqtt-amd64:1.35.1-1 '/sbin/tini -- /dock…' 33 minutes ago Up 33 minutes 0.0.0.0:8486- 8485/tcp, :::8486- 8485/tcp addon_8c77aaed_zigbe e2mqtt

And the supervisor does not see running z2m and other containers.

What could be the problem?

RahFael commented 8 months ago

I had the same problem here with Home Assistant running on a Raspberry Pi 4b with the Raspberry OS Bullseye. I even did a clean install using Raspberry OS Bookworm, but it was no use, as I had already updated the system and installed this Docker Update. It wasn't until I went back to an image from the beginning of January that I realized that the problem was this docker update.

Thanks for the comments and tips. I wish I had found this topic sooner, so I wouldn't have stressed about it and wouldn't have thrown my SSD on the floor.

ORi0N commented 8 months ago

I had the same problem here with Home Assistant running on a Raspberry Pi 4b with the Raspberry OS Bullseye. I even did a clean install using Raspberry OS Bookworm, but it was no use, as I had already updated the system and installed this Docker Update. It wasn't until I went back to an image from the beginning of January that I realized that the problem was this docker update.

Thanks for the comments and tips. I wish I had found this topic sooner, so I wouldn't have stressed about it and wouldn't have thrown my SSD on the floor.

. If it's any comfort. Same here. I was in the middle of reworking my entire network setup and I thought the problem was there. I completely rebuilt my system (>7h+) before I found out docker was the culprit >_>

druidamix commented 8 months ago

Same problem after upgrade docker. Using my thermostat manually...

l4n-socrates commented 8 months ago

Exact the same problem, after updated debdian. Thanks for the troubleshooting and solution

GitWally commented 8 months ago

I got the same issue yesterday ( and from posts from the internet - many others as well ) common thing - Debian + docker update to 25 makes the supervisor not to start downgrading docker to 24 returns everything back

@GitWally can you confirm and edit the issue's description to make it easier to find?

Yes I confirm the cause being Docker upgrade. Please suggest any other hint to put the issue title.

Trebor87 commented 8 months ago

You guys saved my life, spent all morning thinking it was a HA bug and re-install only to find this page

Running the downgrade worked

Many thanks

dimkin-eu commented 8 months ago

@GitWally Update to Docker 25 disables supervisor start?

etymotic commented 8 months ago

@karel-haruda-abra could you kindly delete your logs post? It's extremely large.

Trebor87 commented 8 months ago

If I do the following :

sudo apt-mark hold \ docker-compose-plugin \ docker-ce-cli \ docker-buildx-plugin \ docker-ce \ docker-ce-rootless-extras \

How to 'un-hold. ? , when it's been corrected, as I don't know how Thanks

davecoutts commented 8 months ago

If I do the following :

sudo apt-mark hold \ docker-compose-plugin \ docker-ce-cli \ docker-buildx-plugin \ docker-ce \ docker-ce-rootless-extras

How to 'un-hold. ? , when it's been corrected, as I don't know how Thanks

Trebor87 you unhold the packages as so,

sudo apt-mark unhold \
docker-compose-plugin \
docker-ce-cli \
docker-buildx-plugin \
docker-ce \
docker-ce-rootless-extras

And you can check for the versions of docker-ce available in the package repository with,

sudo apt update
apt-cache madison docker-ce
fetzerch commented 8 months ago

Most comments so far discuss how to workaround the problem by downgrading docker.

For completeness it's worth mentioning that Docker 25 introduced a behavioral change that does no longer allows to set 'static' IPs outside of the configured --ip-range of the docker network. A lot of projects (including this one) depend on this feature because it's pretty much the only way that allows to use a few static container IPs (in the larger --subnet) together with automatic IP assignment (in --ip-range) without clashes.

This issue has already been reported in https://github.com/moby/moby/issues/47120, it's already fixed in the upcoming 26.0.0 release and it's planned to be backported to 25.0.1 as well.

JRpruebas commented 8 months ago

Thanks for the indications, this morning I was lost and finally I found this thread and its solution. Everything works again with docker 24.0.7 in my case.

JamesLovellNASA commented 8 months ago

Clean install on PMX VM, Debian + HA Supervised, without any configured device.

Keeps posting notification about failed login attempt (on Docker 25.0): Login attempt failed Login attempt or request with invalid authentication from 172.17.0.3 (172.17.0.3). See the log for details.

Observer log after last VM reboot (on Docker 25.0):

[17:35:51] INFO: Supervisor restart after closing s6-rc: info: service legacy-services successfully stopped s6-rc: info: service legacy-cont-init: stopping s6-rc: info: service legacy-cont-init successfully stopped s6-rc: info: service fix-attrs: stopping s6-rc: info: service fix-attrs successfully stopped s6-rc: info: service s6rc-oneshot-runner: stopping s6-rc: info: service s6rc-oneshot-runner successfully stopped s6-rc: info: service s6rc-oneshot-runner: starting s6-rc: info: service s6rc-oneshot-runner successfully started s6-rc: info: service fix-attrs: starting s6-rc: info: service fix-attrs successfully started s6-rc: info: service legacy-cont-init: starting cont-init: info: running /etc/cont-init.d/udev.sh [17:36:19] INFO: Using udev information from host cont-init: info: /etc/cont-init.d/udev.sh exited 0 s6-rc: info: service legacy-cont-init successfully started s6-rc: info: service legacy-services: starting services-up: info: copying legacy longrun supervisor (no readiness notification) services-up: info: copying legacy longrun watchdog (no readiness notification) [17:36:19] INFO: Starting local supervisor watchdog... s6-rc: info: service legacy-services successfully started 24-01-20 17:36:21 INFO (MainThread) [main] Initializing Supervisor setup 24-01-20 18:36:21 INFO (MainThread) [supervisor.bootstrap] Seting up coresys for machine: qemux86-64 24-01-20 18:36:21 INFO (MainThread) [supervisor.docker.supervisor] Attaching to Supervisor ghcr.io/home-assistant/amd64-hassio-supervisor with version 2024.01.0.dev1902 24-01-20 18:36:21 INFO (MainThread) [supervisor.docker.supervisor] Connecting Supervisor to hassio-network 24-01-20 18:36:21 ERROR (SyncWorker_0) [supervisor.docker.network] Can't link container to hassio-net: 500 Server Error for http+docker://localhost/v1.44/networks/c991caacdca1cbaa6ea543b5827c86f02476b36e3c8fbb04a562f13d3311ddbe/connect: Internal Server Error ("invalid endpoint settings: no configured subnet or ip-range contain the IP address 172.30.32.2") 24-01-20 18:36:21 CRITICAL (MainThread) [supervisor.supervisor] Can't setup Supervisor Docker container! 24-01-20 18:36:21 WARNING (SyncWorker_0) [supervisor.docker.manager] ghcr.io/home-assistant/amd64-hassio-supervisor not found for cleanup 24-01-20 18:36:21 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state initialize 24-01-20 18:36:21 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete 24-01-20 18:36:21 INFO (MainThread) [main] Setting up Supervisor 24-01-20 18:36:21 INFO (MainThread) [supervisor.api] Starting API on 172.30.32.2 24-01-20 18:36:21 INFO (MainThread) [supervisor.hardware.monitor] Started Supervisor hardware monitor 24-01-20 18:36:21 INFO (MainThread) [supervisor.dbus.manager] Connected to system D-Bus. 24-01-20 18:36:21 INFO (MainThread) [supervisor.dbus.agent] Load dbus interface io.hass.os 24-01-20 18:36:21 INFO (MainThread) [supervisor.dbus.hostname] Load dbus interface org.freedesktop.hostname1 24-01-20 18:36:21 INFO (MainThread) [supervisor.dbus.logind] Load dbus interface org.freedesktop.login1 24-01-20 18:36:21 INFO (MainThread) [supervisor.dbus.network] Load dbus interface org.freedesktop.NetworkManager 24-01-20 18:36:21 INFO (MainThread) [supervisor.dbus.rauc] Load dbus interface de.pengutronix.rauc 24-01-20 18:36:21 INFO (MainThread) [supervisor.dbus.resolved] Load dbus interface org.freedesktop.resolve1 24-01-20 18:36:21 INFO (MainThread) [supervisor.dbus.systemd] Load dbus interface org.freedesktop.systemd1 24-01-20 18:36:21 INFO (MainThread) [supervisor.dbus.timedate] Load dbus interface org.freedesktop.timedate1 24-01-20 18:36:21 WARNING (MainThread) [supervisor.dbus.rauc] Host has no rauc support. OTA updates have been disabled. 24-01-20 18:36:21 WARNING (MainThread) [supervisor.dbus.agent] No OS-Agent support on the host. Some Host functions have been disabled. 24-01-20 18:36:21 INFO (MainThread) [supervisor.host.services] Updating service information 24-01-20 18:36:21 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information 24-01-20 18:36:21 WARNING (SyncWorker_0) [supervisor.host.sound] Can't update PulseAudio data: Failed to connect to pulseaudio server 24-01-20 18:36:21 INFO (MainThread) [supervisor.host.network] Updating local network information 24-01-20 18:36:21 INFO (MainThread) [supervisor.host.apparmor] Loading AppArmor Profiles: {'hassio-supervisor'} 24-01-20 18:36:21 INFO (MainThread) [supervisor.docker.monitor] Started docker events monitor 24-01-20 18:36:21 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json 24-01-20 18:36:21 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-cli with version 2023.11.0 24-01-20 18:36:21 INFO (MainThread) [supervisor.plugins.cli] Starting CLI plugin 24-01-20 18:36:21 INFO (SyncWorker_0) [supervisor.docker.manager] Cleaning hassio_cli application 24-01-20 18:36:22 ERROR (SyncWorker_1) [supervisor.docker.network] Can't link container to hassio-net: 500 Server Error for http+docker://localhost/v1.44/networks/c991caacdca1cbaa6ea543b5827c86f02476b36e3c8fbb04a562f13d3311ddbe/connect: Internal Server Error ("invalid endpoint settings: no configured subnet or ip-range contain the IP address 172.30.32.5") 24-01-20 18:36:22 WARNING (SyncWorker_1) [supervisor.docker.manager] Can't attach hassio_cli to hassio-network! 24-01-20 18:36:22 INFO (MainThread) [supervisor.docker.cli] Starting CLI ghcr.io/home-assistant/amd64-hassio-cli with version 2023.11.0 - 172.30.32.5 24-01-20 18:36:22 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-dns with version 2023.06.2 24-01-20 18:36:22 INFO (MainThread) [supervisor.plugins.dns] Starting CoreDNS plugin 24-01-20 18:36:22 INFO (SyncWorker_1) [supervisor.docker.manager] Cleaning hassio_dns application 24-01-20 18:36:22 ERROR (SyncWorker_0) [supervisor.docker.network] Can't link container to hassio-net: 500 Server Error for http+docker://localhost/v1.44/networks/c991caacdca1cbaa6ea543b5827c86f02476b36e3c8fbb04a562f13d3311ddbe/connect: Internal Server Error ("invalid endpoint settings: no configured subnet or ip-range contain the IP address 172.30.32.3") 24-01-20 18:36:22 WARNING (SyncWorker_0) [supervisor.docker.manager] Can't attach hassio_dns to hassio-network! 24-01-20 18:36:22 INFO (MainThread) [supervisor.docker.dns] Starting DNS ghcr.io/home-assistant/amd64-hassio-dns with version 2023.06.2 - 172.30.32.3 24-01-20 18:36:22 INFO (MainThread) [supervisor.plugins.dns] Updated /etc/resolv.conf 24-01-20 18:36:22 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-audio with version 2023.12.0 24-01-20 18:36:22 INFO (MainThread) [supervisor.plugins.audio] Starting Audio plugin 24-01-20 18:36:22 INFO (SyncWorker_0) [supervisor.docker.manager] Cleaning hassio_audio application 24-01-20 18:36:22 ERROR (SyncWorker_1) [supervisor.docker.network] Can't link container to hassio-net: 500 Server Error for http+docker://localhost/v1.44/networks/c991caacdca1cbaa6ea543b5827c86f02476b36e3c8fbb04a562f13d3311ddbe/connect: Internal Server Error ("invalid endpoint settings: no configured subnet or ip-range contain the IP address 172.30.32.4") 24-01-20 18:36:22 WARNING (SyncWorker_1) [supervisor.docker.manager] Can't attach hassio_audio to hassio-network! 24-01-20 18:36:23 INFO (MainThread) [supervisor.docker.audio] Starting Audio ghcr.io/home-assistant/amd64-hassio-audio with version 2023.12.0 - 172.30.32.4 24-01-20 18:36:23 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-observer with version 2023.06.0 24-01-20 18:36:23 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-multicast with version 2023.06.2 24-01-20 18:36:23 INFO (MainThread) [supervisor.plugins.multicast] Starting Multicast plugin 24-01-20 18:36:23 INFO (SyncWorker_1) [supervisor.docker.manager] Cleaning hassio_multicast application 24-01-20 18:36:23 INFO (MainThread) [supervisor.docker.multicast] Starting Multicast ghcr.io/home-assistant/amd64-hassio-multicast with version 2023.06.2 - Host 24-01-20 18:36:23 INFO (MainThread) [supervisor.homeassistant.secrets] Loaded 1 Home Assistant secrets 24-01-20 18:36:23 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/qemux86-64-homeassistant with version 2024.1.4 24-01-20 18:36:23 INFO (MainThread) [supervisor.os.manager] No Home Assistant Operating System found 24-01-20 18:36:23 INFO (MainThread) [supervisor.store.git] Cloning add-on https://github.com/home-assistant/addons repository 24-01-20 18:36:23 INFO (MainThread) [supervisor.store.git] Cloning add-on https://github.com/esphome/home-assistant-addon repository 24-01-20 18:36:23 INFO (MainThread) [supervisor.store.git] Cloning add-on https://github.com/hassio-addons/repository repository 24-01-20 18:36:28 ERROR (MainThread) [supervisor.store.git] Can't clone https://github.com/esphome/home-assistant-addon repository: Cmd('git') failed due to: exit code(128) cmdline: git clone -v --recursive --depth=1 --shallow-submodules -- https://github.com/esphome/home-assistant-addon /data/addons/git/5c53de3b stderr: 'Cloning into '/data/addons/git/5c53de3b'... fatal: unable to access 'https://github.com/esphome/home-assistant-addon/': Could not resolve host: github.com '. 24-01-20 18:36:28 ERROR (MainThread) [supervisor.store] Can't retrieve data from https://github.com/esphome/home-assistant-addon due to 24-01-20 18:36:28 INFO (MainThread) [supervisor.resolution.module] Create new suggestion execute_remove - store / 5c53de3b 24-01-20 18:36:28 INFO (MainThread) [supervisor.resolution.module] Create new issue fatal_error - store / 5c53de3b 24-01-20 18:36:28 ERROR (MainThread) [supervisor.store.git] Can't clone https://github.com/home-assistant/addons repository: Cmd('git') failed due to: exit code(128) cmdline: git clone -v --recursive --depth=1 --shallow-submodules -- https://github.com/home-assistant/addons /data/addons/core stderr: 'Cloning into '/data/addons/core'... fatal: unable to access 'https://github.com/home-assistant/addons/': Could not resolve host: github.com '. 24-01-20 18:36:28 ERROR (MainThread) [supervisor.store] Can't retrieve data from core due to 24-01-20 18:36:28 INFO (MainThread) [supervisor.resolution.module] Create new suggestion execute_remove - store / core 24-01-20 18:36:28 INFO (MainThread) [supervisor.resolution.module] Create new issue fatal_error - store / core 24-01-20 18:36:28 ERROR (MainThread) [supervisor.store.git] Can't clone https://github.com/hassio-addons/repository repository: Cmd('git') failed due to: exit code(128) cmdline: git clone -v --recursive --depth=1 --shallow-submodules -- https://github.com/hassio-addons/repository /data/addons/git/a0d7b954 stderr: 'Cloning into '/data/addons/git/a0d7b954'... fatal: unable to access 'https://github.com/hassio-addons/repository/': Could not resolve host: github.com '. 24-01-20 18:36:28 ERROR (MainThread) [supervisor.store] Can't retrieve data from https://github.com/hassio-addons/repository due to 24-01-20 18:36:28 INFO (MainThread) [supervisor.resolution.module] Create new suggestion execute_remove - store / a0d7b954 24-01-20 18:36:28 INFO (MainThread) [supervisor.resolution.module] Create new issue fatal_error - store / a0d7b954 24-01-20 18:36:28 INFO (MainThread) [supervisor.store] Loading add-ons from store: 0 all - 0 new - 0 remove 24-01-20 18:36:28 INFO (MainThread) [supervisor.addons.manager] Found 0 installed add-ons 24-01-20 18:36:28 INFO (MainThread) [supervisor.backups.manager] Found 0 backup files 24-01-20 18:36:28 INFO (MainThread) [supervisor.discovery] Loaded 0 messages 24-01-20 18:36:28 INFO (MainThread) [supervisor.ingress] Loaded 0 ingress sessions 24-01-20 18:36:28 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state setup 24-01-20 18:36:28 INFO (MainThread) [supervisor.resolution.check] System checks complete 24-01-20 18:36:28 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state setup 24-01-20 18:36:28 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete 24-01-20 18:36:28 INFO (MainThread) [supervisor.jobs] 'ResolutionFixup.run_autofix' blocked from execution, system is not running - setup 24-01-20 18:36:28 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state setup 24-01-20 18:36:28 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete 24-01-20 18:36:28 INFO (MainThread) [main] Running Supervisor 24-01-20 18:36:28 INFO (MainThread) [supervisor.jobs] 'OSManager.mark_healthy' blocked from execution, no Home Assistant OS available 24-01-20 18:36:28 INFO (MainThread) [supervisor.addons.manager] Phase 'initialize' starting 0 add-ons 24-01-20 18:36:28 INFO (MainThread) [supervisor.addons.manager] Phase 'system' starting 0 add-ons 24-01-20 18:36:28 INFO (MainThread) [supervisor.addons.manager] Phase 'services' starting 0 add-ons 24-01-20 18:36:28 INFO (MainThread) [supervisor.core] Start Home Assistant Core 24-01-20 18:36:28 INFO (SyncWorker_0) [supervisor.docker.manager] Starting homeassistant 24-01-20 18:36:28 INFO (MainThread) [supervisor.homeassistant.core] Wait until Home Assistant is ready 24-01-20 18:36:39 ERROR (MainThread) [supervisor.homeassistant.api] Can't update Home Assistant access token! 24-01-20 18:36:49 ERROR (MainThread) [supervisor.homeassistant.api] Can't update Home Assistant access t

akunia commented 8 months ago

Thank for the tip. I lost whole day Installing HA on a fresh Debian12 because of this stupid Docker bug, lol

piotrowskimarek commented 8 months ago

How to downgrade docker version ?

Tamsy commented 8 months ago

How to downgrade docker version ?

In case it doesn't work with one command do the following for Debian 12 (bookworm):

sudo -i
apt-get install docker-compose-plugin=2.21.0-1~debian.12~bookworm
apt-get install docker-ce-cli=5:24.0.7-1~debian.12~bookworm
apt-get install docker-buildx-plugin=0.11.2-1~debian.12~bookworm
apt-get install docker-ce=5:24.0.7-1~debian.12~bookworm
apt-get install docker-ce-rootless-extras=5:24.0.7-1~debian.12~bookworm

and reboot host.

To avoid upgrading docker before the fixed version is released:

sudo apt-mark hold docker-compose-plugin docker-ce-cli docker-buildx-plugin docker-ce docker-ce-rootless-extras

After docker 25.01 has been released to upgrade docker again:

sudo -i
apt-mark unhold docker-compose-plugin docker-ce-cli docker-buildx-plugin docker-ce docker-ce-rootless-extras
apt update && sudo apt upgrade -y && sudo apt autoremove –y 
solidzoid commented 8 months ago

Same issue here. Only recently migrated my Home Assistant from a Pi to a Debian VM. Thought it was completely broken. Fortunately, downgrading Docker fixed the problem. Thanks guys!!!

peluke commented 8 months ago

downgrading didn't fix the issue here. Still get errors when trying to use a 172 address. All five of the packages mentioned here has matching the installed versions and plenty of reboots later. The containers do not start at boot and when manually starting HA only the one container starts and nothing else. been a fun day!

Tamsy commented 8 months ago

The containers do not start at boot and when manually starting HA only the one container starts and nothing else. been a fun day!

Make sure you have the latest OS-Agent installed. If not upgrade OS-Agent to the latest:

cd /usr/local/src
wget https://github.com/home-assistant/os-agent/releases/download/1.6.0/os-agent_1.6.0_linux_xxxxxxxx.deb
sudo dpkg -i os-agent_1.6.0_linux_xxxxxxxx.deb

Reboot the host system!

Rerun the HA-installer script. As for HA Supervised:

cd /usr/local/src
sudo rm -f homeassistant-supervised.deb
wget https://github.com/home-assistant/supervised-installer/releases/latest/download/homeassistant-supervised.deb
sudo dpkg -i homeassistant-supervised.deb

Reboot the host system once again!

LGSONE commented 8 months ago

Well, #$^&$#$#@#^. Now I find this post. 3 failed attempts. On to the 4th but armed with this. Pardon the pointless post... Thanks for the great info. Now to figure this out image

dMopp commented 8 months ago

Same here after updating OS :(.

Related packages:

2024-01-21 01:34:50 upgrade docker-buildx-plugin:amd64 0.11.2-1~debian.12~bookworm 0.12.1-1~debian.12~bookworm
2024-01-21 01:34:50 status half-configured docker-buildx-plugin:amd64 0.11.2-1~debian.12~bookworm
2024-01-21 01:34:50 status unpacked docker-buildx-plugin:amd64 0.11.2-1~debian.12~bookworm
2024-01-21 01:34:50 status half-installed docker-buildx-plugin:amd64 0.11.2-1~debian.12~bookworm
2024-01-21 01:34:51 status unpacked docker-buildx-plugin:amd64 0.12.1-1~debian.12~bookworm
2024-01-21 01:34:51 upgrade docker-ce-cli:amd64 5:24.0.7-1~debian.12~bookworm 5:25.0.0-1~debian.12~bookworm
2024-01-21 01:34:51 status half-configured docker-ce-cli:amd64 5:24.0.7-1~debian.12~bookworm
2024-01-21 01:34:51 status unpacked docker-ce-cli:amd64 5:24.0.7-1~debian.12~bookworm
2024-01-21 01:34:51 status half-installed docker-ce-cli:amd64 5:24.0.7-1~debian.12~bookworm
2024-01-21 01:34:52 status triggers-pending man-db:amd64 2.11.2-2
2024-01-21 01:34:52 status unpacked docker-ce-cli:amd64 5:25.0.0-1~debian.12~bookworm
2024-01-21 01:34:52 upgrade docker-ce:amd64 5:24.0.7-1~debian.12~bookworm 5:25.0.0-1~debian.12~bookworm
2024-01-21 01:34:52 status half-configured docker-ce:amd64 5:24.0.7-1~debian.12~bookworm
2024-01-21 01:34:52 status unpacked docker-ce:amd64 5:24.0.7-1~debian.12~bookworm
2024-01-21 01:34:52 status half-installed docker-ce:amd64 5:24.0.7-1~debian.12~bookworm
2024-01-21 01:34:53 status unpacked docker-ce:amd64 5:25.0.0-1~debian.12~bookworm
2024-01-21 01:34:53 upgrade docker-ce-rootless-extras:amd64 5:24.0.7-1~debian.12~bookworm 5:25.0.0-1~debian.12~bookworm
2024-01-21 01:34:53 status half-configured docker-ce-rootless-extras:amd64 5:24.0.7-1~debian.12~bookworm
2024-01-21 01:34:53 status unpacked docker-ce-rootless-extras:amd64 5:24.0.7-1~debian.12~bookworm
2024-01-21 01:34:53 status half-installed docker-ce-rootless-extras:amd64 5:24.0.7-1~debian.12~bookworm
2024-01-21 01:34:53 status unpacked docker-ce-rootless-extras:amd64 5:25.0.0-1~debian.12~bookworm
2024-01-21 01:34:54 upgrade docker-compose-plugin:amd64 2.21.0-1~debian.12~bookworm 2.24.1-1~debian.12~bookworm
2024-01-21 01:34:54 status half-configured docker-compose-plugin:amd64 2.21.0-1~debian.12~bookworm
2024-01-21 01:34:54 status unpacked docker-compose-plugin:amd64 2.21.0-1~debian.12~bookworm
2024-01-21 01:34:54 status half-installed docker-compose-plugin:amd64 2.21.0-1~debian.12~bookworm
2024-01-21 01:34:54 status unpacked docker-compose-plugin:amd64 2.24.1-1~debian.12~bookworm
2024-01-21 01:34:54 startup packages configure
2024-01-21 01:34:54 configure docker-buildx-plugin:amd64 0.12.1-1~debian.12~bookworm <none>
2024-01-21 01:34:54 status unpacked docker-buildx-plugin:amd64 0.12.1-1~debian.12~bookworm
2024-01-21 01:34:54 status half-configured docker-buildx-plugin:amd64 0.12.1-1~debian.12~bookworm
2024-01-21 01:34:54 status installed docker-buildx-plugin:amd64 0.12.1-1~debian.12~bookworm
2024-01-21 01:34:54 configure docker-compose-plugin:amd64 2.24.1-1~debian.12~bookworm <none>
2024-01-21 01:34:54 status unpacked docker-compose-plugin:amd64 2.24.1-1~debian.12~bookworm
2024-01-21 01:34:54 status half-configured docker-compose-plugin:amd64 2.24.1-1~debian.12~bookworm
2024-01-21 01:34:54 status installed docker-compose-plugin:amd64 2.24.1-1~debian.12~bookworm
2024-01-21 01:34:54 configure docker-ce-cli:amd64 5:25.0.0-1~debian.12~bookworm <none>
2024-01-21 01:34:54 status unpacked docker-ce-cli:amd64 5:25.0.0-1~debian.12~bookworm
2024-01-21 01:34:54 status half-configured docker-ce-cli:amd64 5:25.0.0-1~debian.12~bookworm
2024-01-21 01:34:54 status installed docker-ce-cli:amd64 5:25.0.0-1~debian.12~bookworm
2024-01-21 01:34:54 configure docker-ce-rootless-extras:amd64 5:25.0.0-1~debian.12~bookworm <none>
2024-01-21 01:34:54 status unpacked docker-ce-rootless-extras:amd64 5:25.0.0-1~debian.12~bookworm
2024-01-21 01:34:54 status half-configured docker-ce-rootless-extras:amd64 5:25.0.0-1~debian.12~bookworm
2024-01-21 01:34:54 status installed docker-ce-rootless-extras:amd64 5:25.0.0-1~debian.12~bookworm
2024-01-21 01:34:54 configure docker-ce:amd64 5:25.0.0-1~debian.12~bookworm <none>
2024-01-21 01:34:54 status unpacked docker-ce:amd64 5:25.0.0-1~debian.12~bookworm
2024-01-21 01:34:54 status half-configured docker-ce:amd64 5:25.0.0-1~debian.12~bookworm
2024-01-21 01:35:18 status installed docker-ce:amd64 5:25.0.0-1~debian.12~bookworm
2024-01-21 01:35:18 trigproc man-db:amd64 2.11.2-2 <none>
2024-01-21 01:35:18 status half-configured man-db:amd64 2.11.2-2
2024-01-21 01:35:19 status installed man-db:amd64 2.11.2-2

this will be going insane the next days because it seems to affecct all debian bookworm installations :(

Tamsy commented 8 months ago

status half-configured status half-installed

For all the status half-configured/half-installed package errors use the --reinstall switch.

i.e.

sudo apt-get install --reinstall docker-buildx-plugin=0.11.2-1~debian.12~bookworm

and so on.

dMopp commented 8 months ago

It was autosolved anyway. Trying to downgrade now ...

Edit: Downgrade solved it for now. Waiting for an fix :|

Tamsy commented 8 months ago

Now to figure this out

This is getting off-topic now. Consider to post this into the thread over at the HA forums within the guide you used for installing HA Supervised.

yiweiyu32 commented 8 months ago

Can we make sure the new comments on this ticket are aimed at providing a real fix for this issue? I think it's pretty clear it's a wide-spread issue and that there's a temporary fix so no point repeating what others have already said if there's nothing new.

Tamsy commented 8 months ago

Can we make sure the new comments on this ticket are aimed at providing a real fix for this issue?

The "real fix" is already otw. Look a few posts up at fetzerch's comment:

"This issue has already been reported here, it's already fixed in the upcoming 26.0.0 release and it's planned to be backported to 25.0.1 as well."

xdedek commented 8 months ago

Thanks to all for your contributions: it worked also for me! let me summarize for those newbies (like me) who could find out to be in the same shoes.

1. Check apt log to see the most recet updates to docker With command cat /var/log/apt/history.log you can read which old package version was upgraded: you must go back to that one. Eg:

docker-compose-plugin:amd64 (**2.21.0-1~debian.11~bullseye**, 2.24.1-1~debian.11~bullseye),

means docker-compose-plugin package must be roled back to version 2.21.0-1~debian.11~bullseye with command:

sudo apt install docker-compose-plugin=2.21.0-1~debian.11~bullsey

2. Rollback to the previous version of Docker packages This was my apt log:


Commandline: packagekit role='update-packages'
Upgrade: 
docker-compose-plugin:amd64 (2.21.0-1~debian.11~bullseye, 2.24.1-1~debian.11~bullseye), 
docker-ce-cli:amd64 (5:24.0.7-1~debian.11~bullseye, 5:25.0.0-1~debian.11~bullseye), 
docker-buildx-plugin:amd64 (0.11.2-1~debian.11~bullseye, 0.12.1-1~debian.11~bullseye), 
docker-ce:amd64 (5:24.0.7-1~debian.11~bullseye, 5:25.0.0-1~debian.11~bullseye), 
docker-ce-rootless-extras:amd64 (5:24.0.7-1~debian.11~bullseye, 5:25.0.0-1~debian.11~bullseye)

this was the rollback of the same packages:

sudo apt install \
docker-compose-plugin=2.21.0-1~debian.11~bullseye \
docker-ce-cli=5:24.0.7-1~debian.11~bullseye \
docker-buildx-plugin=0.11.2-1~debian.11~bullseye \
docker-ce=5:24.0.7-1~debian.11~bullseye \
docker-ce-rootless-extras=5:24.0.7-1~debian.11~bullseye

3. Prevent the same packages to upgrade in the short term To avoid the same issue to happen, until a stable solution will be found I decided to prevent the same packages to upgrade, as suggested by fcastilloec

sudo apt-mark hold \
docker-compose-plugin \
docker-ce-cli \
docker-buildx-plugin \
docker-ce \
docker-ce-rootless-extras \

Anyhow I think this is a bug that should be solved: preventing Docker packages to upgrade is just a temporary workaround, in my humble opinion. Many thanks to all once again!

Help for docker running on debian12:

sudo apt install \
docker-compose-plugin=2.21.0-1~debian.12~bookworm \
docker-ce-cli=5:24.0.7-1~debian.12~bookworm \
docker-buildx-plugin=0.11.2-1~debian.12~bookworm \
docker-ce=5:24.0.7-1~debian.12~bookworm \
docker-ce-rootless-extras=5:24.0.7-1~debian.12~bookworm
PetrP2B commented 8 months ago

Same for me on Ubuntu 23.04, downgrade helped to solve the problem. Thanks

dMopp commented 8 months ago

Also good to know: We have to wait for another docker Upgrade.

Mikescotland commented 8 months ago

Same here. Thanks for downgrading instructions. My home temporarily went into dumb chaos mode :)

Pihupt commented 8 months ago

My downgrade resolve some problems. What if some addons didnt want start after downgrade? EVCC, Tibber, etc. didn't start anymore. Log from evcc: Using config file: /config/evcc.yaml starting evcc: 'EVCC_DATABASE_DSN=/data/evcc.db evcc --config /config/evcc.yaml' [main ] INFO 2024/01/21 14:46:28 evcc 0.123.9 [main ] INFO 2024/01/21 14:46:28 using config file: /config/evcc.yaml [main ] INFO 2024/01/21 14:46:28 starting ui and api at :7070

But didnt start.

Home Assistant Core: `2024-01-21 14:36:27.473 ERROR (MainThread) [homeassistant.components.mqtt.client] Failed to connect to MQTT server due to exception: [Errno -5] Name has no usable address 2024-01-21 14:36:31.986 ERROR (MainThread) [homeassistant.components.tibber.sensor] Unexpected error fetching Tibber xxxx xxxxx data: 'tibber:energy_consumption_c95b64xxx554434045ff4f4f4ffdda44' Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 290, in _async_refresh self.data = await self._async_update_data() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/components/tibber/sensor.py", line 585, in _async_update_data await self._insert_statistics() File "/usr/src/homeassistant/homeassistant/components/tibber/sensor.py", line 649, in _insert_statistics first_stat = stat[statistic_id][0]


KeyError: 'tibber:energy_consumption_c95bss57650434343rraaa7cbfdda44'
2024-01-21 14:36:32.110 ERROR (MainThread) [homeassistant.components.homekit] HomeKit HASS Bridge cannot startup: entity not available: {'include_domains': ['alarm_control_panel', 'climate', 'cover', 'humidifier', 'fan', 'light', 'lock', 'media_player', 'remote', 'vacuum', 'water_heater'], 'exclude_domains': [], 'include_entities': ['switch.alpha'], 'exclude_entities': [], 'exclude_entity_globs': [], 'include_entity_globs': []}
2024-01-21 14:37:35.945 ERROR (MainThread) [tibber.realtime] Watchdog: Connection is down, 2024-01-21 14:37:45.944876
2024-01-21 14:38:41.480 ERROR (MainThread) [tibber.realtime] Watchdog: Connection is down, 2024-01-21 14:38:51.480168
2024-01-21 14:39:38.790 ERROR (MainThread) [homeassistant.components.hassio] Failed to to call /addons/49686a9f_evcc/stats - Container addon_49343a9f_evcc is not running
2024-01-21 14:39:46.968 ERROR (MainThread) [tibber.realtime] Watchdog: Connection is down, 2024-01-21 14:39:56.968362
2024-01-21 14:40:52.425 ERROR (MainThread) [tibber.realtime] Watchdog: Connection is down, 2024-01-21 14:41:02.425239
2024-01-21 14:41:58.320 ERROR (MainThread) [tibber.realtime] Watchdog: Connection is down, 2024-01-21 14:42:08.320893
2024-01-21 14:43:03.815 ERROR (MainThread) [tibber.realtime] Watchdog: Connection is down, 2024-01-21 14:43:13.815278
2024-01-21 14:44:09.335 ERROR (MainThread) [tibber.realtime] Watchdog: Connection is down, 2024-01-21 14:44:19.335287
2024-01-21 14:45:14.893 ERROR (MainThread) [tibber.realtime] Watchdog: Connection is down, 2024-01-21 14:45:24.893374
2024-01-21 14:46:02.580 WARNING (MainThread) [homeassistant.components.websocket_api.http.connection] [547674616000] from 192.168.2.154 (Home Assistant/2023.12.1 (io.robbie.HomeAssistant; build:2023.508; iOS 17.2.1)): Disconnected: Did not receive auth message within 10 seconds
2024-01-21 14:46:26.031 ERROR (MainThread) [tibber.realtime] Watchdog: Connection is down, 2024-01-21 14:46:36.031724
2024-01-21 14:47:32.120 ERROR (MainThread) [tibber.realtime] Watchdog: Connection is down, 2024-01-21 14:47:42.120258
2024-01-21 14:48:37.581 ERROR (MainThread) [tibber.realtime] Watchdog: Connection is down, 2024-01-21 14:48:47.581361
2024-01-21 14:49:43.054 ERROR (MainThread) [tibber.realtime] Watchdog: Connection is down, 2024-01-21 14:49:53.054363
2024-01-21 14:50:48.787 ERROR (MainThread) [tibber.realtime] Watchdog: Connection is down, 2024-01-21 14:50:58.787328`

It. seems for me like Net- Problems.

Im a absolutely Superdau.
Please Help
dMopp commented 8 months ago

Try ha su repair

Pihupt commented 8 months ago

The downgrade fix the Problem. New Batteries in Tibber Pulse make the rest functional. 🫣

titou4307 commented 8 months ago

Hello at all... I have the same error in my HA on Debian 12 bookworm on a nuc....

In the observer I have this logs error :

Supervisor disconnected

24-01-19 15:27:50 CRITICAL (MainThread) [supervisor.supervisor] Can't setup Supervisor Docker container!

Many addons are out...

I am not a geek of the HA system but I have understand the problem is an update of docker CE....

But I am frenchee and use google to translate.... Could you explain properly to me the commands to pass (under putty ??) for to downgrade docker CE ?

Thanks

Adam1697 commented 8 months ago

Same problem in here with Debian 12 using:

Docker Engine - Community Version: 25.0.0 API version: 1.44 Go version: go1.21.6 Git commit: e758fe5 Built: Thu Jan 18 17:09:59 2024 OS/Arch: linux/amd64 Context: default

In the observer:

Home Assistant observer

Supervisor: | Disconnected -- | --
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
cont-init: info: running /etc/cont-init.d/udev.sh
[16:21:10] INFO: Using udev information from host
cont-init: info: /etc/cont-init.d/udev.sh exited 0
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
services-up: info: copying legacy longrun supervisor (no readiness notification)
services-up: info: copying legacy longrun watchdog (no readiness notification)
[16:21:10] INFO: Starting local supervisor watchdog...
s6-rc: info: service legacy-services successfully started
24-01-21 16:21:11 INFO (MainThread) [__main__] Initializing Supervisor setup
24-01-21 17:21:11 INFO (MainThread) [supervisor.bootstrap] Seting up coresys for machine: qemux86-64
24-01-21 17:21:11 INFO (MainThread) [supervisor.docker.supervisor] Attaching to Supervisor ghcr.io/home-assistant/amd64-hassio-supervisor with version 2024.01.0.dev1902
24-01-21 17:21:11 INFO (MainThread) [supervisor.docker.supervisor] Connecting Supervisor to hassio-network
24-01-21 17:21:11 ERROR (SyncWorker_0) [supervisor.docker.network] Can't link container to hassio-net: 500 Server Error for http+docker://localhost/v1.44/networks/09edf3fa7e415c0bbdff4b1a9dea288f721cca0242f4ff08b22f347b250d83d7/connect: Internal Server Error ("invalid endpoint settings:
no configured subnet or ip-range contain the IP address 172.30.32.2")
24-01-21 17:21:11 CRITICAL (MainThread) [supervisor.supervisor] Can't setup Supervisor Docker container!
24-01-21 17:21:11 WARNING (SyncWorker_0) [supervisor.docker.manager] ghcr.io/home-assistant/amd64-hassio-supervisor not found for cleanup
24-01-21 17:21:11 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state initialize
24-01-21 17:21:11 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
24-01-21 17:21:11 ERROR (MainThread) [supervisor.core] Update '2023.12.0' of Supervisor '2024.01.0.dev1902' failed!
24-01-21 17:21:11 INFO (MainThread) [__main__] Setting up Supervisor
24-01-21 17:21:11 INFO (MainThread) [supervisor.api] Starting API on 172.30.32.2
24-01-21 17:21:11 CRITICAL (MainThread) [supervisor.hardware.monitor] Not privileged to run udev monitor!
24-01-21 17:21:11 INFO (MainThread) [supervisor.dbus.manager] Connected to system D-Bus.
24-01-21 17:21:11 INFO (MainThread) [supervisor.dbus.agent] Load dbus interface io.hass.os
24-01-21 17:21:11 INFO (MainThread) [supervisor.dbus.hostname] Load dbus interface org.freedesktop.hostname1
24-01-21 17:21:11 INFO (MainThread) [supervisor.dbus.logind] Load dbus interface org.freedesktop.login1
24-01-21 17:21:11 INFO (MainThread) [supervisor.dbus.network] Load dbus interface org.freedesktop.NetworkManager
24-01-21 17:21:11 INFO (MainThread) [supervisor.dbus.rauc] Load dbus interface de.pengutronix.rauc
24-01-21 17:21:11 INFO (MainThread) [supervisor.dbus.resolved] Load dbus interface org.freedesktop.resolve1
24-01-21 17:21:11 INFO (MainThread) [supervisor.dbus.systemd] Load dbus interface org.freedesktop.systemd1
24-01-21 17:21:11 INFO (MainThread) [supervisor.dbus.timedate] Load dbus interface org.freedesktop.timedate1
24-01-21 17:21:11 WARNING (MainThread) [supervisor.dbus.rauc] Host has no rauc support. OTA updates have been disabled.
24-01-21 17:21:11 WARNING (MainThread) [supervisor.dbus.agent] No OS-Agent support on the host. Some Host functions have been disabled.
24-01-21 17:21:11 INFO (MainThread) [supervisor.host.services] Updating service information
24-01-21 17:21:11 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
24-01-21 17:21:11 WARNING (SyncWorker_0) [supervisor.host.sound] Can't update PulseAudio data: Failed to connect to pulseaudio server
24-01-21 17:21:14 INFO (MainThread) [supervisor.host.network] Updating local network information
24-01-21 17:21:14 INFO (MainThread) [supervisor.host.apparmor] Loading AppArmor Profiles: {'hassio-supervisor'}
24-01-21 17:21:14 INFO (MainThread) [supervisor.docker.monitor] Started docker events monitor
24-01-21 17:21:14 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
24-01-21 17:21:14 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-cli with version 2023.11.0
24-01-21 17:21:14 INFO (MainThread) [supervisor.plugins.cli] Starting CLI plugin
24-01-21 17:21:14 ERROR (SyncWorker_0) [supervisor.docker.network] Can't link container to hassio-net: 500 Server Error for http+docker://localhost/v1.44/networks/09edf3fa7e415c0bbdff4b1a9dea288f721cca0242f4ff08b22f347b250d83d7/connect: Internal Server Error ("invalid endpoint settings:
no configured subnet or ip-range contain the IP address 172.30.32.5")
24-01-21 17:21:14 WARNING (SyncWorker_0) [supervisor.docker.manager] Can't attach hassio_cli to hassio-network!
24-01-21 17:21:15 INFO (MainThread) [supervisor.docker.cli] Starting CLI ghcr.io/home-assistant/amd64-hassio-cli with version 2023.11.0 - 172.30.32.5
24-01-21 17:21:15 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-dns with version 2023.06.2
24-01-21 17:21:15 INFO (MainThread) [supervisor.plugins.dns] Starting CoreDNS plugin
24-01-21 17:21:15 ERROR (SyncWorker_0) [supervisor.docker.network] Can't link container to hassio-net: 500 Server Error for http+docker://localhost/v1.44/networks/09edf3fa7e415c0bbdff4b1a9dea288f721cca0242f4ff08b22f347b250d83d7/connect: Internal Server Error ("invalid endpoint settings:
no configured subnet or ip-range contain the IP address 172.30.32.3")
24-01-21 17:21:15 WARNING (SyncWorker_0) [supervisor.docker.manager] Can't attach hassio_dns to hassio-network!
24-01-21 17:21:15 INFO (MainThread) [supervisor.docker.dns] Starting DNS ghcr.io/home-assistant/amd64-hassio-dns with version 2023.06.2 - 172.30.32.3
24-01-21 17:21:15 INFO (MainThread) [supervisor.plugins.dns] Updated /etc/resolv.conf
24-01-21 17:21:15 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-audio with version 2023.12.0
24-01-21 17:21:15 INFO (MainThread) [supervisor.plugins.audio] Starting Audio plugin
24-01-21 17:21:15 ERROR (SyncWorker_0) [supervisor.docker.network] Can't link container to hassio-net: 500 Server Error for http+docker://localhost/v1.44/networks/09edf3fa7e415c0bbdff4b1a9dea288f721cca0242f4ff08b22f347b250d83d7/connect: Internal Server Error ("invalid endpoint settings:
no configured subnet or ip-range contain the IP address 172.30.32.4")
24-01-21 17:21:15 WARNING (SyncWorker_0) [supervisor.docker.manager] Can't attach hassio_audio to hassio-network!
24-01-21 17:21:15 INFO (MainThread) [supervisor.docker.audio] Starting Audio ghcr.io/home-assistant/amd64-hassio-audio with version 2023.12.0 - 172.30.32.4
24-01-21 17:21:15 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-observer with version 2023.06.0
24-01-21 17:21:15 INFO (MainThread) [supervisor.plugins.observer] Starting observer plugin
24-01-21 17:21:15 ERROR (SyncWorker_0) [supervisor.docker.network] Can't link container to hassio-net: 500 Server Error for http+docker://localhost/v1.44/networks/09edf3fa7e415c0bbdff4b1a9dea288f721cca0242f4ff08b22f347b250d83d7/connect: Internal Server Error ("invalid endpoint settings:
no configured subnet or ip-range contain the IP address 172.30.32.6")
24-01-21 17:21:15 WARNING (SyncWorker_0) [supervisor.docker.manager] Can't attach hassio_observer to hassio-network!
24-01-21 17:21:16 INFO (MainThread) [supervisor.docker.observer] Starting Observer ghcr.io/home-assistant/amd64-hassio-observer with version 2023.06.0 - 172.30.32.6
24-01-21 17:21:16 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-multicast with version 2023.06.2
24-01-21 17:21:16 INFO (MainThread) [supervisor.plugins.multicast] Starting Multicast plugin
24-01-21 17:21:16 INFO (MainThread) [supervisor.docker.multicast] Starting Multicast ghcr.io/home-assistant/amd64-hassio-multicast with version 2023.06.2 - Host
24-01-21 17:21:16 INFO (MainThread) [supervisor.homeassistant.secrets] Loaded 1 Home Assistant secrets
24-01-21 17:21:16 INFO (MainThread) [supervisor.homeassistant.core] No Home Assistant Docker image ghcr.io/home-assistant/qemux86-64-homeassistant found.
24-01-21 17:21:16 INFO (MainThread) [supervisor.homeassistant.core] Setting up Home Assistant landingpage
24-01-21 17:21:16 INFO (MainThread) [supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/qemux86-64-homeassistant with tag landingpage.
24-01-21 17:21:18 INFO (MainThread) [supervisor.homeassistant.core] Starting HomeAssistant landingpage
24-01-21 17:21:18 INFO (MainThread) [supervisor.homeassistant.module] Update pulse/client.config: /data/tmp/homeassistant_pulse
24-01-21 17:21:18 INFO (MainThread) [supervisor.docker.homeassistant] Starting Home Assistant ghcr.io/home-assistant/qemux86-64-homeassistant with version landingpage
24-01-21 17:21:18 INFO (MainThread) [supervisor.os.manager] No Home Assistant Operating System found
24-01-21 17:21:19 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/core repository
24-01-21 17:21:19 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/45df7312 repository
24-01-21 17:21:19 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/5c53de3b repository
24-01-21 17:21:19 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/a0d7b954 repository
24-01-21 17:21:19 INFO (MainThread) [supervisor.store] Loading add-ons from store: 75 all - 75 new - 0 remove
24-01-21 17:21:19 INFO (MainThread) [supervisor.addons.manager] Found 11 installed add-ons
24-01-21 17:21:19 INFO (MainThread) [supervisor.backups.manager] Found 1 backup files
24-01-21 17:21:19 INFO (MainThread) [supervisor.discovery] Loaded 3 messages
24-01-21 17:21:19 INFO (MainThread) [supervisor.ingress] Loaded 0 ingress sessions
24-01-21 17:21:19 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state setup
24-01-21 17:21:19 INFO (MainThread) [supervisor.resolution.check] System checks complete
24-01-21 17:21:19 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state setup
24-01-21 17:21:19 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
24-01-21 17:21:19 INFO (MainThread) [supervisor.jobs] 'ResolutionFixup.run_autofix' blocked from execution, system is not healthy - privileged
24-01-21 17:21:19 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state setup
24-01-21 17:21:19 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
24-01-21 17:21:19 INFO (MainThread) [__main__] Running Supervisor
24-01-21 17:21:19 CRITICAL (MainThread) [supervisor.core] System is running in an unhealthy state and needs manual intervention!
24-01-21 17:21:19 INFO (MainThread) [supervisor.jobs] 'OSManager.mark_healthy' blocked from execution, no Home Assistant OS available
24-01-21 17:21:19 INFO (MainThread) [supervisor.addons.manager] Phase 'initialize' starting 0 add-ons
24-01-21 17:21:19 INFO (MainThread) [supervisor.addons.manager] Phase 'system' starting 1 add-ons
24-01-21 17:21:19 ERROR (SyncWorker_0) [supervisor.docker.manager] Image homeassistant/amd64-addon-mosquitto:6.4.0 does not exist for addon_core_mosquitto
24-01-21 17:21:19 INFO (MainThread) [supervisor.resolution.module] Create new suggestion execute_repair - addon / core_mosquitto
24-01-21 17:21:19 INFO (MainThread) [supervisor.resolution.module] Create new issue missing_image - addon / core_mosquitto
24-01-21 17:21:19 WARNING (MainThread) [supervisor.addons.manager] Can't start Add-on core_mosquitto
24-01-21 17:21:24 INFO (MainThread) [supervisor.addons.manager] Phase 'services' starting 5 add-ons
24-01-21 17:21:24 ERROR (SyncWorker_3) [supervisor.docker.manager] Image ghcr.io/hassio-addons/vscode/amd64:5.14.2 does not exist for addon_a0d7b954_vscode
24-01-21 17:21:24 INFO (MainThread) [supervisor.resolution.module] Create new suggestion execute_repair - addon / a0d7b954_vscode
24-01-21 17:21:24 INFO (MainThread) [supervisor.resolution.module] Create new issue missing_image - addon / a0d7b954_vscode
24-01-21 17:21:24 WARNING (MainThread) [supervisor.addons.manager] Can't start Add-on a0d7b954_vscode
24-01-21 17:21:24 ERROR (SyncWorker_0) [supervisor.docker.manager] Image ghcr.io/hassio-addons/tailscale/amd64:0.13.1 does not exist for addon_a0d7b954_tailscale
24-01-21 17:21:24 INFO (MainThread) [supervisor.resolution.module] Create new suggestion execute_repair - addon / a0d7b954_tailscale
24-01-21 17:21:24 INFO (MainThread) [supervisor.resolution.module] Create new issue missing_image - addon / a0d7b954_tailscale
24-01-21 17:21:24 WARNING (MainThread) [supervisor.addons.manager] Can't start Add-on a0d7b954_tailscale
24-01-21 17:21:24 ERROR (SyncWorker_3) [supervisor.docker.manager] Image ghcr.io/hassio-addons/influxdb/amd64:4.8.0 does not exist for addon_a0d7b954_influxdb
24-01-21 17:21:24 INFO (MainThread) [supervisor.resolution.module] Create new suggestion execute_repair - addon / a0d7b954_influxdb
24-01-21 17:21:24 INFO (MainThread) [supervisor.resolution.module] Create new issue missing_image - addon / a0d7b954_influxdb
24-01-21 17:21:24 WARNING (MainThread) [supervisor.addons.manager] Can't start Add-on a0d7b954_influxdb
24-01-21 17:21:24 ERROR (SyncWorker_0) [supervisor.docker.manager] Image ghcr.io/hassio-addons/grafana/amd64:9.1.1 does not exist for addon_a0d7b954_grafana
24-01-21 17:21:24 INFO (MainThread) [supervisor.resolution.module] Create new suggestion execute_repair - addon / a0d7b954_grafana
24-01-21 17:21:24 INFO (MainThread) [supervisor.resolution.module] Create new issue missing_image - addon / a0d7b954_grafana
24-01-21 17:21:24 WARNING (MainThread) [supervisor.addons.manager] Can't start Add-on a0d7b954_grafana
24-01-21 17:21:24 ERROR (SyncWorker_3) [supervisor.docker.manager] Image ghcr.io/hassio-addons/adguard/amd64:5.0.1 does not exist for addon_a0d7b954_adguard
24-01-21 17:21:24 INFO (MainThread) [supervisor.resolution.module] Create new suggestion execute_repair - addon / a0d7b954_adguard
24-01-21 17:21:24 INFO (MainThread) [supervisor.resolution.module] Create new issue missing_image - addon / a0d7b954_adguard
24-01-21 17:21:24 WARNING (MainThread) [supervisor.addons.manager] Can't start Add-on a0d7b954_adguard
24-01-21 17:21:29 INFO (MainThread) [supervisor.core] Skipping start of Home Assistant
24-01-21 17:21:29 INFO (MainThread) [supervisor.addons.manager] Phase 'application' starting 3 add-ons
24-01-21 17:21:29 ERROR (SyncWorker_7) [supervisor.docker.manager] Image zigbee2mqtt/zigbee2mqtt-amd64:1.34.0-1 does not exist for addon_45df7312_zigbee2mqtt
24-01-21 17:21:29 INFO (MainThread) [supervisor.resolution.module] Create new suggestion execute_repair - addon / 45df7312_zigbee2mqtt
24-01-21 17:21:29 INFO (MainThread) [supervisor.resolution.module] Create new issue missing_image - addon / 45df7312_zigbee2mqtt
24-01-21 17:21:29 WARNING (MainThread) [supervisor.addons.manager] Can't start Add-on 45df7312_zigbee2mqtt
24-01-21 17:21:29 ERROR (SyncWorker_4) [supervisor.docker.manager] Image homeassistant/amd64-addon-configurator:5.7.0 does not exist for addon_core_configurator
24-01-21 17:21:29 INFO (MainThread) [supervisor.resolution.module] Create new suggestion execute_repair - addon / core_configurator
24-01-21 17:21:29 INFO (MainThread) [supervisor.resolution.module] Create new issue missing_image - addon / core_configurator
24-01-21 17:21:29 WARNING (MainThread) [supervisor.addons.manager] Can't start Add-on core_configurator
24-01-21 17:21:29 ERROR (SyncWorker_7) [supervisor.docker.manager] Image ghcr.io/hassio-addons/bitwarden/amd64:0.20.1 does not exist for addon_a0d7b954_bitwarden
24-01-21 17:21:29 INFO (MainThread) [supervisor.resolution.module] Create new suggestion execute_repair - addon / a0d7b954_bitwarden
24-01-21 17:21:29 INFO (MainThread) [supervisor.resolution.module] Create new issue missing_image - addon / a0d7b954_bitwarden
24-01-21 17:21:29 WARNING (MainThread) [supervisor.addons.manager] Can't start Add-on a0d7b954_bitwarden
24-01-21 17:21:34 INFO (MainThread) [supervisor.misc.tasks] All core tasks are scheduled
24-01-21 17:21:34 INFO (MainThread) [supervisor.core] Supervisor is up and running
24-01-21 17:21:34 INFO (MainThread) [supervisor.homeassistant.core] Home Assistant setup
24-01-21 17:21:34 INFO (MainThread) [supervisor.docker.interface] Updating image ghcr.io/home-assistant/qemux86-64-homeassistant:landingpage to ghcr.io/home-assistant/qemux86-64-homeassistant:2024.1.5
24-01-21 17:21:34 INFO (MainThread) [supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/qemux86-64-homeassistant with tag 2024.1.5.
24-01-21 17:21:34 INFO (MainThread) [supervisor.host.info] Updating local host information
24-01-21 17:21:34 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state running
24-01-21 17:21:34 INFO (MainThread) [supervisor.resolution.checks.base] Run check for no_current_backup/system
24-01-21 17:21:34 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_failed/dns_server
24-01-21 17:21:34 INFO (MainThread) [supervisor.host.services] Updating service information
24-01-21 17:21:34 INFO (MainThread) [supervisor.host.network] Updating local network information
24-01-21 17:21:34 INFO (MainThread) [supervisor.resolution.checks.base] Run check for free_space/system
24-01-21 17:21:34 INFO (MainThread) [supervisor.resolution.checks.base] Run check for docker_config/system
24-01-21 17:21:34 INFO (MainThread) [supervisor.resolution.checks.base] Run check for security/core
24-01-21 17:21:34 INFO (MainThread) [supervisor.resolution.checks.base] Run check for multiple_data_disks/system
24-01-21 17:21:34 INFO (MainThread) [supervisor.resolution.checks.base] Run check for trust/supervisor
24-01-21 17:21:34 INFO (MainThread) [supervisor.resolution.checks.base] Run check for pwned/addon
24-01-21 17:21:34 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_ipv6_error/dns_server
24-01-21 17:21:34 INFO (MainThread) [supervisor.resolution.checks.base] Run check for ipv4_connection_problem/system
24-01-21 17:21:34 INFO (MainThread) [supervisor.resolution.check] System checks complete
24-01-21 17:21:34 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state running
24-01-21 17:21:34 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
24-01-21 17:21:34 INFO (MainThread) [supervisor.host.manager] Host information reload completed
24-01-21 17:21:35 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
24-01-21 17:21:35 INFO (MainThread) [supervisor.jobs] 'ResolutionFixup.run_autofix' blocked from execution, system is not healthy - privileged
24-01-21 17:21:36 INFO (SyncWorker_1) [supervisor.docker.manager] Stopping homeassistant application
24-01-21 17:21:36 INFO (SyncWorker_1) [supervisor.docker.manager] Cleaning homeassistant application
24-01-21 17:21:36 INFO (MainThread) [supervisor.homeassistant.core] Home Assistant docker now installed
24-01-21 17:21:36 INFO (MainThread) [supervisor.homeassistant.core] Starting Home Assistant
24-01-21 17:21:36 INFO (MainThread) [supervisor.homeassistant.module] Update pulse/client.config: /data/tmp/homeassistant_pulse
24-01-21 17:21:36 INFO (MainThread) [supervisor.docker.homeassistant] Starting Home Assistant ghcr.io/home-assistant/qemux86-64-homeassistant with version 2024.1.5
24-01-21 17:21:36 INFO (MainThread) [supervisor.homeassistant.core] Wait until Home Assistant is ready
24-01-21 17:21:41 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
24-01-21 17:21:41 INFO (MainThread) [supervisor.homeassistant.core] Home Assistant Core state changed to NOT_RUNNING
24-01-21 17:23:36 INFO (MainThread) [supervisor.homeassistant.core] Home Assistant Core state changed to RUNNING
24-01-21 17:23:36 INFO (MainThread) [supervisor.homeassistant.core] Detect a running Home Assistant instance
24-01-21 17:23:37 INFO (SyncWorker_6) [supervisor.docker.manager] Cleanup images: ['ghcr.io/home-assistant/qemux86-64-homeassistant:landingpage']
24-01-21 17:24:45 WARNING (MainThread) [supervisor.misc.tasks] Watchdog/Application found a problem with observer plugin!
24-01-21 17:24:45 INFO (SyncWorker_1) [supervisor.docker.manager] Stopping hassio_observer application
24-01-21 17:24:46 INFO (SyncWorker_1) [supervisor.docker.manager] Cleaning hassio_observer application
24-01-21 17:24:46 INFO (MainThread) [supervisor.plugins.observer] Starting observer plugin
24-01-21 17:24:46 ERROR (SyncWorker_0) [supervisor.docker.network] Can't link container to hassio-net: 500 Server Error for http+docker://localhost/v1.44/networks/09edf3fa7e415c0bbdff4b1a9dea288f721cca0242f4ff08b22f347b250d83d7/connect: Internal Server Error ("invalid endpoint settings:
no configured subnet or ip-range contain the IP address 172.30.32.6")
24-01-21 17:24:46 WARNING (SyncWorker_0) [supervisor.docker.manager] Can't attach hassio_observer to hassio-network!
24-01-21 17:24:46 INFO (MainThread) [supervisor.docker.observer] Starting Observer ghcr.io/home-assistant/amd64-hassio-observer with version 2023.06.0 - 172.30.32.6
24-01-21 17:27:56 WARNING (MainThread) [supervisor.misc.tasks] Watchdog/Application found a problem with observer plugin!
24-01-21 17:27:56 INFO (SyncWorker_4) [supervisor.docker.manager] Stopping hassio_observer application
24-01-21 17:27:57 INFO (SyncWorker_4) [supervisor.docker.manager] Cleaning hassio_observer application
24-01-21 17:27:57 INFO (MainThread) [supervisor.plugins.observer] Starting observer plugin
24-01-21 17:27:57 ERROR (SyncWorker_6) [supervisor.docker.network] Can't link container to hassio-net: 500 Server Error for http+docker://localhost/v1.44/networks/09edf3fa7e415c0bbdff4b1a9dea288f721cca0242f4ff08b22f347b250d83d7/connect: Internal Server Error ("invalid endpoint settings:
no configured subnet or ip-range contain the IP address 172.30.32.6")
24-01-21 17:27:57 WARNING (SyncWorker_6) [supervisor.docker.manager] Can't attach hassio_observer to hassio-network!
24-01-21 17:27:58 INFO (MainThread) [supervisor.docker.observer] Starting Observer ghcr.io/home-assistant/amd64-hassio-observer with version 2023.06.0 - 172.30.32.6
s6-rc: info: service legacy-services: stopping
24-01-21 17:28:28 INFO (MainThread) [supervisor.api] Stopping API on 172.30.32.2
24-01-21 17:28:28 INFO (MainThread) [supervisor.misc.scheduler] Shutting down scheduled tasks
24-01-21 17:28:28 INFO (MainThread) [supervisor.docker.monitor] Stopped docker events monitor
24-01-21 17:28:28 INFO (MainThread) [supervisor.dbus.manager] Closed conection to system D-Bus.
24-01-21 17:28:28 WARNING (MainThread) [supervisor.homeassistant.websocket] Connection is closed
24-01-21 17:28:28 INFO (MainThread) [supervisor.core] Supervisor is down - 0
24-01-21 17:28:28 INFO (MainThread) [__main__] Closing Supervisor
[16:28:28] INFO: Watchdog restart after closing
[16:28:29] WARNING: Halt Supervisor
[16:28:29] INFO: Supervisor restart after closing
s6-rc: info: service legacy-services successfully stopped
s6-rc: info: service legacy-cont-init: stopping
s6-rc: info: service legacy-cont-init successfully stopped
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
cont-init: info: running /etc/cont-init.d/udev.sh
[16:29:25] INFO: Using udev information from host
cont-init: info: /etc/cont-init.d/udev.sh exited 0
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
services-up: info: copying legacy longrun supervisor (no readiness notification)
services-up: info: copying legacy longrun watchdog (no readiness notification)
[16:29:25] INFO: Starting local supervisor watchdog...
s6-rc: info: service legacy-services successfully started
24-01-21 16:29:26 INFO (MainThread) [__main__] Initializing Supervisor setup
24-01-21 17:29:26 INFO (MainThread) [supervisor.bootstrap] Seting up coresys for machine: qemux86-64
24-01-21 17:29:26 INFO (MainThread) [supervisor.docker.supervisor] Attaching to Supervisor ghcr.io/home-assistant/amd64-hassio-supervisor with version 2024.01.0.dev1902
24-01-21 17:29:26 INFO (MainThread) [supervisor.docker.supervisor] Connecting Supervisor to hassio-network
24-01-21 17:29:26 ERROR (SyncWorker_0) [supervisor.docker.network] Can't link container to hassio-net: 500 Server Error for http+docker://localhost/v1.44/networks/09edf3fa7e415c0bbdff4b1a9dea288f721cca0242f4ff08b22f347b250d83d7/connect: Internal Server Error ("invalid endpoint settings:
no configured subnet or ip-range contain the IP address 172.30.32.2")
24-01-21 17:29:26 CRITICAL (MainThread) [supervisor.supervisor] Can't setup Supervisor Docker container!
24-01-21 17:29:26 WARNING (SyncWorker_0) [supervisor.docker.manager] ghcr.io/home-assistant/amd64-hassio-supervisor not found for cleanup
24-01-21 17:29:26 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state initialize
24-01-21 17:29:26 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
24-01-21 17:29:26 INFO (MainThread) [__main__] Setting up Supervisor
24-01-21 17:29:26 INFO (MainThread) [supervisor.api] Starting API on 172.30.32.2
24-01-21 17:29:26 INFO (MainThread) [supervisor.hardware.monitor] Started Supervisor hardware monitor
24-01-21 17:29:26 INFO (MainThread) [supervisor.dbus.manager] Connected to system D-Bus.
24-01-21 17:29:26 INFO (MainThread) [supervisor.dbus.agent] Load dbus interface io.hass.os
24-01-21 17:29:26 INFO (MainThread) [supervisor.dbus.hostname] Load dbus interface org.freedesktop.hostname1
24-01-21 17:29:26 INFO (MainThread) [supervisor.dbus.logind] Load dbus interface org.freedesktop.login1
24-01-21 17:29:26 INFO (MainThread) [supervisor.dbus.network] Load dbus interface org.freedesktop.NetworkManager
24-01-21 17:29:26 INFO (MainThread) [supervisor.dbus.rauc] Load dbus interface de.pengutronix.rauc
24-01-21 17:29:26 INFO (MainThread) [supervisor.dbus.resolved] Load dbus interface org.freedesktop.resolve1
24-01-21 17:29:26 INFO (MainThread) [supervisor.dbus.systemd] Load dbus interface org.freedesktop.systemd1
24-01-21 17:29:26 INFO (MainThread) [supervisor.dbus.timedate] Load dbus interface org.freedesktop.timedate1
24-01-21 17:29:26 WARNING (MainThread) [supervisor.dbus.rauc] Host has no rauc support. OTA updates have been disabled.
24-01-21 17:29:27 WARNING (MainThread) [supervisor.dbus.agent] No OS-Agent support on the host. Some Host functions have been disabled.
24-01-21 17:29:27 INFO (MainThread) [supervisor.host.services] Updating service information
24-01-21 17:29:27 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
24-01-21 17:29:27 WARNING (SyncWorker_0) [supervisor.host.sound] Can't update PulseAudio data: Failed to connect to pulseaudio server
24-01-21 17:29:29 INFO (MainThread) [supervisor.host.network] Updating local network information
24-01-21 17:29:29 INFO (MainThread) [supervisor.host.apparmor] Loading AppArmor Profiles: {'hassio-supervisor'}
24-01-21 17:29:29 INFO (MainThread) [supervisor.docker.monitor] Started docker events monitor
24-01-21 17:29:29 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
24-01-21 17:29:30 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-cli with version 2023.11.0
24-01-21 17:29:30 INFO (MainThread) [supervisor.plugins.cli] Starting CLI plugin
24-01-21 17:29:30 INFO (SyncWorker_0) [supervisor.docker.manager] Cleaning hassio_cli application
24-01-21 17:29:30 ERROR (SyncWorker_0) [supervisor.docker.network] Can't link container to hassio-net: 500 Server Error for http+docker://localhost/v1.44/networks/09edf3fa7e415c0bbdff4b1a9dea288f721cca0242f4ff08b22f347b250d83d7/connect: Internal Server Error ("invalid endpoint settings:
no configured subnet or ip-range contain the IP address 172.30.32.5")
24-01-21 17:29:30 WARNING (SyncWorker_0) [supervisor.docker.manager] Can't attach hassio_cli to hassio-network!
24-01-21 17:29:30 INFO (MainThread) [supervisor.docker.cli] Starting CLI ghcr.io/home-assistant/amd64-hassio-cli with version 2023.11.0 - 172.30.32.5
24-01-21 17:29:30 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-dns with version 2023.06.2
24-01-21 17:29:30 INFO (MainThread) [supervisor.plugins.dns] Starting CoreDNS plugin
24-01-21 17:29:30 INFO (SyncWorker_0) [supervisor.docker.manager] Cleaning hassio_dns application
24-01-21 17:29:30 ERROR (SyncWorker_0) [supervisor.docker.network] Can't link container to hassio-net: 500 Server Error for http+docker://localhost/v1.44/networks/09edf3fa7e415c0bbdff4b1a9dea288f721cca0242f4ff08b22f347b250d83d7/connect: Internal Server Error ("invalid endpoint settings:
no configured subnet or ip-range contain the IP address 172.30.32.3")
24-01-21 17:29:30 WARNING (SyncWorker_0) [supervisor.docker.manager] Can't attach hassio_dns to hassio-network!
24-01-21 17:29:30 INFO (MainThread) [supervisor.docker.dns] Starting DNS ghcr.io/home-assistant/amd64-hassio-dns with version 2023.06.2 - 172.30.32.3
24-01-21 17:29:30 INFO (MainThread) [supervisor.plugins.dns] Updated /etc/resolv.conf
24-01-21 17:29:30 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-audio with version 2023.12.0
24-01-21 17:29:30 INFO (MainThread) [supervisor.plugins.audio] Starting Audio plugin
24-01-21 17:29:30 INFO (SyncWorker_0) [supervisor.docker.manager] Cleaning hassio_audio application
24-01-21 17:29:30 ERROR (SyncWorker_0) [supervisor.docker.network] Can't link container to hassio-net: 500 Server Error for http+docker://localhost/v1.44/networks/09edf3fa7e415c0bbdff4b1a9dea288f721cca0242f4ff08b22f347b250d83d7/connect: Internal Server Error ("invalid endpoint settings:
no configured subnet or ip-range contain the IP address 172.30.32.4")
24-01-21 17:29:30 WARNING (SyncWorker_0) [supervisor.docker.manager] Can't attach hassio_audio to hassio-network!
24-01-21 17:29:30 INFO (MainThread) [supervisor.docker.audio] Starting Audio ghcr.io/home-assistant/amd64-hassio-audio with version 2023.12.0 - 172.30.32.4
24-01-21 17:29:30 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-observer with version 2023.06.0
24-01-21 17:29:30 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-multicast with version 2023.06.2
24-01-21 17:29:30 INFO (MainThread) [supervisor.plugins.multicast] Starting Multicast plugin
24-01-21 17:29:30 INFO (SyncWorker_0) [supervisor.docker.manager] Cleaning hassio_multicast application
24-01-21 17:29:31 INFO (MainThread) [supervisor.docker.multicast] Starting Multicast ghcr.io/home-assistant/amd64-hassio-multicast with version 2023.06.2 - Host
24-01-21 17:29:31 INFO (MainThread) [supervisor.homeassistant.secrets] Loaded 1 Home Assistant secrets
24-01-21 17:29:31 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/qemux86-64-homeassistant with version 2024.1.5
24-01-21 17:29:31 INFO (MainThread) [supervisor.os.manager] No Home Assistant Operating System found
24-01-21 17:29:31 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/a0d7b954 repository
24-01-21 17:29:31 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/45df7312 repository
24-01-21 17:29:31 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/5c53de3b repository
24-01-21 17:29:31 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/core repository
24-01-21 17:29:31 INFO (MainThread) [supervisor.store] Loading add-ons from store: 75 all - 75 new - 0 remove
24-01-21 17:29:31 INFO (MainThread) [supervisor.addons.manager] Found 11 installed add-ons
24-01-21 17:29:31 INFO (MainThread) [supervisor.backups.manager] Found 1 backup files
24-01-21 17:29:31 INFO (MainThread) [supervisor.discovery] Loaded 3 messages
24-01-21 17:29:31 INFO (MainThread) [supervisor.ingress] Loaded 0 ingress sessions
24-01-21 17:29:31 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state setup
24-01-21 17:29:31 INFO (MainThread) [supervisor.resolution.check] System checks complete
24-01-21 17:29:31 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state setup
24-01-21 17:29:31 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
24-01-21 17:29:31 INFO (MainThread) [supervisor.jobs] 'ResolutionFixup.run_autofix' blocked from execution, system is not running - setup
24-01-21 17:29:31 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state setup
24-01-21 17:29:31 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
24-01-21 17:29:31 INFO (MainThread) [__main__] Running Supervisor
24-01-21 17:29:31 INFO (MainThread) [supervisor.jobs] 'OSManager.mark_healthy' blocked from execution, no Home Assistant OS available
24-01-21 17:29:31 INFO (MainThread) [supervisor.addons.manager] Phase 'initialize' starting 0 add-ons
24-01-21 17:29:31 INFO (MainThread) [supervisor.addons.manager] Phase 'system' starting 0 add-ons
24-01-21 17:29:31 INFO (MainThread) [supervisor.addons.manager] Phase 'services' starting 0 add-ons
24-01-21 17:29:31 INFO (MainThread) [supervisor.core] Start Home Assistant Core
24-01-21 17:29:31 INFO (SyncWorker_0) [supervisor.docker.manager] Starting homeassistant
24-01-21 17:29:31 INFO (MainThread) [supervisor.homeassistant.core] Wait until Home Assistant is ready
24-01-21 17:29:39 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
24-01-21 17:29:39 INFO (MainThread) [supervisor.homeassistant.core] Home Assistant Core state changed to NOT_RUNNING
24-01-21 17:31:20 INFO (MainThread) [supervisor.homeassistant.core] Home Assistant Core state changed to RUNNING
24-01-21 17:31:20 INFO (MainThread) [supervisor.homeassistant.core] Detect a running Home Assistant instance
24-01-21 17:31:20 INFO (MainThread) [supervisor.addons.manager] Phase 'application' starting 0 add-ons
24-01-21 17:31:20 INFO (MainThread) [supervisor.misc.tasks] All core tasks are scheduled
24-01-21 17:31:20 INFO (MainThread) [supervisor.core] Supervisor is up and running
24-01-21 17:31:20 INFO (MainThread) [supervisor.host.info] Updating local host information
24-01-21 17:31:20 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
24-01-21 17:31:20 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state running
24-01-21 17:31:20 INFO (MainThread) [supervisor.resolution.checks.base] Run check for no_current_backup/system
24-01-21 17:31:20 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_failed/dns_server
24-01-21 17:31:20 INFO (MainThread) [supervisor.resolution.checks.base] Run check for free_space/system
24-01-21 17:31:20 INFO (MainThread) [supervisor.resolution.checks.base] Run check for docker_config/system
24-01-21 17:31:20 INFO (MainThread) [supervisor.resolution.checks.base] Run check for security/core
24-01-21 17:31:20 INFO (MainThread) [supervisor.resolution.checks.base] Run check for multiple_data_disks/system
24-01-21 17:31:20 INFO (MainThread) [supervisor.resolution.checks.base] Run check for trust/supervisor
24-01-21 17:31:20 INFO (MainThread) [supervisor.resolution.checks.base] Run check for pwned/addon
24-01-21 17:31:20 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_ipv6_error/dns_server
24-01-21 17:31:20 INFO (MainThread) [supervisor.resolution.checks.base] Run check for ipv4_connection_problem/system
24-01-21 17:31:20 INFO (MainThread) [supervisor.resolution.check] System checks complete
24-01-21 17:31:20 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state running
24-01-21 17:31:21 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
24-01-21 17:31:21 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state running
24-01-21 17:31:21 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
24-01-21 17:31:21 INFO (MainThread) [supervisor.host.services] Updating service information
24-01-21 17:31:21 INFO (MainThread) [supervisor.host.network] Updating local network information
24-01-21 17:31:21 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
24-01-21 17:31:21 INFO (MainThread) [supervisor.host.manager] Host information reload completed
24-01-21 17:31:25 WARNING (MainThread) [supervisor.updater] Can't fetch versions from https://version.home-assistant.io/stable.json: Cannot connect to host version.home-assistant.io:443 ssl:default [Try again]
24-01-21 17:34:31 WARNING (MainThread) [supervisor.misc.tasks] Watchdog/Application found a problem with observer plugin!
24-01-21 17:34:31 INFO (SyncWorker_4) [supervisor.docker.manager] Stopping hassio_observer application
24-01-21 17:34:31 INFO (SyncWorker_4) [supervisor.docker.manager] Cleaning hassio_observer application
24-01-21 17:34:31 INFO (MainThread) [supervisor.plugins.observer] Starting observer plugin
24-01-21 17:34:31 ERROR (SyncWorker_6) [supervisor.docker.network] Can't link container to hassio-net: 500 Server Error for http+docker://localhost/v1.44/networks/09edf3fa7e415c0bbdff4b1a9dea288f721cca0242f4ff08b22f347b250d83d7/connect: Internal Server Error ("invalid endpoint settings:
no configured subnet or ip-range contain the IP address 172.30.32.6")
24-01-21 17:34:31 WARNING (SyncWorker_6) [supervisor.docker.manager] Can't attach hassio_observer to hassio-network!
24-01-21 17:34:32 INFO (MainThread) [supervisor.docker.observer] Starting Observer ghcr.io/home-assistant/amd64-hassio-observer with version 2023.06.0 - 172.30.32.6
24-01-21 17:37:42 WARNING (MainThread) [supervisor.misc.tasks] Watchdog/Application found a problem with observer plugin!
24-01-21 17:37:42 INFO (SyncWorker_1) [supervisor.docker.manager] Stopping hassio_observer application
24-01-21 17:37:42 INFO (SyncWorker_1) [supervisor.docker.manager] Cleaning hassio_observer application
24-01-21 17:37:42 INFO (MainThread) [supervisor.plugins.observer] Starting observer plugin
24-01-21 17:37:42 ERROR (SyncWorker_6) [supervisor.docker.network] Can't link container to hassio-net: 500 Server Error for http+docker://localhost/v1.44/networks/09edf3fa7e415c0bbdff4b1a9dea288f721cca0242f4ff08b22f347b250d83d7/connect: Internal Server Error ("invalid endpoint settings:
no configured subnet or ip-range contain the IP address 172.30.32.6")
24-01-21 17:37:42 WARNING (SyncWorker_6) [supervisor.docker.manager] Can't attach hassio_observer to hassio-network!
24-01-21 17:37:42 INFO (MainThread) [supervisor.docker.observer] Starting Observer ghcr.io/home-assistant/amd64-hassio-observer with version 2023.06.0 - 172.30.32.6
24-01-21 17:40:53 WARNING (MainThread) [supervisor.misc.tasks] Watchdog/Application found a problem with observer plugin!
24-01-21 17:40:53 INFO (SyncWorker_3) [supervisor.docker.manager] Stopping hassio_observer application
24-01-21 17:40:53 INFO (SyncWorker_3) [supervisor.docker.manager] Cleaning hassio_observer application
24-01-21 17:40:53 INFO (MainThread) [supervisor.plugins.observer] Starting observer plugin
24-01-21 17:40:53 ERROR (SyncWorker_7) [supervisor.docker.network] Can't link container to hassio-net: 500 Server Error for http+docker://localhost/v1.44/networks/09edf3fa7e415c0bbdff4b1a9dea288f721cca0242f4ff08b22f347b250d83d7/connect: Internal Server Error ("invalid endpoint settings:
no configured subnet or ip-range contain the IP address 172.30.32.6")
24-01-21 17:40:53 WARNING (SyncWorker_7) [supervisor.docker.manager] Can't attach hassio_observer to hassio-network!
24-01-21 17:40:53 INFO (MainThread) [supervisor.docker.observer] Starting Observer ghcr.io/home-assistant/amd64-hassio-observer with version 2023.06.0 - 172.30.32.6
24-01-21 17:44:04 WARNING (MainThread) [supervisor.misc.tasks] Watchdog/Application found a problem with observer plugin!
24-01-21 17:44:04 INFO (SyncWorker_6) [supervisor.docker.manager] Stopping hassio_observer application
24-01-21 17:44:04 INFO (SyncWorker_6) [supervisor.docker.manager] Cleaning hassio_observer application
24-01-21 17:44:04 INFO (MainThread) [supervisor.plugins.observer] Starting observer plugin
24-01-21 17:44:04 ERROR (SyncWorker_7) [supervisor.docker.network] Can't link container to hassio-net: 500 Server Error for http+docker://localhost/v1.44/networks/09edf3fa7e415c0bbdff4b1a9dea288f721cca0242f4ff08b22f347b250d83d7/connect: Internal Server Error ("invalid endpoint settings:
no configured subnet or ip-range contain the IP address 172.30.32.6")
24-01-21 17:44:04 WARNING (SyncWorker_7) [supervisor.docker.manager] Can't attach hassio_observer to hassio-network!
24-01-21 17:44:04 INFO (MainThread) [supervisor.docker.observer] Starting Observer ghcr.io/home-assistant/amd64-hassio-observer with version 2023.06.0 - 172.30.32.6
24-01-21 17:47:15 WARNING (MainThread) [supervisor.misc.tasks] Watchdog/Application found a problem with observer plugin!
24-01-21 17:47:15 INFO (SyncWorker_4) [supervisor.docker.manager] Stopping hassio_observer application
24-01-21 17:47:15 INFO (SyncWorker_4) [supervisor.docker.manager] Cleaning hassio_observer application
24-01-21 17:47:15 INFO (MainThread) [supervisor.plugins.observer] Starting observer plugin
24-01-21 17:47:15 ERROR (SyncWorker_5) [supervisor.docker.network] Can't link container to hassio-net: 500 Server Error for http+docker://localhost/v1.44/networks/09edf3fa7e415c0bbdff4b1a9dea288f721cca0242f4ff08b22f347b250d83d7/connect: Internal Server Error ("invalid endpoint settings:
no configured subnet or ip-range contain the IP address 172.30.32.6")
24-01-21 17:47:15 WARNING (SyncWorker_5) [supervisor.docker.manager] Can't attach hassio_observer to hassio-network!
24-01-21 17:47:15 INFO (MainThread) [supervisor.docker.observer] Starting Observer ghcr.io/home-assistant/amd64-hassio-observer with version 2023.06.0 - 172.30.32.6
24-01-21 17:50:26 WARNING (MainThread) [supervisor.misc.tasks] Watchdog/Application found a problem with observer plugin!
24-01-21 17:50:26 INFO (SyncWorker_7) [supervisor.docker.manager] Stopping hassio_observer application
24-01-21 17:50:27 INFO (SyncWorker_7) [supervisor.docker.manager] Cleaning hassio_observer application
24-01-21 17:50:27 INFO (MainThread) [supervisor.plugins.observer] Starting observer plugin
24-01-21 17:50:27 ERROR (SyncWorker_5) [supervisor.docker.network] Can't link container to hassio-net: 500 Server Error for http+docker://localhost/v1.44/networks/09edf3fa7e415c0bbdff4b1a9dea288f721cca0242f4ff08b22f347b250d83d7/connect: Internal Server Error ("invalid endpoint settings:
no configured subnet or ip-range contain the IP address 172.30.32.6")
24-01-21 17:50:27 WARNING (SyncWorker_5) [supervisor.docker.manager] Can't attach hassio_observer to hassio-network!
24-01-21 17:50:28 INFO (MainThread) [supervisor.docker.observer] Starting Observer ghcr.io/home-assistant/amd64-hassio-observer with version 2023.06.0 - 172.30.32.6
24-01-21 17:53:39 WARNING (MainThread) [supervisor.misc.tasks] Watchdog/Application found a problem with observer plugin!
24-01-21 17:53:39 INFO (SyncWorker_0) [supervisor.docker.manager] Stopping hassio_observer application
24-01-21 17:53:39 INFO (SyncWorker_0) [supervisor.docker.manager] Cleaning hassio_observer application
24-01-21 17:53:39 INFO (MainThread) [supervisor.plugins.observer] Starting observer plugin
24-01-21 17:53:39 ERROR (SyncWorker_5) [supervisor.docker.network] Can't link container to hassio-net: 500 Server Error for http+docker://localhost/v1.44/networks/09edf3fa7e415c0bbdff4b1a9dea288f721cca0242f4ff08b22f347b250d83d7/connect: Internal Server Error ("invalid endpoint settings:
no configured subnet or ip-range contain the IP address 172.30.32.6")
24-01-21 17:53:39 WARNING (SyncWorker_5) [supervisor.docker.manager] Can't attach hassio_observer to hassio-network!
24-01-21 17:53:39 INFO (MainThread) [supervisor.docker.observer] Starting Observer ghcr.io/home-assistant/amd64-hassio-observer with version 2023.06.0 - 172.30.32.6
24-01-21 17:56:50 WARNING (MainThread) [supervisor.misc.tasks] Watchdog/Application found a problem with observer plugin!
24-01-21 17:56:50 INFO (SyncWorker_6) [supervisor.docker.manager] Stopping hassio_observer application
24-01-21 17:56:50 INFO (SyncWorker_6) [supervisor.docker.manager] Cleaning hassio_observer application
24-01-21 17:56:50 INFO (MainThread) [supervisor.plugins.observer] Starting observer plugin
24-01-21 17:56:50 ERROR (SyncWorker_1) [supervisor.docker.network] Can't link container to hassio-net: 500 Server Error for http+docker://localhost/v1.44/networks/09edf3fa7e415c0bbdff4b1a9dea288f721cca0242f4ff08b22f347b250d83d7/connect: Internal Server Error ("invalid endpoint settings:
no configured subnet or ip-range contain the IP address 172.30.32.6")
24-01-21 17:56:50 WARNING (SyncWorker_1) [supervisor.docker.manager] Can't attach hassio_observer to hassio-network!
24-01-21 17:56:50 INFO (MainThread) [supervisor.docker.observer] Starting Observer ghcr.io/home-assistant/amd64-hassio-observer with version 2023.06.0 - 172.30.32.6
24-01-21 18:00:01 WARNING (MainThread) [supervisor.misc.tasks] Watchdog/Application found a problem with observer plugin!
24-01-21 18:00:01 INFO (SyncWorker_5) [supervisor.docker.manager] Stopping hassio_observer application
24-01-21 18:00:01 INFO (SyncWorker_5) [supervisor.docker.manager] Cleaning hassio_observer application
24-01-21 18:00:01 INFO (MainThread) [supervisor.plugins.observer] Starting observer plugin
24-01-21 18:00:01 ERROR (SyncWorker_1) [supervisor.docker.network] Can't link container to hassio-net: 500 Server Error for http+docker://localhost/v1.44/networks/09edf3fa7e415c0bbdff4b1a9dea288f721cca0242f4ff08b22f347b250d83d7/connect: Internal Server Error ("invalid endpoint settings:
no configured subnet or ip-range contain the IP address 172.30.32.6")
24-01-21 18:00:01 WARNING (SyncWorker_1) [supervisor.docker.manager] Can't attach hassio_observer to hassio-network!
24-01-21 18:00:02 INFO (MainThread) [supervisor.docker.observer] Starting Observer ghcr.io/home-assistant/amd64-hassio-observer with version 2023.06.0 - 172.30.32.6
24-01-21 18:01:20 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
24-01-21 18:03:12 WARNING (MainThread) [supervisor.misc.tasks] Watchdog/Application found a problem with observer plugin!
24-01-21 18:03:12 INFO (SyncWorker_3) [supervisor.docker.manager] Stopping hassio_observer application
24-01-21 18:03:12 INFO (SyncWorker_3) [supervisor.docker.manager] Cleaning hassio_observer application
24-01-21 18:03:12 INFO (MainThread) [supervisor.plugins.observer] Starting observer plugin
24-01-21 18:03:12 ERROR (SyncWorker_2) [supervisor.docker.network] Can't link container to hassio-net: 500 Server Error for http+docker://localhost/v1.44/networks/09edf3fa7e415c0bbdff4b1a9dea288f721cca0242f4ff08b22f347b250d83d7/connect: Internal Server Error ("invalid endpoint settings:
no configured subnet or ip-range contain the IP address 172.30.32.6")
24-01-21 18:03:12 WARNING (SyncWorker_2) [supervisor.docker.manager] Can't attach hassio_observer to hassio-network!
24-01-21 18:03:12 INFO (MainThread) [supervisor.docker.observer] Starting Observer ghcr.io/home-assistant/amd64-hassio-observer with version 2023.06.0 - 172.30.32.6
24-01-21 18:06:23 WARNING (MainThread) [supervisor.misc.tasks] Watchdog/Application found a problem with observer plugin!
24-01-21 18:06:23 INFO (SyncWorker_1) [supervisor.docker.manager] Stopping hassio_observer application
24-01-21 18:06:23 INFO (SyncWorker_1) [supervisor.docker.manager] Cleaning hassio_observer application
24-01-21 18:06:23 INFO (MainThread) [supervisor.plugins.observer] Starting observer plugin
24-01-21 18:06:23 ERROR (SyncWorker_2) [supervisor.docker.network] Can't link container to hassio-net: 500 Server Error for http+docker://localhost/v1.44/networks/09edf3fa7e415c0bbdff4b1a9dea288f721cca0242f4ff08b22f347b250d83d7/connect: Internal Server Error ("invalid endpoint settings:
no configured subnet or ip-range contain the IP address 172.30.32.6")
24-01-21 18:06:23 WARNING (SyncWorker_2) [supervisor.docker.manager] Can't attach hassio_observer to hassio-network!
24-01-21 18:06:23 INFO (MainThread) [supervisor.docker.observer] Starting Observer ghcr.io/home-assistant/amd64-hassio-observer with version 2023.06.0 - 172.30.32.6
24-01-21 18:09:34 WARNING (MainThread) [supervisor.misc.tasks] Watchdog/Application found a problem with observer plugin!
24-01-21 18:09:34 INFO (SyncWorker_4) [supervisor.docker.manager] Stopping hassio_observer application
24-01-21 18:09:34 INFO (SyncWorker_4) [supervisor.docker.manager] Cleaning hassio_observer application
24-01-21 18:09:34 INFO (MainThread) [supervisor.plugins.observer] Starting observer plugin
24-01-21 18:09:34 ERROR (SyncWorker_2) [supervisor.docker.network] Can't link container to hassio-net: 500 Server Error for http+docker://localhost/v1.44/networks/09edf3fa7e415c0bbdff4b1a9dea288f721cca0242f4ff08b22f347b250d83d7/connect: Internal Server Error ("invalid endpoint settings:
no configured subnet or ip-range contain the IP address 172.30.32.6")
24-01-21 18:09:34 WARNING (SyncWorker_2) [supervisor.docker.manager] Can't attach hassio_observer to hassio-network!
24-01-21 18:09:34 INFO (MainThread) [supervisor.docker.observer] Starting Observer ghcr.io/home-assistant/amd64-hassio-observer with version 2023.06.0 - 172.30.32.6
s6-rc: info: service legacy-services: stopping
24-01-21 18:10:34 INFO (MainThread) [supervisor.api] Stopping API on 172.30.32.2
24-01-21 18:10:34 INFO (MainThread) [supervisor.misc.scheduler] Shutting down scheduled tasks
[17:10:34] INFO: Watchdog restart after closing
24-01-21 18:10:34 INFO (MainThread) [supervisor.docker.monitor] Stopped docker events monitor
24-01-21 18:10:34 INFO (MainThread) [supervisor.hardware.monitor] Stopped Supervisor hardware monitor
24-01-21 18:10:34 INFO (MainThread) [supervisor.dbus.manager] Closed conection to system D-Bus.
24-01-21 18:10:34 WARNING (MainThread) [supervisor.homeassistant.websocket] Connection is closed
24-01-21 18:10:34 INFO (MainThread) [supervisor.core] Supervisor is down - 0
24-01-21 18:10:34 INFO (MainThread) [__main__] Closing Supervisor
[17:10:35] WARNING: Halt Supervisor
[17:10:35] INFO: Supervisor restart after closing
s6-rc: info: service legacy-services successfully stopped
s6-rc: info: service legacy-cont-init: stopping
s6-rc: info: service legacy-cont-init successfully stopped
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
cont-init: info: running /etc/cont-init.d/udev.sh
[17:11:29] INFO: Using udev information from host
cont-init: info: /etc/cont-init.d/udev.sh exited 0
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
services-up: info: copying legacy longrun supervisor (no readiness notification)
services-up: info: copying legacy longrun watchdog (no readiness notification)
[17:11:29] INFO: Starting local supervisor watchdog...
s6-rc: info: service legacy-services successfully started
24-01-21 17:11:31 INFO (MainThread) [__main__] Initializing Supervisor setup
24-01-21 18:11:31 INFO (MainThread) [supervisor.bootstrap] Seting up coresys for machine: qemux86-64
24-01-21 18:11:31 INFO (MainThread) [supervisor.docker.supervisor] Attaching to Supervisor ghcr.io/home-assistant/amd64-hassio-supervisor with version 2024.01.0.dev1902
24-01-21 18:11:31 INFO (MainThread) [supervisor.docker.supervisor] Connecting Supervisor to hassio-network
24-01-21 18:11:31 ERROR (SyncWorker_0) [supervisor.docker.network] Can't link container to hassio-net: 500 Server Error for http+docker://localhost/v1.44/networks/09edf3fa7e415c0bbdff4b1a9dea288f721cca0242f4ff08b22f347b250d83d7/connect: Internal Server Error ("invalid endpoint settings:
no configured subnet or ip-range contain the IP address 172.30.32.2")
24-01-21 18:11:31 CRITICAL (MainThread) [supervisor.supervisor] Can't setup Supervisor Docker container!
24-01-21 18:11:31 WARNING (SyncWorker_0) [supervisor.docker.manager] ghcr.io/home-assistant/amd64-hassio-supervisor not found for cleanup
24-01-21 18:11:31 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state initialize
24-01-21 18:11:31 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
24-01-21 18:11:31 INFO (MainThread) [__main__] Setting up Supervisor
24-01-21 18:11:31 INFO (MainThread) [supervisor.api] Starting API on 172.30.32.2
24-01-21 18:11:31 INFO (MainThread) [supervisor.hardware.monitor] Started Supervisor hardware monitor
24-01-21 18:11:31 INFO (MainThread) [supervisor.dbus.manager] Connected to system D-Bus.
24-01-21 18:11:31 INFO (MainThread) [supervisor.dbus.agent] Load dbus interface io.hass.os
24-01-21 18:11:31 INFO (MainThread) [supervisor.dbus.hostname] Load dbus interface org.freedesktop.hostname1
24-01-21 18:11:31 INFO (MainThread) [supervisor.dbus.logind] Load dbus interface org.freedesktop.login1
24-01-21 18:11:31 INFO (MainThread) [supervisor.dbus.network] Load dbus interface org.freedesktop.NetworkManager
24-01-21 18:11:31 INFO (MainThread) [supervisor.dbus.rauc] Load dbus interface de.pengutronix.rauc
24-01-21 18:11:31 INFO (MainThread) [supervisor.dbus.resolved] Load dbus interface org.freedesktop.resolve1
24-01-21 18:11:31 INFO (MainThread) [supervisor.dbus.systemd] Load dbus interface org.freedesktop.systemd1
24-01-21 18:11:31 INFO (MainThread) [supervisor.dbus.timedate] Load dbus interface org.freedesktop.timedate1
24-01-21 18:11:31 WARNING (MainThread) [supervisor.dbus.rauc] Host has no rauc support. OTA updates have been disabled.
24-01-21 18:11:31 WARNING (MainThread) [supervisor.dbus.agent] No OS-Agent support on the host. Some Host functions have been disabled.
24-01-21 18:11:32 INFO (MainThread) [supervisor.host.services] Updating service information
24-01-21 18:11:32 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
24-01-21 18:11:32 WARNING (SyncWorker_0) [supervisor.host.sound] Can't update PulseAudio data: Failed to connect to pulseaudio server
24-01-21 18:11:35 INFO (MainThread) [supervisor.host.network] Updating local network information
24-01-21 18:11:35 INFO (MainThread) [supervisor.host.apparmor] Loading AppArmor Profiles: {'hassio-supervisor'}
24-01-21 18:11:35 INFO (MainThread) [supervisor.docker.monitor] Started docker events monitor
24-01-21 18:11:35 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
24-01-21 18:11:35 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-cli with version 2023.11.0
24-01-21 18:11:35 INFO (MainThread) [supervisor.plugins.cli] Starting CLI plugin
24-01-21 18:11:35 INFO (SyncWorker_0) [supervisor.docker.manager] Cleaning hassio_cli application
24-01-21 18:11:35 ERROR (SyncWorker_0) [supervisor.docker.network] Can't link container to hassio-net: 500 Server Error for http+docker://localhost/v1.44/networks/09edf3fa7e415c0bbdff4b1a9dea288f721cca0242f4ff08b22f347b250d83d7/connect: Internal Server Error ("invalid endpoint settings:
no configured subnet or ip-range contain the IP address 172.30.32.5")
24-01-21 18:11:35 WARNING (SyncWorker_0) [supervisor.docker.manager] Can't attach hassio_cli to hassio-network!
24-01-21 18:11:35 INFO (MainThread) [supervisor.docker.cli] Starting CLI ghcr.io/home-assistant/amd64-hassio-cli with version 2023.11.0 - 172.30.32.5
24-01-21 18:11:35 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-dns with version 2023.06.2
24-01-21 18:11:35 INFO (MainThread) [supervisor.plugins.dns] Starting CoreDNS plugin
24-01-21 18:11:35 INFO (SyncWorker_0) [supervisor.docker.manager] Cleaning hassio_dns application
24-01-21 18:11:35 ERROR (SyncWorker_1) [supervisor.docker.network] Can't link container to hassio-net: 500 Server Error for http+docker://localhost/v1.44/networks/09edf3fa7e415c0bbdff4b1a9dea288f721cca0242f4ff08b22f347b250d83d7/connect: Internal Server Error ("invalid endpoint settings:
no configured subnet or ip-range contain the IP address 172.30.32.3")
24-01-21 18:11:35 WARNING (SyncWorker_1) [supervisor.docker.manager] Can't attach hassio_dns to hassio-network!
24-01-21 18:11:36 INFO (MainThread) [supervisor.docker.dns] Starting DNS ghcr.io/home-assistant/amd64-hassio-dns with version 2023.06.2 - 172.30.32.3
24-01-21 18:11:36 INFO (MainThread) [supervisor.plugins.dns] Updated /etc/resolv.conf
24-01-21 18:11:36 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-audio with version 2023.12.0
24-01-21 18:11:36 INFO (MainThread) [supervisor.plugins.audio] Starting Audio plugin
24-01-21 18:11:36 INFO (SyncWorker_1) [supervisor.docker.manager] Cleaning hassio_audio application
24-01-21 18:11:36 ERROR (SyncWorker_0) [supervisor.docker.network] Can't link container to hassio-net: 500 Server Error for http+docker://localhost/v1.44/networks/09edf3fa7e415c0bbdff4b1a9dea288f721cca0242f4ff08b22f347b250d83d7/connect: Internal Server Error ("invalid endpoint settings:
no configured subnet or ip-range contain the IP address 172.30.32.4")
24-01-21 18:11:36 WARNING (SyncWorker_0) [supervisor.docker.manager] Can't attach hassio_audio to hassio-network!
24-01-21 18:11:36 INFO (MainThread) [supervisor.docker.audio] Starting Audio ghcr.io/home-assistant/amd64-hassio-audio with version 2023.12.0 - 172.30.32.4
24-01-21 18:11:36 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-observer with version 2023.06.0
24-01-21 18:11:36 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-multicast with version 2023.06.2
24-01-21 18:11:36 INFO (MainThread) [supervisor.plugins.multicast] Starting Multicast plugin
24-01-21 18:11:36 INFO (SyncWorker_0) [supervisor.docker.manager] Cleaning hassio_multicast application
24-01-21 18:11:36 INFO (MainThread) [supervisor.docker.multicast] Starting Multicast ghcr.io/home-assistant/amd64-hassio-multicast with version 2023.06.2 - Host
24-01-21 18:11:36 INFO (MainThread) [supervisor.homeassistant.secrets] Loaded 1 Home Assistant secrets
24-01-21 18:11:36 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/qemux86-64-homeassistant with version 2024.1.5
24-01-21 18:11:36 INFO (MainThread) [supervisor.os.manager] No Home Assistant Operating System found
24-01-21 18:11:37 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/core repository
24-01-21 18:11:37 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/a0d7b954 repository
24-01-21 18:11:37 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/5c53de3b repository
24-01-21 18:11:37 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/45df7312 repository
24-01-21 18:11:37 INFO (MainThread) [supervisor.store] Loading add-ons from store: 75 all - 75 new - 0 remove
24-01-21 18:11:37 INFO (MainThread) [supervisor.addons.manager] Found 11 installed add-ons
24-01-21 18:11:37 INFO (MainThread) [supervisor.backups.manager] Found 1 backup files
24-01-21 18:11:37 INFO (MainThread) [supervisor.discovery] Loaded 3 messages
24-01-21 18:11:37 INFO (MainThread) [supervisor.ingress] Loaded 0 ingress sessions
24-01-21 18:11:37 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state setup
24-01-21 18:11:37 INFO (MainThread) [supervisor.resolution.check] System checks complete
24-01-21 18:11:37 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state setup
24-01-21 18:11:37 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
24-01-21 18:11:37 INFO (MainThread) [supervisor.jobs] 'ResolutionFixup.run_autofix' blocked from execution, system is not running - setup
24-01-21 18:11:37 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state setup
24-01-21 18:11:37 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
24-01-21 18:11:37 INFO (MainThread) [__main__] Running Supervisor
24-01-21 18:11:37 INFO (MainThread) [supervisor.jobs] 'OSManager.mark_healthy' blocked from execution, no Home Assistant OS available
24-01-21 18:11:37 INFO (MainThread) [supervisor.addons.manager] Phase 'initialize' starting 0 add-ons
24-01-21 18:11:37 INFO (MainThread) [supervisor.addons.manager] Phase 'system' starting 0 add-ons
24-01-21 18:11:37 INFO (MainThread) [supervisor.addons.manager] Phase 'services' starting 0 add-ons
24-01-21 18:11:37 INFO (MainThread) [supervisor.core] Start Home Assistant Core
24-01-21 18:11:37 INFO (SyncWorker_3) [supervisor.docker.manager] Starting homeassistant
24-01-21 18:11:38 INFO (MainThread) [supervisor.homeassistant.core] Wait until Home Assistant is ready
24-01-21 18:11:47 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
24-01-21 18:11:47 INFO (MainThread) [supervisor.homeassistant.core] Home Assistant Core state changed to NOT_RUNNING
24-01-21 18:12:48 ERROR (MainThread) [supervisor.homeassistant.core] Home Assistant has crashed!
24-01-21 18:12:48 ERROR (MainThread) [supervisor.core] Can't start Home Assistant Core - rebuiling
24-01-21 18:12:48 INFO (SyncWorker_6) [supervisor.docker.manager] Cleaning homeassistant application
24-01-21 18:12:48 INFO (MainThread) [supervisor.homeassistant.module] Update pulse/client.config: /data/tmp/homeassistant_pulse
24-01-21 18:12:48 INFO (MainThread) [supervisor.docker.homeassistant] Starting Home Assistant ghcr.io/home-assistant/qemux86-64-homeassistant with version 2024.1.5
24-01-21 18:12:48 INFO (MainThread) [supervisor.homeassistant.core] Wait until Home Assistant is ready
24-01-21 18:12:53 INFO (MainThread) [supervisor.homeassistant.core] Home Assistant Core state changed to NOT_RUNNING
24-01-21 18:14:34 INFO (MainThread) [supervisor.homeassistant.core] Home Assistant Core state changed to RUNNING
24-01-21 18:14:34 INFO (MainThread) [supervisor.homeassistant.core] Detect a running Home Assistant instance
24-01-21 18:14:34 INFO (MainThread) [supervisor.addons.manager] Phase 'application' starting 0 add-ons
24-01-21 18:14:34 INFO (MainThread) [supervisor.misc.tasks] All core tasks are scheduled
24-01-21 18:14:34 INFO (MainThread) [supervisor.core] Supervisor is up and running
24-01-21 18:14:34 INFO (MainThread) [supervisor.host.info] Updating local host information
24-01-21 18:14:34 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
24-01-21 18:14:34 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state running
24-01-21 18:14:34 INFO (MainThread) [supervisor.resolution.checks.base] Run check for no_current_backup/system
24-01-21 18:14:34 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_failed/dns_server
24-01-21 18:14:34 INFO (MainThread) [supervisor.resolution.checks.base] Run check for free_space/system
24-01-21 18:14:34 INFO (MainThread) [supervisor.resolution.checks.base] Run check for docker_config/system
24-01-21 18:14:34 INFO (MainThread) [supervisor.resolution.checks.base] Run check for security/core
24-01-21 18:14:34 INFO (MainThread) [supervisor.resolution.checks.base] Run check for multiple_data_disks/system
24-01-21 18:14:34 INFO (MainThread) [supervisor.resolution.checks.base] Run check for trust/supervisor
24-01-21 18:14:34 INFO (MainThread) [supervisor.resolution.checks.base] Run check for pwned/addon
24-01-21 18:14:34 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_ipv6_error/dns_server
24-01-21 18:14:34 INFO (MainThread) [supervisor.resolution.checks.base] Run check for ipv4_connection_problem/system
24-01-21 18:14:34 INFO (MainThread) [supervisor.resolution.check] System checks complete
24-01-21 18:14:34 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state running
24-01-21 18:14:34 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
24-01-21 18:14:34 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state running
24-01-21 18:14:34 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
24-01-21 18:14:34 INFO (MainThread) [supervisor.host.services] Updating service information
24-01-21 18:14:34 INFO (MainThread) [supervisor.host.network] Updating local network information
24-01-21 18:14:35 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
24-01-21 18:14:35 INFO (MainThread) [supervisor.host.manager] Host information reload completed
24-01-21 18:14:39 WARNING (MainThread) [supervisor.updater] Can't fetch versions from https://version.home-assistant.io/stable.json: Cannot connect to host version.home-assistant.io:443 ssl:default [Try again]
24-01-21 18:17:44 WARNING (MainThread) [supervisor.misc.tasks] Watchdog/Application found a problem with observer plugin!
24-01-21 18:17:44 INFO (SyncWorker_5) [supervisor.docker.manager] Stopping hassio_observer application
24-01-21 18:17:45 INFO (SyncWorker_5) [supervisor.docker.manager] Cleaning hassio_observer application
24-01-21 18:17:45 INFO (MainThread) [supervisor.plugins.observer] Starting observer plugin
24-01-21 18:17:45 ERROR (SyncWorker_3) [supervisor.docker.network] Can't link container to hassio-net: 500 Server Error for http+docker://localhost/v1.44/networks/09edf3fa7e415c0bbdff4b1a9dea288f721cca0242f4ff08b22f347b250d83d7/connect: Internal Server Error ("invalid endpoint settings:
no configured subnet or ip-range contain the IP address 172.30.32.6")
24-01-21 18:17:45 WARNING (SyncWorker_3) [supervisor.docker.manager] Can't attach hassio_observer to hassio-network!
24-01-21 18:17:45 INFO (MainThread) [supervisor.docker.observer] Starting Observer ghcr.io/home-assistant/amd64-hassio-observer with version 2023.06.0 - 172.30.32.6
24-01-21 18:20:55 WARNING (MainThread) [supervisor.misc.tasks] Watchdog/Application found a problem with observer plugin!
24-01-21 18:20:55 INFO (SyncWorker_1) [supervisor.docker.manager] Stopping hassio_observer application
24-01-21 18:20:56 INFO (SyncWorker_1) [supervisor.docker.manager] Cleaning hassio_observer application
24-01-21 18:20:56 INFO (MainThread) [supervisor.plugins.observer] Starting observer plugin
24-01-21 18:20:56 ERROR (SyncWorker_3) [supervisor.docker.network] Can't link container to hassio-net: 500 Server Error for http+docker://localhost/v1.44/networks/09edf3fa7e415c0bbdff4b1a9dea288f721cca0242f4ff08b22f347b250d83d7/connect: Internal Server Error ("invalid endpoint settings:
no configured subnet or ip-range contain the IP address 172.30.32.6")
24-01-21 18:20:56 WARNING (SyncWorker_3) [supervisor.docker.manager] Can't attach hassio_observer to hassio-network!
24-01-21 18:20:56 INFO (MainThread) [supervisor.docker.observer] Starting Observer ghcr.io/home-assistant/amd64-hassio-observer with version 2023.06.0 - 172.30.32.6
24-01-21 18:24:06 WARNING (MainThread) [supervisor.misc.tasks] Watchdog/Application found a problem with observer plugin!
24-01-21 18:24:06 INFO (SyncWorker_4) [supervisor.docker.manager] Stopping hassio_observer application
24-01-21 18:24:07 INFO (SyncWorker_4) [supervisor.docker.manager] Cleaning hassio_observer application
24-01-21 18:24:07 INFO (MainThread) [supervisor.plugins.observer] Starting observer plugin
24-01-21 18:24:07 ERROR (SyncWorker_2) [supervisor.docker.network] Can't link container to hassio-net: 500 Server Error for http+docker://localhost/v1.44/networks/09edf3fa7e415c0bbdff4b1a9dea288f721cca0242f4ff08b22f347b250d83d7/connect: Internal Server Error ("invalid endpoint settings:
no configured subnet or ip-range contain the IP address 172.30.32.6")
24-01-21 18:24:07 WARNING (SyncWorker_2) [supervisor.docker.manager] Can't attach hassio_observer to hassio-network!
24-01-21 18:24:07 INFO (MainThread) [supervisor.docker.observer] Starting Observer ghcr.io/home-assistant/amd64-hassio-observer with version 2023.06.0 - 172.30.32.6
24-01-21 18:27:17 WARNING (MainThread) [supervisor.misc.tasks] Watchdog/Application found a problem with observer plugin!
24-01-21 18:27:17 INFO (SyncWorker_3) [supervisor.docker.manager] Stopping hassio_observer application
24-01-21 18:27:18 INFO (SyncWorker_3) [supervisor.docker.manager] Cleaning hassio_observer application
24-01-21 18:27:18 INFO (MainThread) [supervisor.plugins.observer] Starting observer plugin
24-01-21 18:27:18 ERROR (SyncWorker_2) [supervisor.docker.network] Can't link container to hassio-net: 500 Server Error for http+docker://localhost/v1.44/networks/09edf3fa7e415c0bbdff4b1a9dea288f721cca0242f4ff08b22f347b250d83d7/connect: Internal Server Error ("invalid endpoint settings:
no configured subnet or ip-range contain the IP address 172.30.32.6")
24-01-21 18:27:18 WARNING (SyncWorker_2) [supervisor.docker.manager] Can't attach hassio_observer to hassio-network!
24-01-21 18:27:18 INFO (MainThread) [supervisor.docker.observer] Starting Observer ghcr.io/home-assistant/amd64-hassio-observer with version 2023.06.0 - 172.30.32.6
24-01-21 18:30:28 WARNING (MainThread) [supervisor.misc.tasks] Watchdog/Application found a problem with observer plugin!
24-01-21 18:30:28 INFO (SyncWorker_7) [supervisor.docker.manager] Stopping hassio_observer application
24-01-21 18:30:29 INFO (SyncWorker_7) [supervisor.docker.manager] Cleaning hassio_observer application
24-01-21 18:30:29 INFO (MainThread) [supervisor.plugins.observer] Starting observer plugin
24-01-21 18:30:29 ERROR (SyncWorker_6) [supervisor.docker.network] Can't link container to hassio-net: 500 Server Error for http+docker://localhost/v1.44/networks/09edf3fa7e415c0bbdff4b1a9dea288f721cca0242f4ff08b22f347b250d83d7/connect: Internal Server Error ("invalid endpoint settings:
no configured subnet or ip-range contain the IP address 172.30.32.6")
24-01-21 18:30:29 WARNING (SyncWorker_6) [supervisor.docker.manager] Can't attach hassio_observer to hassio-network!
24-01-21 18:30:29 INFO (MainThread) [supervisor.docker.observer] Starting Observer ghcr.io/home-assistant/amd64-hassio-observer with version 2023.06.0 - 172.30.32.6
s6-rc: info: service legacy-services: stopping
24-01-21 18:33:21 INFO (MainThread) [supervisor.api] Stopping API on 172.30.32.2
24-01-21 18:33:21 INFO (MainThread) [supervisor.misc.scheduler] Shutting down scheduled tasks
24-01-21 18:33:21 INFO (MainThread) [supervisor.docker.monitor] Stopped docker events monitor
24-01-21 18:33:21 INFO (MainThread) [supervisor.hardware.monitor] Stopped Supervisor hardware monitor
24-01-21 18:33:21 INFO (MainThread) [supervisor.dbus.manager] Closed conection to system D-Bus.
24-01-21 18:33:21 WARNING (MainThread) [supervisor.homeassistant.websocket] Connection is closed
24-01-21 18:33:21 INFO (MainThread) [supervisor.core] Supervisor is down - 0
24-01-21 18:33:21 INFO (MainThread) [__main__] Closing Supervisor
[17:33:21] INFO: Watchdog restart after closing
[17:33:22] WARNING: Halt Supervisor
[17:33:22] INFO: Supervisor restart after closing
s6-rc: info: service legacy-services successfully stopped
s6-rc: info: service legacy-cont-init: stopping
s6-rc: info: service legacy-cont-init successfully stopped
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
cont-init: info: running /etc/cont-init.d/udev.sh
[17:33:25] INFO: Using udev information from host
cont-init: info: /etc/cont-init.d/udev.sh exited 0
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
services-up: info: copying legacy longrun supervisor (no readiness notification)
services-up: info: copying legacy longrun watchdog (no readiness notification)
[17:33:25] INFO: Starting local supervisor watchdog...
s6-rc: info: service legacy-services successfully started
24-01-21 17:33:26 INFO (MainThread) [__main__] Initializing Supervisor setup
24-01-21 18:33:26 INFO (MainThread) [supervisor.bootstrap] Seting up coresys for machine: qemux86-64
24-01-21 18:33:26 INFO (MainThread) [supervisor.docker.supervisor] Attaching to Supervisor ghcr.io/home-assistant/amd64-hassio-supervisor with version 2024.01.0.dev1902
24-01-21 18:33:26 INFO (MainThread) [supervisor.docker.supervisor] Connecting Supervisor to hassio-network
24-01-21 18:33:26 ERROR (SyncWorker_0) [supervisor.docker.network] Can't link container to hassio-net: 500 Server Error for http+docker://localhost/v1.44/networks/09edf3fa7e415c0bbdff4b1a9dea288f721cca0242f4ff08b22f347b250d83d7/connect: Internal Server Error ("invalid endpoint settings:
no configured subnet or ip-range contain the IP address 172.30.32.2")
24-01-21 18:33:26 CRITICAL (MainThread) [supervisor.supervisor] Can't setup Supervisor Docker container!
24-01-21 18:33:26 WARNING (SyncWorker_0) [supervisor.docker.manager] ghcr.io/home-assistant/amd64-hassio-supervisor not found for cleanup
24-01-21 18:33:26 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state initialize
24-01-21 18:33:26 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
24-01-21 18:33:26 INFO (MainThread) [__main__] Setting up Supervisor
24-01-21 18:33:26 INFO (MainThread) [supervisor.api] Starting API on 172.30.32.2
24-01-21 18:33:27 INFO (MainThread) [supervisor.hardware.monitor] Started Supervisor hardware monitor
24-01-21 18:33:27 INFO (MainThread) [supervisor.dbus.manager] Connected to system D-Bus.
24-01-21 18:33:27 INFO (MainThread) [supervisor.dbus.agent] Load dbus interface io.hass.os
24-01-21 18:33:27 INFO (MainThread) [supervisor.dbus.hostname] Load dbus interface org.freedesktop.hostname1
24-01-21 18:33:27 INFO (MainThread) [supervisor.dbus.logind] Load dbus interface org.freedesktop.login1
24-01-21 18:33:27 INFO (MainThread) [supervisor.dbus.network] Load dbus interface org.freedesktop.NetworkManager
24-01-21 18:33:27 INFO (MainThread) [supervisor.dbus.rauc] Load dbus interface de.pengutronix.rauc
24-01-21 18:33:27 INFO (MainThread) [supervisor.dbus.resolved] Load dbus interface org.freedesktop.resolve1
24-01-21 18:33:27 INFO (MainThread) [supervisor.dbus.systemd] Load dbus interface org.freedesktop.systemd1
24-01-21 18:33:27 INFO (MainThread) [supervisor.dbus.timedate] Load dbus interface org.freedesktop.timedate1
24-01-21 18:33:27 WARNING (MainThread) [supervisor.dbus.rauc] Host has no rauc support. OTA updates have been disabled.
24-01-21 18:33:27 WARNING (MainThread) [supervisor.dbus.agent] No OS-Agent support on the host. Some Host functions have been disabled.
24-01-21 18:33:27 INFO (MainThread) [supervisor.host.services] Updating service information
24-01-21 18:33:27 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
24-01-21 18:33:30 INFO (MainThread) [supervisor.host.network] Updating local network information
24-01-21 18:33:30 INFO (MainThread) [supervisor.host.apparmor] Loading AppArmor Profiles: {'hassio-supervisor'}
24-01-21 18:33:30 INFO (MainThread) [supervisor.docker.monitor] Started docker events monitor
24-01-21 18:33:30 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
24-01-21 18:33:30 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-cli with version 2023.11.0
24-01-21 18:33:30 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-dns with version 2023.06.2
24-01-21 18:33:30 INFO (MainThread) [supervisor.plugins.dns] Updated /etc/resolv.conf
24-01-21 18:33:30 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-audio with version 2023.12.0
24-01-21 18:33:30 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-observer with version 2023.06.0
24-01-21 18:33:30 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-multicast with version 2023.06.2
24-01-21 18:33:30 INFO (MainThread) [supervisor.homeassistant.secrets] Loaded 1 Home Assistant secrets
24-01-21 18:33:30 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/qemux86-64-homeassistant with version 2024.1.5
24-01-21 18:33:30 INFO (MainThread) [supervisor.os.manager] No Home Assistant Operating System found
24-01-21 18:33:30 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/5c53de3b repository
24-01-21 18:33:30 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/core repository
24-01-21 18:33:30 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/45df7312 repository
24-01-21 18:33:30 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/a0d7b954 repository
24-01-21 18:33:30 INFO (MainThread) [supervisor.store] Loading add-ons from store: 75 all - 75 new - 0 remove
24-01-21 18:33:30 INFO (MainThread) [supervisor.addons.manager] Found 11 installed add-ons
24-01-21 18:33:30 INFO (MainThread) [supervisor.backups.manager] Found 1 backup files
24-01-21 18:33:31 INFO (MainThread) [supervisor.discovery] Loaded 3 messages
24-01-21 18:33:31 INFO (MainThread) [supervisor.ingress] Loaded 0 ingress sessions
24-01-21 18:33:31 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state setup
24-01-21 18:33:31 INFO (MainThread) [supervisor.resolution.check] System checks complete
24-01-21 18:33:31 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state setup
24-01-21 18:33:31 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
24-01-21 18:33:31 INFO (MainThread) [supervisor.jobs] 'ResolutionFixup.run_autofix' blocked from execution, system is not running - setup
24-01-21 18:33:31 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state setup
24-01-21 18:33:31 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
24-01-21 18:33:31 INFO (MainThread) [__main__] Running Supervisor
24-01-21 18:33:31 INFO (MainThread) [supervisor.jobs] 'OSManager.mark_healthy' blocked from execution, no Home Assistant OS available
24-01-21 18:33:31 INFO (MainThread) [supervisor.addons.manager] Phase 'initialize' starting 0 add-ons
24-01-21 18:33:31 INFO (MainThread) [supervisor.core] Supervisor reboot detected
24-01-21 18:33:31 INFO (MainThread) [supervisor.misc.tasks] All core tasks are scheduled
24-01-21 18:33:31 INFO (MainThread) [supervisor.core] Supervisor is up and running
24-01-21 18:33:31 INFO (MainThread) [supervisor.host.info] Updating local host information
24-01-21 18:33:31 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state running
24-01-21 18:33:31 INFO (MainThread) [supervisor.resolution.checks.base] Run check for no_current_backup/system
24-01-21 18:33:31 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_failed/dns_server
24-01-21 18:33:31 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
24-01-21 18:33:31 INFO (MainThread) [supervisor.host.services] Updating service information
24-01-21 18:33:31 INFO (MainThread) [supervisor.host.network] Updating local network information
24-01-21 18:33:31 INFO (MainThread) [supervisor.resolution.checks.base] Run check for free_space/system
24-01-21 18:33:31 INFO (MainThread) [supervisor.resolution.checks.base] Run check for docker_config/system
24-01-21 18:33:31 INFO (MainThread) [supervisor.resolution.checks.base] Run check for security/core
24-01-21 18:33:31 INFO (MainThread) [supervisor.resolution.checks.base] Run check for multiple_data_disks/system
24-01-21 18:33:31 INFO (MainThread) [supervisor.resolution.checks.base] Run check for trust/supervisor
24-01-21 18:33:31 INFO (MainThread) [supervisor.resolution.checks.base] Run check for pwned/addon
24-01-21 18:33:31 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_ipv6_error/dns_server
24-01-21 18:33:31 INFO (MainThread) [supervisor.resolution.checks.base] Run check for ipv4_connection_problem/system
24-01-21 18:33:31 INFO (MainThread) [supervisor.resolution.check] System checks complete
24-01-21 18:33:31 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state running
24-01-21 18:33:31 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
24-01-21 18:33:31 INFO (MainThread) [supervisor.host.manager] Host information reload completed
24-01-21 18:33:31 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
24-01-21 18:33:31 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state running
24-01-21 18:33:31 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
cont-init: info: running /etc/cont-init.d/udev.sh
[17:33:41] INFO: Using udev information from host
cont-init: info: /etc/cont-init.d/udev.sh exited 0
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
services-up: info: copying legacy longrun supervisor (no readiness notification)
services-up: info: copying legacy longrun watchdog (no readiness notification)
[17:33:41] INFO: Starting local supervisor watchdog...
s6-rc: info: service legacy-services successfully started
24-01-21 17:33:42 INFO (MainThread) [__main__] Initializing Supervisor setup
24-01-21 18:33:42 INFO (MainThread) [supervisor.bootstrap] Seting up coresys for machine: qemux86-64
24-01-21 18:33:42 INFO (MainThread) [supervisor.docker.supervisor] Attaching to Supervisor ghcr.io/home-assistant/amd64-hassio-supervisor with version 2024.01.0.dev1902
24-01-21 18:33:42 INFO (MainThread) [supervisor.docker.supervisor] Connecting Supervisor to hassio-network
24-01-21 18:33:42 ERROR (SyncWorker_0) [supervisor.docker.network] Can't link container to hassio-net: 500 Server Error for http+docker://localhost/v1.44/networks/09edf3fa7e415c0bbdff4b1a9dea288f721cca0242f4ff08b22f347b250d83d7/connect: Internal Server Error ("invalid endpoint settings:
no configured subnet or ip-range contain the IP address 172.30.32.2")
24-01-21 18:33:42 CRITICAL (MainThread) [supervisor.supervisor] Can't setup Supervisor Docker container!
24-01-21 18:33:42 WARNING (SyncWorker_0) [supervisor.docker.manager] ghcr.io/home-assistant/amd64-hassio-supervisor not found for cleanup
24-01-21 18:33:42 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state initialize
24-01-21 18:33:42 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
24-01-21 18:33:42 INFO (MainThread) [__main__] Setting up Supervisor
24-01-21 18:33:42 INFO (MainThread) [supervisor.api] Starting API on 172.30.32.2
24-01-21 18:33:42 INFO (MainThread) [supervisor.hardware.monitor] Started Supervisor hardware monitor
24-01-21 18:33:42 INFO (MainThread) [supervisor.dbus.manager] Connected to system D-Bus.
24-01-21 18:33:42 INFO (MainThread) [supervisor.dbus.agent] Load dbus interface io.hass.os
24-01-21 18:33:42 INFO (MainThread) [supervisor.dbus.hostname] Load dbus interface org.freedesktop.hostname1
24-01-21 18:33:42 INFO (MainThread) [supervisor.dbus.logind] Load dbus interface org.freedesktop.login1
24-01-21 18:33:42 INFO (MainThread) [supervisor.dbus.network] Load dbus interface org.freedesktop.NetworkManager
24-01-21 18:33:42 INFO (MainThread) [supervisor.dbus.rauc] Load dbus interface de.pengutronix.rauc
24-01-21 18:33:42 INFO (MainThread) [supervisor.dbus.resolved] Load dbus interface org.freedesktop.resolve1
24-01-21 18:33:42 INFO (MainThread) [supervisor.dbus.systemd] Load dbus interface org.freedesktop.systemd1
24-01-21 18:33:42 INFO (MainThread) [supervisor.dbus.timedate] Load dbus interface org.freedesktop.timedate1
24-01-21 18:33:42 WARNING (MainThread) [supervisor.dbus.rauc] Host has no rauc support. OTA updates have been disabled.
24-01-21 18:33:42 WARNING (MainThread) [supervisor.dbus.agent] No OS-Agent support on the host. Some Host functions have been disabled.
24-01-21 18:33:42 INFO (MainThread) [supervisor.host.services] Updating service information
24-01-21 18:33:42 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
24-01-21 18:33:45 INFO (MainThread) [supervisor.host.network] Updating local network information
24-01-21 18:33:45 INFO (MainThread) [supervisor.host.apparmor] Loading AppArmor Profiles: {'hassio-supervisor'}
24-01-21 18:33:45 INFO (MainThread) [supervisor.docker.monitor] Started docker events monitor
24-01-21 18:33:45 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
24-01-21 18:33:46 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-cli with version 2023.11.0
24-01-21 18:33:46 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-dns with version 2023.06.2
24-01-21 18:33:46 INFO (MainThread) [supervisor.plugins.dns] Updated /etc/resolv.conf
24-01-21 18:33:46 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-audio with version 2023.12.0
24-01-21 18:33:46 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-observer with version 2023.06.0
24-01-21 18:33:46 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/amd64-hassio-multicast with version 2023.06.2
24-01-21 18:33:46 INFO (MainThread) [supervisor.homeassistant.secrets] Loaded 1 Home Assistant secrets
24-01-21 18:33:46 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/qemux86-64-homeassistant with version 2024.1.5
24-01-21 18:33:46 INFO (MainThread) [supervisor.os.manager] No Home Assistant Operating System found
24-01-21 18:33:46 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/core repository
24-01-21 18:33:46 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/45df7312 repository
24-01-21 18:33:46 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/a0d7b954 repository
24-01-21 18:33:46 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/5c53de3b repository
24-01-21 18:33:46 INFO (MainThread) [supervisor.store] Loading add-ons from store: 75 all - 75 new - 0 remove
24-01-21 18:33:46 INFO (MainThread) [supervisor.addons.manager] Found 11 installed add-ons
24-01-21 18:33:46 INFO (MainThread) [supervisor.backups.manager] Found 1 backup files
24-01-21 18:33:46 INFO (MainThread) [supervisor.discovery] Loaded 3 messages
24-01-21 18:33:46 INFO (MainThread) [supervisor.ingress] Loaded 0 ingress sessions
24-01-21 18:33:46 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state setup
24-01-21 18:33:46 INFO (MainThread) [supervisor.resolution.check] System checks complete
24-01-21 18:33:46 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state setup
24-01-21 18:33:46 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
24-01-21 18:33:46 INFO (MainThread) [supervisor.jobs] 'ResolutionFixup.run_autofix' blocked from execution, system is not running - setup
24-01-21 18:33:46 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state setup
24-01-21 18:33:46 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
24-01-21 18:33:46 INFO (MainThread) [__main__] Running Supervisor
24-01-21 18:33:46 INFO (MainThread) [supervisor.jobs] 'OSManager.mark_healthy' blocked from execution, no Home Assistant OS available
24-01-21 18:33:46 INFO (MainThread) [supervisor.addons.manager] Phase 'initialize' starting 0 add-ons
24-01-21 18:33:46 INFO (MainThread) [supervisor.core] Supervisor reboot detected
24-01-21 18:33:46 INFO (MainThread) [supervisor.misc.tasks] All core tasks are scheduled
24-01-21 18:33:46 INFO (MainThread) [supervisor.core] Supervisor is up and running
24-01-21 18:33:46 INFO (MainThread) [supervisor.host.info] Updating local host information
24-01-21 18:33:46 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state running
24-01-21 18:33:46 INFO (MainThread) [supervisor.resolution.checks.base] Run check for no_current_backup/system
24-01-21 18:33:46 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_failed/dns_server
24-01-21 18:33:46 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
24-01-21 18:33:46 INFO (MainThread) [supervisor.host.services] Updating service information
24-01-21 18:33:46 INFO (MainThread) [supervisor.host.network] Updating local network information
24-01-21 18:33:46 INFO (MainThread) [supervisor.resolution.checks.base] Run check for free_space/system
24-01-21 18:33:46 INFO (MainThread) [supervisor.resolution.checks.base] Run check for docker_config/system
24-01-21 18:33:46 INFO (MainThread) [supervisor.resolution.checks.base] Run check for security/core
24-01-21 18:33:46 INFO (MainThread) [supervisor.resolution.checks.base] Run check for multiple_data_disks/system
24-01-21 18:33:46 INFO (MainThread) [supervisor.resolution.checks.base] Run check for trust/supervisor
24-01-21 18:33:46 INFO (MainThread) [supervisor.resolution.checks.base] Run check for pwned/addon
24-01-21 18:33:46 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_ipv6_error/dns_server
24-01-21 18:33:46 INFO (MainThread) [supervisor.resolution.checks.base] Run check for ipv4_connection_problem/system
24-01-21 18:33:46 INFO (MainThread) [supervisor.resolution.check] System checks complete
24-01-21 18:33:46 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state running