[lxc-users] Nested containers

2014-01-15 Thread brian mullan
Marc Not sure if you saw all the latest LXC writeups that Stephane Graber posted in the last month on LXC. http://voices.canonical.com/tag/lxc/ Check under the entry titled: Container Nesting but also do a page search fo nest As nesting is discussed in several of the posts referred to by the

Re: [lxc-users] iptabes kernel modules not loading in containers

2014-01-15 Thread John Baker
You just need to make sure that iptables is running on the host in some way or another.If you run lsmod on it you should see these modules: xt_multiport 12597 2 iptable_filter 12810 2 ip_tables 27473 1 iptable_filter x_tables 29891 3

Re: [lxc-users] ./autogen ../configure make make install

2014-01-15 Thread Rami Rosen
Hi, The default path for libraries when running ./cofigure is /usr/local/lib It seems to me that this path is not in the set on your host. Do you have this error if first you set the libraries path by: export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib Regards, Rami Rosen