Dear all,
I am running Ubuntu 20.04.4 LTS desktop. Hassio has been installed as a docker installation for the past 3 years and worked like a charm. I have ~50 devices and integrations connected.
This morning (~5 hours ago), I noticed that none of my MQTT devices were working. I did some troubleshooting, all devices (mostly TASMOTA devices) are still conncected via Wifi to my Odroid H2, and can be triggered via their own IP adress. Naturally, I rebooted my server.
Now, hass.io does not even start. The whole hass.io system is gone. On the same server, there is also a nextcloud-installation running, which I can use without any problems whatsoever. The problem is thus not related to my internet, my Wifi, or anything else in my network.
When I type “systemctl status docker” I get this:
● docker.service - Docker Application Container Engine
Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled)
Active: active (running) since Fri 2022-07-08 13:49:34 CEST; 3min 15s ago
TriggeredBy: ● docker.socket
Docs: https://docs.docker.com
Main PID: 2268 (dockerd)
Tasks: 29
Memory: 148.7M
CGroup: /system.slice/docker.service
├─2268 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
└─2838 /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 4357 -container-ip 172.30.32.6 -container-port 80
Jul 08 13:52:42 bheimmitte 46e0e5542872[2268]: s6-svwait: fatal: supervisor died
Jul 08 13:52:42 bheimmitte 46e0e5542872[2268]: [11:52:42] INFO: Watchdog restart after closing
Jul 08 13:52:42 bheimmitte 46e0e5542872[2268]: s6-rc: info: service legacy-services successfully stopped
Jul 08 13:52:42 bheimmitte 46e0e5542872[2268]: s6-rc: info: service legacy-cont-init: stopping
Jul 08 13:52:42 bheimmitte 46e0e5542872[2268]: s6-rc: info: service legacy-cont-init successfully stopped
Jul 08 13:52:42 bheimmitte 46e0e5542872[2268]: s6-rc: info: service fix-attrs: stopping
Jul 08 13:52:42 bheimmitte 46e0e5542872[2268]: s6-rc: info: service fix-attrs successfully stopped
Jul 08 13:52:42 bheimmitte 46e0e5542872[2268]: s6-rc: info: service s6rc-oneshot-runner: stopping
Jul 08 13:52:42 bheimmitte 46e0e5542872[2268]: s6-rc: info: service s6rc-oneshot-runner successfully stopped
Jul 08 13:52:46 bheimmitte dockerd[2268]: time="2022-07-08T13:52:46.531301950+02:00" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
It seems like the docker installation did not even start. I did NOT manually update anything, nor did I change a thing on my server. This completly happened on its own. There seems to be some breaking changes related to docker-installs as far as the --init command goes in the latest update:
I am, however, a complete dummy when it comes to docker. Can anybody walk me through on how to fix this?
Thanks you very much!