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.

Supervisor 2022.11.1 wont install

See original GitHub issue

Describe the issue you are experiencing

and the update hangs forever:

Scherm­afbeelding 2022-11-15 om 13 29 13

restarts still possible, so tried that too, but issue remains

Scherm­afbeelding 2022-11-15 om 15 35 49

What type of installation are you running?

Home Assistant OS

Which operating system are you running on?

Home Assistant Operating System

Steps to reproduce the issue

  1. click Install

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

22-11-15 15:34:16 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.STARTUP
22-11-15 15:34:16 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
22-11-15 15:34:16 WARNING (MainThread) [supervisor.jobs] 'StoreManager.reload' blocked from execution, supervisor needs to be updated first
22-11-15 15:34:16 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/beta.json
22-11-15 15:34:18 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
22-11-15 15:34:20 INFO (MainThread) [supervisor.homeassistant.secrets] Request secret authorized_key
22-11-15 15:36:16 INFO (MainThread) [supervisor.homeassistant.core] Detect a running Home Assistant instance

System Health information

System Information

version core-2022.11.2
installation_type Home Assistant OS
dev false
hassio true
docker true
user root
virtualenv false
python_version 3.10.7
os_name Linux
os_version 5.15.67
arch x86_64
timezone Europe/Amsterdam
config_dir /config
Home Assistant Community Store
GitHub API ok
GitHub Content ok
GitHub Web ok
GitHub API Calls Remaining 4695
Installed Version 1.28.3
Stage running
Available Repositories 1151
Downloaded Repositories 49
Home Assistant Cloud
logged_in true
subscription_expiration August 31, 2023 at 02:00
relayer_connected true
remote_enabled true
remote_connected true
alexa_enabled false
google_enabled true
remote_server eu-central-1-2.ui.nabu.casa
can_reach_cert_server ok
can_reach_cloud_auth ok
can_reach_cloud ok
Home Assistant Supervisor
host_os Home Assistant OS 9.0
update_channel beta
supervisor_version supervisor-2022.11.0
agent_version 1.3.0
docker_version 20.10.17
disk_total 458.4 GB
disk_used 17.0 GB
healthy true
supported true
board generic-x86-64
supervisor_api ok
version_api ok
installed_addons AppDaemon (0.10.0), Home Assistant Google Drive Backup (0.109.1), Log Viewer (0.14.0), MariaDB (2.5.1), Samba share (10.0.0), Studio Code Server (5.4.1), Terminal & SSH (9.6.1), phpMyAdmin (0.8.2), Mosquitto broker (6.1.3), Z-Wave JS (0.1.74), ESPHome (2022.10.2), Matter Server (0.3.0)
Dashboards
dashboards 10
resources 42
views 97
mode yaml
Recorder
oldest_recorder_run November 1, 2022 at 04:10
current_recorder_run November 15, 2022 at 15:34
estimated_db_size 1605.17 MiB
database_engine mysql
database_version 10.6.8
Spotify
api_endpoint_reachable ok

Supervisor diagnostics

No response

Additional information

No response

Issue Analytics

  • State:open
  • Created 10 months ago
  • Reactions:4
  • Comments:61 (17 by maintainers)

github_iconTop GitHub Comments

6reactions
bdracocommented, Nov 15, 2022

Here is a one liner version of what Mike pasted above

version="2022.11.2" arch=`docker image ls | grep -- '-hassio-observer'  | awk '{print $1}' | awk -F/ '{print $3}' | awk -F- '{print $1}'` && docker pull "ghcr.io/home-assistant/${arch}-hassio-supervisor:${version}" && docker tag "ghcr.io/home-assistant/${arch}-hassio-supervisor:${version}" "ghcr.io/home-assistant/${arch}-hassio-supervisor:latest" && docker stop hassio_supervisor && docker rm hassio_supervisor
2reactions
tjorimcommented, Nov 15, 2022

If you had the 2022.11.0 beta installed I had to do this to get mine to update:

docker exec -it hassio_supervisor /bin/bash
# pip3 install --upgrade dbus-fast
# exit
docker restart hassio_supervisor

Someone probably has a better way to do this so you might wait for a better fix as this one is a bit risky to do.

This kind of worked for me. Only had access to OS CLI (running in a VM). You can use docker commands by typing login. After the above commands my supervisor was back to ‘normal’, allowing me to update it to 2022.11.2. My core is back up but add-ons are having issues, running su repair as we speak since none of the images exist.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Home Assistant Supervisor 2022.11.2 don't install
On my system I have Core 2022.11.1 and Supervisor 2022.11.0 installed. When I install the latest version of HA Supervisor, it stays for...
Read more >
Repository manager bootable iso plug-in wont download - Dell
Repository manager bootable iso plug-in wont download. a few weeks back i installed Version 3.4.1.810 for windows 10 x64 and all plugins installed...
Read more >
Install the Windows 8.1 Update (KB 2919355)
Learn how to check for, download, and install KB 2919355, an update for Windows 8.1 and Windows RT 8.1.
Read more >
Cannot upgrade from Home Assistant Core 2022.9.1 ... - Reddit
Running on a RP4 that is working just fine other than this update. When attempting to install, I see: Failed to call service...
Read more >
Install HACS 2022 (Home Assistant How To) - YouTube
Your browser can't play this video. ... shows how to setup and install some of the integrations and addons that I make use...
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 Reddit Thread

No results found

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