Re: [lxc-devel] NFS mounts inside a container uses/requires the host IPstack

2011-03-16 Thread Tim Spriggs
Thanks for the offer but I think I have networking under control. What is not working properly is that NFS happens from a host IP instead of a context IP... even though it is started from the context IP. On Wed, Mar 16, 2011 at 1:55 AM, Jäkel, Guido wrote: > Dear Tim, > > I guess you run into a p

[lxc-devel] [GIT] lxc branch, master, updated. f3bc28bd6128b61efb84906a617e9d09df88eecc

2011-03-16 Thread Daniel Lezcano
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "lxc". The branch, master has been updated via f3bc28bd6128b61efb84906a617e9d09df88eecc (commit) via 302aaa2b2dc9c0fe22a7214f

[lxc-devel] [GIT] lxc branch, lxc-0.7.4.X, updated. 4b85e81b3d6a9210de09c56224437099abab9eff

2011-03-16 Thread Daniel Lezcano
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "lxc". The branch, lxc-0.7.4.X has been updated via 4b85e81b3d6a9210de09c56224437099abab9eff (commit) via 7be9485c5262f5c30c6

[lxc-devel] [PATCH 2/2] Ensure monitored container name is null terminated

2011-03-16 Thread Michael Santos
regexec() expects a null terminated name. Signed-off-by: Michael Santos --- src/lxc/monitor.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/lxc/monitor.c b/src/lxc/monitor.c index 7ec1701..e51b59a 100644 --- a/src/lxc/monitor.c +++ b/src/lxc/monitor.c @@ -70,6 +70,

[lxc-devel] [PATCH 1/2] Exit if allocation fails

2011-03-16 Thread Michael Santos
Signed-off-by: Michael Santos --- src/lxc/lxc_monitor.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/lxc/lxc_monitor.c b/src/lxc/lxc_monitor.c index 314d4a5..1da0906 100644 --- a/src/lxc/lxc_monitor.c +++ b/src/lxc/lxc_monitor.c @@ -69,6 +69,10 @@ int main(int a

Re: [lxc-devel] NFS mounts inside a container uses/requires the host IPstack

2011-03-16 Thread Jäkel , Guido
Dear Tim, I guess you run into a problem with the default routes -- if you don't apply special things, there's only one default route! I struggled at start with the same, it think. But I solved it. And I don't need an ip assigned to the bridges. Please check at first, if CONFIG_IP_ADVANCED_ROU