Dear all,
while setting up a container on x86_64 (archlinux host/guest) I had trouble
with mounting dev/pts and others from container.fstab and a ssh login does not
work (only ssh container bash -i gives you a shell)
The cause is that conf.c does not initialize mntflags.
Best regards Joerg
---
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 91656ce587b99ae193e5de7e12ec9d9a5a78caa0 (commit)
via 2175f8936cc7c1e8cc451da0
On 01/16/2011 07:00 PM, Joerg Gollnick wrote:
> Dear all,
> while setting up a container on x86_64 (archlinux host/guest) I had trouble
> with mounting dev/pts and others from container.fstab and a ssh login does not
> work (only ssh container bash -i gives you a shell)
> The cause is that conf.c d
Each network interface was brought up regardless of the configuration,
as the wrong boolean operator was being used to test the IFF_UP flag.
Signed-off-by: David Ward
---
src/lxc/conf.c |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/lxc/conf.c b/src/lxc/conf.c
in