Closed gamelife1314 closed 2 years ago
@gamelife1314 this suggested it required some kernel config:
Failed to find cpuset cgroup, you may need to add \"cgroup_enable=cpuset\" to your linux cmdline Failed to find memory cgroup, you may need to add \"cgroup_memory=1 cgroup_enable=memory\" to your linux cmdline
But I did that:
$ sudo tee /etc/default/grub.d/99-cgroup.cfg <<EOF
# Enable cgroups
GRUB_CMDLINE_LINUX_DEFAULT="${GRUB_CMDLINE_LINUX_DEFAULT} cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory"
EOF
$ sudo update-grub
$ sudo reboot
$ cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-5.13.0-35-generic root=UUID=b41c3be7-a045-4698-9527-ee37ee088f70 ro console=tty1 console=ttyS0 cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory
And it didn't help. You'll need to reach out to k3s to see what can help here. Multipass is out of the way here.
OK,谢谢
I don't know where to go for help with this problem, and I don't know if it's related to multipass。
multipass version:
docker run
rancher/rancher:v2.5.8-linux-arm64
meet the following error: