Re: Freebsd 5.0-RELEASE & named pipes

2004-09-25 Thread Borut Kurnik
Hi! The system doesn't wait for me to open the reader, I get the message instantly. I worked on 4.7 & still does (also on linux, netbsd, ... :-) ) This is NetBSD 1.6 [EMAIL PROTECTED] root]# echo "test" > f & [1] 2383 [EMAIL PROTECTED] root]# cat < f test [1]+ Doneecho "t

Re: Freebsd 5.0-RELEASE & named pipes

2003-03-10 Thread Borut Kurnik
bash-2.05b.004 here too. But -current might help. Borut On Tue, 2003-03-11 at 04:51, David Syphers wrote: > On Monday 10 March 2003 09:22 pm, Borut Kurnik wrote: > > I worked on 4.7 & still does (also on linux, netbsd, ... :-) ) > > > > This is NetBSD 1.6 > > &g

Re: Freebsd 5.0-RELEASE & named pipes

2003-03-10 Thread Borut Kurnik
Hi! The system doesn't wait for me to open the reader, I get the message instantly. I worked on 4.7 & still does (also on linux, netbsd, ... :-) ) This is NetBSD 1.6 [EMAIL PROTECTED] root]# echo "test" > f & [1] 2383 [EMAIL PROTECTED] root]# cat < f test [1]+ Doneecho "t

Freebsd 5.0-RELEASE & named pipes

2003-03-10 Thread Borut Kurnik
Hi! I installed FreeBSD 5.0-RELEASE (generic kernel). When I try to direct stream to a named pipe, I get: Resource temporarily unavailable. [EMAIL PROTECTED] root]# mkfifo f; find /etc > f & [1] 2200 [EMAIL PROTECTED] root]# -bash: f: Resource temporarily unavailable ??? Thanks, Borut To