First, the good news:

On intel (haswell, built-in graphics) I've got Xorg working as
expected, without the suid settings.

However, I had a bit of fun and games getting mountcgroupfs to
start.

I'd got CONFIG_CGROUPS CONFIG_INOTIFY_USER and CONFIG_FHANDLE
already all set to Y.  But when I tried to start mountcgroupfs it
failed:

Mounting cgroup file systems: /sys/fs/cgroup[19411.965304] cgroup1: Need name 
or subsystem set
mount: /sys/fs/cgroup: wrong fs type, bad option, bad superblock on cgroup, 
missing codepage or help
er program, or other error.
mkdir: cannot create directory '/sys/fs/cgroup/unified': No such file or 
directory
 /sys/fs/cgroup/unifiedmount: /sys/fs/cgroup/unified: mount point does not 
exist.

After googling a little, I rebuilt the kernel, adding the following
options under the Control Groups menu:

 CONFIG_MEMCFG=Y
 CONFIG_CGROUP_RDMA=Y
 CONFIG_CGROUP_DEVICE=y

Rebooted, and that was good enough.  The question is, do I actually
_need_ all of these ?

ĸen
-- 
One pill makes you larger, And one pill makes you small.
And the ones that mother gives you, Don't do anything at all.
Go ask Alice, When she's ten feet tall.
               -- Jefferson Airplane, White Rabbit
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to