Date: 11 Mar 2003 04:22:08 +0100
From: Borut Kurnik <borut@vlk.dyndns.org>
To: Lyndon Nerenberg {VE6BBM} <lyndon@orthanc.ab.ca>
Cc: freebsd-hackers@freebsd.org, freebsd-questions@freebsd.org
Subject: Re: Freebsd 5.0-RELEASE & named pipes
Message-ID: <1047352928.17186.35.camel@borut3>
In-Reply-To: <200303110310.h2B3AvKU025877@orthanc.ab.ca>
References: <200303110310.h2B3AvKU025877@orthanc.ab.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
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
[root@himler root]# echo "test" > f &
[1] 2383
[root@himler root]# cat < f
test
[1]+ Done echo "test" >f
And this is FreeBSD 5.0
[root@bart root]# echo "test" > f &
[1] 2436
[root@bart root]# -bash: f: Resource temporarily unavailable
[1]+ Exit 1 echo "test" >f
Borut
On Tue, 2003-03-11 at 04:10, Lyndon Nerenberg {VE6BBM} wrote:
> >[root@bart root]# mkfifo f; find /etc > f &
> >[1] 2200
> >[root@bart root]# -bash: f: Resource temporarily unavailable
>
> You need a reader on the other side of the FIFO.
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1047352928.17186.35.camel>
