Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Feb 2023 18:40:48 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 203662] tail -F <file> misbehaves with stdin closed
Message-ID:  <bug-203662-227-ZagoWX5fby@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-203662-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-203662-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D203662

Fernando Apestegu=C3=ADa <fernape@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|bugs@FreeBSD.org            |fernape@FreeBSD.org
             Status|New                         |Closed
                 CC|                            |fernape@FreeBSD.org
         Resolution|---                         |FIXED

--- Comment #2 from Fernando Apestegu=C3=ADa <fernape@FreeBSD.org> ---
Seems to work fine now:

Terminal 1:
$ sudo tail -F /tmp/foo <&-
Password:
foo
bar

Terminal 2
$ sudo echo foo >>/tmp/foo
Password:
$ sudo rm /tmp/foo
$ sudo echo bar >>/tmp/foo

Please reopen if I misunderstood the test case.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-203662-227-ZagoWX5fby>