[lxc-users] LXC 1.0.0 - lxc-start: command get_cgroup failed to receive response
Serge Hallyn
serge.hallyn at ubuntu.com
Tue May 27 13:40:56 UTC 2014
Quoting Phiho Hoang (hohoangphi at gmail.com):
> Dear List,
>
> I got this problem with lxc built from git source code, cloned May 25.
You give no indication of how you buit and installed it. The easiest
way to build from git reliably is to grab the debian/ tree from the
lxc package and copy it under the git tree, then run
debian/rules build
fakeroot debian/rules binary
and install the resulting binaries.
might try 'ps -ef' on the host and see if the only things running in
the container are 3 or 4 tasks including mountall. That would suggest
there is a filesystem which isn't being pre-mounted for the container,
which mountall then tries to mount (and is denied).
More information about the lxc-users
mailing list