Apps Stuck Updating - Cleaning up old install - even after stopping/restarting task
-
Weird, got three Netcup instances and only ever hit the issue one. Plus other people seem to be hitting it with other providers.
@avatar1024 said in Apps Stuck Updating - Cleaning up old install - even after stopping/restarting task:
PS: the instance I restarted earlier today and that was working now hangs again on updates. Restarted again and now working fine...for some time...
Good news is that ever since the last reboot my instance stopped hanging (it's been 4 days). The only thing I did compared to the other time I rebooted is that I updated all apps manually to their latest version and so had no more update to do (the last app was WP unmanaged). Ever since updates have been working fine.
@nebulon said in Apps Stuck Updating - Cleaning up old install - even after stopping/restarting task:
Maybe anyone here facing this and being on netcup could attempt this so we get more info.
I had actually already done this from Netcup SCP the first time I hit the issue but it hadn't solved for me.
-
@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. -
-