View Single Post
edp17's Avatar
Posts: 592 | Thanked: 706 times | Joined on Jul 2019 @ UK
#739
I think I know what is missing from the kernel.
In dmesg there are these two lines:
Code:
[    7.851527] systemd[1]: Failed to mount cgroup at /sys/fs/cgroup/systemd: No such file or directory

[    7.859699] systemd[1]: Cannot determine cgroup we are running in: No such file or directory
(there are other red ones but I think these are the important ones)

And I remember among the warnings there were some flags regarding this cgroup. (CONFIG_CGROUP_PERF, CONFIG_CGROUP_DEVICE, CONFIG_NETPRIO_CGROUP, CONFIG_NET_CLS_CGROUP, CONFIG_CGROUP_MEM_RES_CTLR_KMEM, CONFIG_CGROUP_MEM_RES_CTLR_SWAP, CONFIG_CGROUP_MEM_RES_CTLR and CONFIG_BLK_CGROUP)
 

The Following User Says Thank You to edp17 For This Useful Post: