Quick notes:
Raspberry Pi 4 (8gb)
HA version: 2022.10.5 (this is after I restored an old image backup, I was on 2022.11.3 or something and it had the same issue when upgrading)
Supervisor version: 2022.10.0
Okay, been trying this all day, tried several posts, hosed my pi and had to restore from an image… and still busted. So I’m at a loss here.
I had been away for a long while now and didn’t want to update HA while away in case some automation broke due to an update and me not knowing until I got home. Unfortunately, I’m now unable to update at all (usually update as soon as a new version hits the market!). It appears Supervisor in particular is the one failing. I click to install the update for the normal HA update, and it says Supervisor needs updated in the logs - sure no problem… But when trying update Supervisor, here’s what I get when looking at the logs:
23-01-16 04:05:31 INFO (MainThread) [supervisor.supervisor] Update Supervisor to version 2022.12.1
23-01-16 04:05:31 INFO (SyncWorker_3) [supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/armv7-hassio-supervisor with tag 2022.12.1.
23-01-16 04:05:58 INFO (MainThread) [supervisor.misc.scheduler] Shutting down scheduled tasks
23-01-16 04:05:58 INFO (MainThread) [supervisor.docker.monitor] Stopped docker events monitor
23-01-16 04:05:58 INFO (MainThread) [supervisor.api] Stopping API on 172.30.32.2
23-01-16 04:05:58 INFO (MainThread) [supervisor.hardware.monitor] Stopped Supervisor hardware monitor
23-01-16 04:05:59 INFO (MainThread) [supervisor.dbus.manager] Closed conection to system D-Bus.
23-01-16 04:05:59 INFO (MainThread) [supervisor.core] Supervisor is down - 0
23-01-16 04:05:59 INFO (MainThread) [__main__] Closing Supervisor
23-01-16 04:05:59 WARNING (raven-sentry.BackgroundWorker) [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0xb2fcae08>: Failed to establish a new connection: [Errno 111] Connection refused')': /api/5370612/envelope/
23-01-16 04:05:59 WARNING (raven-sentry.BackgroundWorker) [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0xb2f53fd0>: Failed to establish a new connection: [Errno 111] Connection refused')': /api/5370612/envelope/
23-01-16 04:05:59 WARNING (raven-sentry.BackgroundWorker) [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0xb2ee3b20>: Failed to establish a new connection: [Errno 111] Connection refused')': /api/5370612/envelope/
[10:05:59] WARNING: Halt Supervisor
[10:05:59] INFO: Supervisor restart after closing
s6-rc: info: service legacy-services: stopping
[10:05:59] INFO: Supervisor restart after closing
s6-svwait: fatal: supervisor died
s6-rc: info: service legacy-services successfully stopped
s6-rc: info: service legacy-cont-init: stopping
[10:05:59] INFO: Watchdog restart after closing
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
Does anyone have any idea what’s going on here? It kills the docker container running supervisor right after I attempt an update and I can’t find any other logs anywhere indicating what may be wrong. ghcr.io seems to be up/running and I can resolve it without issues, so I don’t think it’s that… Those 3 warnings in particular - I have no idea what those are.
Is this all due to me missing the incremental monthly update for 2022.12.x? Or is something else weird going on?
So yeah, any assistance would be well appreciated!