Remove the unprivileged var conf and instead try adding to yur LXC conf the followingWell this is almost a solution, minus the fact that nothing runs, you get permissioned denied. Oi. I think my only hope is to move it to a host I have not upgraded yet. Can't reset root password, can't change passwords. I entered this CT via pct enter <ctid>
lxc.cgroup.devices.allow =
lxc.cgroup.devices.deny =
What about backporting the systemd version? Anyone tried that?There isnt a newer version of systemd in ubuntu 16.04.
Even with ESM, i have that on one machine.
That worked for me. Thanks for your help.Remove the unprivileged var conf and instead try adding to yur LXC conf the following
Code:lxc.cgroup.devices.allow = lxc.cgroup.devices.deny =
Let us know how that goes?
Remove the unprivileged var conf and instead try adding to yur LXC conf the following
Code:lxc.cgroup.devices.allow = lxc.cgroup.devices.deny =
Let us know how that goes?
A patch for privileged containers running on legacy cgroup layouts was sent to the pve-devel list for discussion:
https://lists.proxmox.com/pipermail/pve-devel/2021-July/049452.html
wget https://copr.fedorainfracloud.org/coprs/jsynacek/systemd-backports-for-centos-7/repo/epel-7/jsynacek-systemd-backports-for-centos-7-epel-7.repo -O /etc/yum.repos.d/jsynacek-systemd-centos-7.repo
yum update systemd
have simmiler issue:Update systemd in the centos 7 container
Bash:wget https://copr.fedorainfracloud.org/coprs/jsynacek/systemd-backports-for-centos-7/repo/epel-7/jsynacek-systemd-backports-for-centos-7-epel-7.repo -O /etc/yum.repos.d/jsynacek-systemd-centos-7.repo yum update systemd
https://maciej.lasyk.info/2016/Dec/16/systemd-231-latest-in-centos-7-thx-to-facebook/
have simmiler issue:
i tried to do it, but the centos lxc dont have access internet
$ pct enter YOURCONTAINERID
$ dhclient
$ wget https://copr.fedorainfracloud.org/coprs/jsynacek/systemd-backports-for-centos-7/repo/epel-7/jsynacek-systemd-backports-for-centos-7-epel-7.repo -O /etc/yum.repos.d/jsynacek-systemd-centos-7.repo
$ yum update systemd
# On your pve host
$ mkdir /root/systemd-backports && cd /root/systemd-backports
$ wget -r https://download.copr.fedorainfracloud.org/results/jsynacek/systemd-backports-for-centos-7/epel-7-x86_64/00580867-systemd/ --no-parent
$ cd download.copr.fedorainfracloud.org/results/jsynacek/systemd-backports-for-centos-7/epel-7-x86_64/00580867-systemd
$ for x in *.rpm; do pct push YOURCONTAINERID $x /root/$x; done
$ pct enter YOURCONTAINERID
$ yum localinstall *.rpm
Already answered here https://forum.proxmox.com/threads/proxmox-ve-8-0-released.129320/post-584579I have the same problem with Fedora35 and Fedora38 CT for which this should be ok, no ?
so pve7to8 gives warning