Unprivileged LXC Problem (debian/ubuntu template)

yarii

Renowned Member
Mar 24, 2014
150
8
83
I tried to create LXC Container using debian 10.0.1 template and ubuntu 19.04.

Container created but after clicking it I see:

proxmox.png

I went on ssh console and did pct list:
root@vps1:~# pct list
can't open '/sys/fs/cgroup/blkio/lxc/200/ns/blkio.throttle.io_service_bytes' - No such file or directory

I try to restart pvestatd:
root@vps1:~# service pvestatd restart

but it not helped

I've all the packages in the latest version from pve-no-subscription repository.
 
I need to:

mkdir /sys/fs/cgroup/memory/lxc/200/ns/
touch /sys/fs/cgroup/memory/lxc/200/ns/memory.stat
touch /sys/fs/cgroup/blkio/lxc/200/ns/blkio.throttle.io_service_bytes
mkdir /sys/fs/cgroup/blkio/lxc/200/ns/
touch /sys/fs/cgroup/blkio/lxc/200/ns/blkio.throttle.io_service_bytes
mkdir /sys/fs/cgroup/cpuacct/lxc/200/ns/
touch /sys/fs/cgroup/blkio/lxc/200/ns/blkio.throttle.io_service_bytes
touch /sys/fs/cgroup/cpuacct/lxc/200/ns/cpuacct.stat