IIUC the problem is just that your session is not in a cgroup which
you control.  You could probably do

/etc/init.d/systemd-logind restart
ssh localhost

or you can manually create a cgroup for yourself and move yourself
into it, i.e.

sudo cgm create all xxx
sudo cgm chown all xxx $(id -u) $(id -g)
cgm movepid all xxx $$

After this you should be able to start containers.
_______________________________________________
lxc-users mailing list
[email protected]
http://lists.linuxcontainers.org/listinfo/lxc-users

Reply via email to