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: Pádraig Brady
Subject: bug#31184: tail -f on Network FS not refreshing as soon as the file is changed.
Date: Wed, 18 Apr 2018 20:03:53 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0

Could you clarify whether the rhel7 version of tail
is too slow when showing updates to the file,
or misses updates to the file entirely.

There have been various fixes to tail, so it
would be worth verifying how the latest behaves, like:

  wget https://ftpmirror.gnu.org/coreutils/coreutils-8.29.tar.xz
  tar -xf coreutils-8.29.tar.xz
  cd coreutils-8.29
  ./configure --quiet && make -j$(nproc)
  src/tail -f /media/samba/test.file

cheers,
Pádraig





reply via email to

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