--- Begin Message ---
Subject: |
tail -f stops abruptly in AIX when piped. |
Date: |
Tue, 1 Jan 2019 20:18:26 +0530 |
Hi,
I am running coreutils 8.30 in AIX machine and it seems like " tail -f " is not working as it used to be when the output is piped.
# ./tail -f test_file | grep 123
(1) root @ aixoss-automation-3: 6.1.0.0: /
It stops immediately and it seems like this commit https://github.com/coreutils/coreutils/commit/ce0415fda108b7ec35181118fd7a2c9ee70331ee has introduce this behavior.
I checked in Linux with coreutils 8.30 where it works as like earlier versions.
Thanks
Ayappan P
--- End Message ---
--- Begin Message ---
Subject: |
Re: bug#33946: tail -f stops abruptly in AIX when piped. |
Date: |
Sat, 12 Jan 2019 19:31:00 -0800 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 |
On 07/01/19 01:04, Ayappan P2 wrote:
> The poll() solution is working in AIX. Great.
Thanks for testing. Pushed at:
https://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=d5ab4cb
cheers,
Pádraig
--- End Message ---