-
-
Notifications
You must be signed in to change notification settings - Fork 498
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
DietPi-Software | Docker: Service fails to start after upgrade (AppArmor) #6126
Comments
That worries me a little. This command should display current kernel version. Can you reboot your system and check for kernel error messages afterwards.
As well check Docker logs
|
No kernel errors, or at least no response to the command anyway. Docker log:
Edit: tried formatting it nicely and failed sorry. |
Ah, ran uname command again and it worked this time. |
ok I found a known error for Docker v5.23 within Docker docs https://docs.docker.com/engine/release-notes/23.0/#known-issues can you check the version you are running.
|
Looks like that includes me then. Want me to try their fix and report back? |
according docker docs
|
All working again, no further errors. Cheers for the help, much appreciated. |
@MichaIng
Not 100% sure if there is a real trigger or just a random issue. 🤔 |
Good to know that it is no a Bookworm-only issue. Faced it last night on our server. No good instructions in their release notes.
|
Here is a good bug report, attached to 23.0.1 milestone 🤞: moby/moby#44900 |
Had the same issue yesterday on my Rock64. Had to |
Interesting, so not only x86_64. |
Nope, original issue was reported on a ZeroPi |
So for amd64 there is no solution? |
Solution is described on Docker docs
|
This solution doesn't work for me
|
As already stated on our forum, you have an issue with kernel update blocking your system now. |
I know, don't you know of a way to go back? |
Please use the solution I added to the OP here: apt install apparmor
systemctl stop apparmor Otherwise you pull a lot of additional stuff you do not need here and run the service unnecessarily. @cenizo cat /etc/default/grub |
|
Great to see a solution merged 👍. |
Me too last night: Rock64 1G fresh install (cb0d547c-e913-47ca-b648-e40893a0b3e9), nothing else installed - I checked on Docker and Portainer. I give the above a go too. |
There is no other way around until Docker Devs fixed it. Until a new Docker version is available, the the above workaround is needed. |
Docker v23.0.1 has been released, issue solved. |
@MichaIng
|
Your right... |
Ah, it has been reverted in containerd now, the only real fix: containerd/containerd#8086 Let's hope for a soon containerd release then. |
containerd v1.6.18 with the fix has been released, but while the error message has changed containers still do not start:
Looks like it will be fully resolved Docker-side with: moby/moby#44982 |
Finally, with the latest |
related release notes from Docker side https://docs.docker.com/engine/release-notes/23.0/#2302 |
ADMIN EDIT
Workaround
Creating a bug report/issue
Required Information
Linux Sam-Pi 5.15.89-sunxi #22.11.4 SMP Mon Jan 23 21:58:30 UTC 2023 armv7l GNU/Linux
Additional Information (if applicable)
Steps to reproduce
Expected behaviour
Actual behaviour
Extra details
The text was updated successfully, but these errors were encountered: