hassio-supervisor fails to start and attach to an not running hassio_supervisor
See original GitHub issueDescribe the issue you are experiencing
hassio-supervisor fails to start and attach to an already created but not runing hassio_supervisor
On an ordinary reboot, I find that hassio_supervisor never restart correctly, and I cannot start with systemctl start hassio-supervisor.service
It looks like the /usr/sbin/hassio-supervisor
is hanging on the docker start --attach hassio_supervisor
.
I am running docker version
Docker version 20.10.4
$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 10 (buster)
Release: 10
Codename: buster
What is the used version of the Supervisor?
supervisor-2021.02.11
What type of installation are you running?
Home Assistant Supervised
Which operating system are you running on?
Debian
What is the version of your installed operating system?
Debian GNU/Linux 10 (buster)
What version of Home Assistant Core is installed?
core-2021.2.3
Steps to reproduce the issue
Try and reboot with an updated debian system and notice the supervisor doesn’t come back up.
docker rm -f hassio_supervisor, allows it come back up correctly.
Anything in the Supervisor logs that might be useful for us?
# Put your logs below this line
Nothing to log.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:5
- Comments:32
another temporary solution by holding back the upgrade by issuing this command:
to cancel the hold when it’s safe to upgrade.
Editted for typos
Upgrading to docker-ce to 20.10.5 seems to fix the issue…