Apps Stuck Updating - Cleaning up old install - even after stopping/restarting task
Solved
Support
-
@humptydumpty no, I think not. Are you still facing this issue? What's your current kernel and ubuntu release?
-
@girish 100% fine since upgrading to 22.04 with the fixes you did when you SSH'd in.
Linux vmi5XXXX5.contaboserver.net 5.15.0-53-generic #59-Ubuntu SMP Mon Oct 17 18:53:30 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04.1 LTS Release: 22.04 Codename: jammy
-
Alright, this seems to be a kernel issue. Other programs are experiencing similar:
- https://github.com/prometheus/node_exporter/issues/2500
- https://bugs.launchpad.net/ubuntu/+source/containerd/+bug/1996678 (it's getting reverted at https://lists.ubuntu.com/archives/kernel-team/2022-November/135043.html)
- https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1990190
- https://www.mail-archive.com/kernel-packages@lists.launchpad.net/msg492057.html
- https://github.com/opencontainers/runc/issues/3641
GOMAXPROCS=1
apparently alleviates the issue. So, I will try this one. -
-