[Bug 1556447] Re: lxc-start fails: lxc_cgfsng - cgfsng.c:all_controllers_found:430 - no systemd controller mountpoint found
Serge Hallyn
1556447 at bugs.launchpad.net
Mon Mar 14 22:18:48 UTC 2016
Quoting Stephen Warren (swarren at wwwdotorg.org):
> Could you please expand on "Then re-chown your current systemd cgroup"?
> I'm not sure exactly how/where cgroups get mounted, so I'm not sure what
> path I should chown.
The systemd cgroupfs is mounted under /sys/fs/cgroup/systemd. Your current
login path can be found with
awk -F: '/systemd/ { print $3 }' /proc/self/cgroup
so
pwd=/sys/fs/cgroup/systemd/`awk -F: '/systemd/ { print $3 }' /proc/self/cgroup`
sudo -E chown $(id -u):$(id -g) $pwd
should work
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1556447
Title:
lxc-start fails: lxc_cgfsng - cgfsng.c:all_controllers_found:430 - no
systemd controller mountpoint found
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1556447/+subscriptions
More information about the Ubuntu-server-bugs
mailing list