Re: [lxc-devel] procfs and unnamed pipes

2013-03-16 Thread Timofey.Kirillov
11.03.2013 20:11, Serge Hallyn пишет: > Quoting Eric W. Biederman (ebied...@xmission.com): >> "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 proce

Re: [lxc-devel] procfs and unnamed pipes

2013-03-11 Thread Serge Hallyn
Quoting Eric W. Biederman (ebied...@xmission.com): > "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: >

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