Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Mar 2001 01:38:41 -0800 (PST)
From:      csn@163.net
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   bin/26141: The FIFO file is not good!!
Message-ID:  <200103270938.f2R9cfv68817@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103270938.f2R9cfv68817>