I am using Proxmox 7.1 and Ubuntu 20.04 in the CT
I found: https://forum.proxmox.com/threads/ubuntu-snaps-inside-lxc-container-on-proxmox.36463/#post-230060
and I have installed LXD in Proxmox CT. It mostly seems to work fine.
But the services do not completely start with Ubuntu 20.04 CT. (blah is the LXD container inside Proxmox CT container)
and
Is there a way to fix this? Because commands like "systemctl isolate multi-user.target" just wait forever and hang.
I found: https://forum.proxmox.com/threads/ubuntu-snaps-inside-lxc-container-on-proxmox.36463/#post-230060
and I have installed LXD in Proxmox CT. It mostly seems to work fine.
But the services do not completely start with Ubuntu 20.04 CT. (blah is the LXD container inside Proxmox CT container)
Code:
root@blah:~# systemctl list-jobs
JOB UNIT TYPE STATE
2 multi-user.target start waiting
230 systemd-logind.service start running
1 graphical.target start waiting
77 systemd-update-utmp-runlevel.service start waiting
4 jobs listed.
root@blah:~#
and
Code:
Dec 15 13:12:04 blah systemd[1]: Starting Login Service...
Dec 15 13:12:04 blah systemd[1]: systemd-logind.service: Unexpected error response from GetNameOwner(): Connection terminated
Dec 15 13:12:04 blah systemd-logind[153]: New seat seat0.
Dec 15 13:13:34 blah systemd[1]: systemd-logind.service: start operation timed out. Terminating.
Dec 15 13:13:34 blah systemd[1]: systemd-logind.service: Unexpected error response from GetNameOwner(): Connection terminated
Dec 15 13:13:34 blah systemd[1]: systemd-logind.service: Failed with result 'timeout'.
Dec 15 13:13:34 blah systemd[1]: Failed to start Login Service.
Dec 15 13:13:34 blah systemd[1]: systemd-logind.service: Scheduled restart job, restart counter is at 3.
Dec 15 13:13:34 blah systemd[1]: Stopped Login Service.
Is there a way to fix this? Because commands like "systemctl isolate multi-user.target" just wait forever and hang.
Last edited: