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
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
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,
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
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
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