I am trying to create an LXC container with xubuntu desktop inside it. This is on a fresh Ubuntu 22.04 install with sudo lxc launch images:ubuntu/22.04 workstation executed to create the container, and then apt install xubuntu-desktop run inside the container.
The apt command hung around 75% and top showed systemd inside the container at 100% CPU, with systemd-journal hovering around 45% CPU.
journalctl -f inside the container showed log spam of:
Condition check resulted in ACPI event daemon being skipped
Over and over. Stopping the container and re-starting it caused the same issue (100% CPU, log spam, and any systemctl command hangs)
What's causing this and how do I resolve it?