Problems with named pipes and AuFS

2014-11-06 Thread Max Ott
I'm trying to set up two different filesystem contexts. $ mkdir a b common $ mkfifo common/fifo $ sudo mount -t aufs -o br=common none a $ sudo mount -t aufs -o br=common none b If I write and read to the same fifo path (e.g a/fifo) everything works fine, but if I do shell1

Re: Problems with named pipes and AuFS

2014-11-06 Thread Max Ott
PM <[2]sf...@users.sourceforge.net> wrote: Hello Max, Max Ott: > If I write and read to the same fifo path (e.g a/fifo) everything > works fine, but if I do > > shell1$ cat a/fifo > ... > shell2$ echo 'hi' > b/fifo > &g