-
Notifications
You must be signed in to change notification settings - Fork 594
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Latest Docker upgrade crashes addons with Failed communication to port 80 #349
Comments
Hi @Lefuneste83, I had the same problem a few hours ago. You have to show the update history, via:
There you can see what package and what version was installed before. Now you have to check for each package, which versions are still available in the bookworm repo, for example, with:
Now you only have to install the previous version, what was installed before the update for each package, for example via:
After downgrading of all packages I restarted my raspberrypi and alle worked as before! BR :) |
Thanks for the feedback! So we do have another regression with docker... I hate when this occurs as it will kill a perfectly running HA instance in a breeze... |
Same issue. I Downgraded and waiting for supervisor fix :) |
Debian GNU/Linux 12 (bookworm) Same, i had to remove all docker packages: And re-install previous versions: I then pinned the current docker until there is a fix: Then I rebooted my server and everything was good ! |
No need remove packages. Enough install only specific version and debian overwrite it. |
Thanks for the feedback! That's what happened to me too. Downgraded and waiting for supervisor fix. |
This issue was caused by a bug in upstream Docker 25.0.0. 25.0.1 fixed this problem. I am closing the issue as there is nothing to be done on Supervisor or Supervisor installer side. Thanks for reporting and help getting to the bottom of this! |
OS Version
Debian GNU/Linux 12 (bookworm)
System Information
Linux hassio 6.1.0-17-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.69-1 (2023-12-30) x86_64 GNU/Linux
What happened?
Following recent docker upgrade published this day, Home Assistant Supervised stack is unable to start. Most container report communication error with port 80.
The upgrade concerns the following packets.
After the upgrade, the stack restarts completely but most addons containers are in a restart loop with the following error message.
Failed to connect to supervisor port 80 after xxx ms: Couldn't connect to server
Also Home Assistant observer page on port 4357 is filled with error message complaining about connectivity to Supervisor.
No other process is running on port 80 as it is a dedicated HA system.
Purging all components installed in the supervised procedure, including docker and affiliates, redownloading the latest components and reinstalling them does not correct the issue.
Also tried to docker prune containers and images of some crashed addons, but issue still persists at container reinstantiation.
Note that the installation procedure runs without issues and not a single error.
I've had a look at the apparmor settings across my system but cannot find any issue.
I will update the ticket as soon as I reproduce the issue as I have had to roll back the system to a previous backup.
Machine Type
generic-x86-64
Installer output
No response
Relevant log output
No response
ADR
Code of Conduct
The text was updated successfully, but these errors were encountered: