[lxc-devel] PATCH: lxc-ps works with systemd

2011-07-15 Thread Joerg Gollnick
Dear all, while working with systemd I found that lxc-ps -efa does not recognize the container name. Best regards Joerg diff --git a/src/lxc/lxc-ps.in b/src/lxc/lxc-ps.in index 249b104..4ef2296 100755 --- a/src/lxc/lxc-ps.in +++ b/src/lxc/lxc-ps.in @@ -37,7 +37,7 @@ our %LXC_NAMES; # Specif

[lxc-devel] [PATCH] Mounting of filesystems from fstab file

2011-01-16 Thread Joerg Gollnick
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 ---