Stopped working

I’ve had an HA instance running in Proxmox for years.

Over the past several days I fought a fierce battle to upgrade core from 2024.10.4 to current and finally (with a lot of help from the people here) succeeded.

It worked until a restart, and now I have no UI access (that is: access locally via a browser pointing to 192.168.0.103:8123). I’ve tried different browsers, as well as the HA app on my cell phone.

I can access the CLI via console in proxmox, as shown below.

And I restarted the VM in proxmox and watched it load – did not see any errors or failures.

I can ping 192.168.0.103 but running a port scan does not show 8123 open.

Ugh! Please help.

Start with the usual troubleshooting, on that page, enter

ha supervisor repair
ha core rebuild

Both commands issued.

“supervisor repair” took about 5 minutes and respond with ‘success’

core rebuild responded with:

“unknown error, see supervisor”

Still no http access or open port 8123

Also issued:

ha core restart --safe-mode

and got the same error (“unknown error, see supervisor”)

What does

ha supervisor logs

say ?

I don’t know how to get to that log without UI access.

On your proxmox console, just enter

ha supervisor logs

Seems plenty of other services are working:

shooting in the dark here and thought to enter this:

Last lines of your log screenshot shows
afbeelding

So either Supervisor is downloading the docker, or it failed to download the docker

What can I do or check next?

I rebooted the VM again, and ran “supervisor logs” and got the following:

I check port 4357 and it says all is well:

Seems adguard is the problem

ha dns options --servers dns://1.1.1.1
ha dns restart

or
afbeelding

ha addons uninstall a0d7b954_adguard

I uninstalled it, rebooted the VM, and same problem.

I think adguard has been a problem long before the current failure, so it’s not surprising.

did you try the dns settings ?

Do you mean the adguard settings? I thought uninstalling it would be cleaner.

Current supervisor logs:

these

ha dns options --servers dns://1.1.1.1
ha dns restart

done.

No change.

Why wouldn’t 8123 be open?

home assistant container is not running