From owner-freebsd-questions Mon Mar 10 19:51: 9 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 33AA937B401; Mon, 10 Mar 2003 19:51:07 -0800 (PST) Received: from midway.uchicago.edu (midway.uchicago.edu [128.135.12.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FC0D43FBF; Mon, 10 Mar 2003 19:51:05 -0800 (PST) (envelope-from dsyphers@uchicago.edu) Received: from adsl-68-20-34-135.dsl.chcgil.ameritech.net (adsl-68-20-34-135.dsl.chcgil.ameritech.net [68.20.34.135]) by midway.uchicago.edu (8.12.8/8.12.5) with ESMTP id h2B3p4LJ019927; Mon, 10 Mar 2003 21:51:04 -0600 (CST) From: David Syphers To: Borut Kurnik Subject: Re: Freebsd 5.0-RELEASE & named pipes Date: Mon, 10 Mar 2003 21:51:05 -0600 User-Agent: KMail/1.5 Cc: freebsd-hackers@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG References: <200303110310.h2B3AvKU025877@orthanc.ab.ca> <1047352928.17186.35.camel@borut3> In-Reply-To: <1047352928.17186.35.camel@borut3> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200303102151.05046.dsyphers@uchicago.edu> 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 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 > > [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 This works fine on my system, which is -current from March 2, using both tcsh and bash. But since bash is not the default shell, but a port, isn't this dependent on the version of the port you have installed rather than the OS? I have bash-2.05b.004. -David -- http://www.seektruth.org Astronomy and Astrophysics Center The University of Chicago To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message