From owner-freebsd-bugs Tue Mar 27 2:30: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1698537B718 for ; Tue, 27 Mar 2001 02:30:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2RAU4G24638; Tue, 27 Mar 2001 02:30:04 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A791237B718 for ; Tue, 27 Mar 2001 02:29:05 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2R9cfv68817; Tue, 27 Mar 2001 01:38:41 -0800 (PST) (envelope-from nobody) Message-Id: <200103270938.f2R9cfv68817@freefall.freebsd.org> Date: Tue, 27 Mar 2001 01:38:41 -0800 (PST) From: csn@163.net To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/26141: The FIFO file is not good!! Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26141 >Category: bin >Synopsis: The FIFO file is not good!! >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Mar 27 02:30:03 PST 2001 >Closed-Date: >Last-Modified: >Originator: csn >Release: 4.2REASE >Organization: china >Environment: FreeBSD server 4.2-RELEASE FreeBSD 4.2-RELEASE #0: Mon Nov 20 13:02:56 >Description: The file make by 'mkfifo' is not good. The FIFO file in redhat linux 6.1 is very good. you can see it on linux. >How-To-Repeat: I use command 'mkfifo test'; on console1, I run 'cat test'; on console2, I run 'cat test'; on console3, I run 'tee test'; on console3, I type few line; the result on console1 is different from console2. I think it is not good. --------- if I only run 'echo abc > test'; The command is not exit immediately. >Fix: I do not know how to fix. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message