bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#31184: tail -f on Network FS not refreshing as soon as the file is c


From: Bernhard Voelker
Subject: bug#31184: tail -f on Network FS not refreshing as soon as the file is changed.
Date: Wed, 18 Apr 2018 08:39:19 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0

On 04/17/2018 08:18 PM, Jewsco Pius Jacquez wrote:
> Yes, it didn't work either.
> 
> The closest is this one(below), but still the update is every second only.
> # tail --follow=name --max-unchanged-stats=1 --sleep-interval=1  
> /media/samba/test.file

The --sleep-interval option not only accepts integers: see info:

     When using tail without inotify support, you can make
     it more responsive by using a sub-second sleep interval, e.g., via
     an alias like this:

          alias tail='tail -s.1'

>> On 04/17/2018 05:46 PM, Jewsco Pius Jacquez wrote:
>>> address@hidden ~]# stat -f -c '%t %T'  /media/samba/test.file
>>> ff534d42 cifs

But as tail(1) treats CIFS as "remote" [1], there may be some other
effect, e.g. buffering on the CIFS server or on the server writing
to that file.  Are you sure data is available more often?

[1]
https://git.sv.gnu.org/cgit/coreutils.git/tree/src/stat.c?id=e6017741e9#n301

Have a nice day,
Berny





reply via email to

[Prev in Thread] Current Thread [Next in Thread]