[Lxc-users] Install prefix ignored?

2011-09-14 Thread CLOSE Dave
New to lxc. Sorry if this is just a newbie error ... Using build 165015211fa9506b11ea1f4540d54b8a99a2f468 (lxc-0.7.5-17-g1650152) obtained via git yesterday. Run this: # cd lxc # ./autogen.sh # ./configure --enable-doc # make # make install # lxc-create -n lx1 -t fedora configuration path '/lib/

[Lxc-users] [PATCH] Define $hostname before its first use

2011-09-14 Thread Serge E. Hallyn
Otherwise you get 'lxc.utsname =' in config, instead of the actual hostname being filled in. https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/850205 Index: lxc/src/lxc/lxc-clone.in === --- lxc.orig/src/lxc/lxc-clone.in 2011-0

Re: [Lxc-users] Hierarchical containers using lxc

2011-09-14 Thread Serge E. Hallyn
Quoting Nikhil Handigol (nikhil.handi...@gmail.com): > Is there a way to use lxc to create hierarchical containers? > > More specifically, I have my cgroup filesystem mounted on /cgroup. I want to > be able to create a container, say "root", and then create N other > containers, say "c1", "c2",...