[lxc-devel] [PATCH] Make /dev/kmsg symlinking optional, add lxc.kmsg option

2013-03-10 Thread Alexander Vladimirov
Had this changeset hanging around for some time, maybe this would be useful until some better solution come up. Signed-off-by: Alexander Vladimirov --- src/lxc/conf.c| 6 -- src/lxc/conf.h| 1 + src/lxc/confile.c | 12 3 files changed, 17 insertions(+), 2 deletions(-)

Re: [lxc-devel] procfs and unnamed pipes

2013-03-10 Thread Eric W. Biederman
"Timofey.Kirillov" writes: > Hi, > > I have a question about using unnamed pipes with procfs. > > Suppose a chrooted environment with proc mounted as procfs. I am trying > to use bash process substitution feature and get this: > > $ cat <(echo hello) > cat: /dev/fd/63: No such file or directory

Re: [lxc-devel] [PATCH] don't leak the rootfs.pin fd into the container

2013-03-10 Thread Serge Hallyn
Quoting Ward, David - 0663 - MITLL (david.w...@ll.mit.edu): > Hi Serge, > > This patch seems to have introduced a regression. When I use > lxc-execute with a very simple container (which only sets the > utsname), the terminal input is not forwarded to the application > anymore. In particular, ru

Re: [lxc-devel] [PATCH] don't leak the rootfs.pin fd into the container

2013-03-10 Thread Ward, David - 0663 - MITLL
Hi Serge, This patch seems to have introduced a regression. When I use lxc-execute with a very simple container (which only sets the utsname), the terminal input is not forwarded to the application anymore. In particular, running "lxc-execute -n $CONTAINER -- bash" returns immediately witho