From owner-freebsd-questions Mon Mar 10 19:20:30 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B99DF37B404 for ; Mon, 10 Mar 2003 19:20:28 -0800 (PST) Received: from vlk.dyndns.org (BSN-77-9-161.dsl.siol.net [193.77.9.161]) by mx1.FreeBSD.org (Postfix) with SMTP id B75E943F93 for ; Mon, 10 Mar 2003 19:20:26 -0800 (PST) (envelope-from borut@vlk.dyndns.org) Received: (qmail 2396 invoked from network); 11 Mar 2003 03:20:24 -0000 Received: from borut3.vlk.local (10.10.10.10) by 0 with SMTP; 11 Mar 2003 03:20:24 -0000 Subject: Re: Freebsd 5.0-RELEASE & named pipes From: Borut Kurnik To: Lyndon Nerenberg {VE6BBM} Cc: freebsd-hackers@freebsd.org, freebsd-questions@freebsd.org In-Reply-To: <200303110310.h2B3AvKU025877@orthanc.ab.ca> References: <200303110310.h2B3AvKU025877@orthanc.ab.ca> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 (1.0.8-10) Date: 11 Mar 2003 04:22:08 +0100 Message-Id: <1047352928.17186.35.camel@borut3> Mime-Version: 1.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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