question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

hassio-supervisor fails to start and attach to an not running hassio_supervisor

See original GitHub issue

Describe 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:closed
  • Created 3 years ago
  • Reactions:5
  • Comments:32

github_iconTop GitHub Comments

3reactions
firestrife23commented, Mar 4, 2021

another temporary solution by holding back the upgrade by issuing this command:

sudo apt-mark hold docker-ce
sudo apt-mark hold docker-ce-cli

to cancel the hold when it’s safe to upgrade.

sudo apt-mark unhold docker-ce
sudo apt-mark unhold docker-ce-cli

Editted for typos

2reactions
mamrai1commented, Mar 3, 2021

Upgrading to docker-ce to 20.10.5 seems to fix the issue…

Read more comments on GitHub >

github_iconTop Results From Across the Web

Setup of the Supervisor failed - Home Assistant
This can be done by going to Settings -> System -> Hardware, opening the menu in the top right corner, and selecting “Reboot...
Read more >
Supervisor Won't Start - Home Assistant Community
I am able to SSH into my HA server and supervisor is not running. A restart will show it trying for 5 seconds...
Read more >
Update '2022.10.2' of Supervisor '2022.10.0' failed
Supervisor fails to update to 2022.10.2 and exits afterwards. Starting it again and it is back up on 2022.10.0. Sometimes a restart makes...
Read more >
Supervisor was not able to update - Home Assistant
The solution. Manually update the Supervisor. This can be done from the Configuration panel. On the card for “Supervisor”, there is a button...
Read more >
Common Tasks - Operating System - Home Assistant
To update Home Assistant Core when you run Home Assistant Operating ... Reload the supervisor ... The add-on will not start without setting...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found