I made a mistake on one of my individual nodes. I upgraded to PVE 7.1 while I still had an auto-starting old container on Ubuntu 16.04 which does not work with cgroupv2. That container now shows running, but I cannot stop it.
I rebuilt the container as a VM manually so I don't actually need this remaining container at all, but I still cannot seem to shut down and remove it.
What would be the appropriate method to do so?
I have tried:
Separately, is there a straightforward way to get a Ubuntu 16.04 container systemd to work with cgroupv2 instead of converting to VM?
Thank you, Chris
I rebuilt the container as a VM manually so I don't actually need this remaining container at all, but I still cannot seem to shut down and remove it.
What would be the appropriate method to do so?
I have tried:
- Stop (can't lock file '/run/lock/lxc/pve-config-102.lock' - got timeout (500))
- Shutdown (can't lock file '/run/lock/lxc/pve-config-102.lock' - got timeout (500))
- pct shutdown 102 --forcestop (can't lock file '/run/lock/lxc/pve-config-102.lock' - got timeout)
- pct enter 102, shutdown (System has not been booted with systemd as init system (PID 1). Can't operate.)
Separately, is there a straightforward way to get a Ubuntu 16.04 container systemd to work with cgroupv2 instead of converting to VM?
Thank you, Chris