Re: Freebsd 5.0-RELEASE & named pipes

From: Borut Kurnik (borut_at_vlk.dyndns.org)
Date: 03/11/03

  • Next message: Dag-Erling Smørgrav: "Re: execute a user process in the kernel"
    Date: Tue, 11 Mar 2003 04:22:08 +0100
    To: dwbear75@gmail.com
    
    

    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

    _______________________________________________
    freebsd-hackers@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
    To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"


  • Next message: Dag-Erling Smørgrav: "Re: execute a user process in the kernel"

    Relevant Pages