Util-Linux package development
 help / color / mirror / Atom feed
* tailf, really needed?
@ 2015-03-13  9:00 Ruediger Meier
  2015-03-13  9:32 ` Sami Kerola
  2015-03-13 11:37 ` Pádraig Brady
  0 siblings, 2 replies; 8+ messages in thread
From: Ruediger Meier @ 2015-03-13  9:00 UTC (permalink / raw)
  To: util-linux

Hi,

As far as I understood tailf's advantage over "tail -f" is that it does 
not access the file when it does not grow. But nowadays 
coreutils "tail -f" also does not seem to access the file. So do we 
really need tailf?

The point is that I've noticed that our tailf fails to deal with 
filesystems where inotify is broken. For example it does not work for 
overlayfs. coreutils tail code looks quite complicated and seems to 
manage such cases. Is it worth to fix our tailf or better just remove 
it and use "tail -f"?

BTW coreutils tail is much more comfortable. It has many important 
options. For example watching log files without -F or --retry does not 
make sense to me (because of logrotate).

Last but not least, is anybody using tailf at all? Google does not find 
much about people who are using this.

cu,
Rudi

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-03-14  4:50 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-13  9:00 tailf, really needed? Ruediger Meier
2015-03-13  9:32 ` Sami Kerola
2015-03-13 11:37 ` Pádraig Brady
2015-03-13 13:02   ` Ruediger Meier
2015-03-13 13:35     ` Pádraig Brady
2015-03-13 14:02       ` Ruediger Meier
2015-03-13 20:22     ` Ángel González
2015-03-14  4:50   ` Peter Cordes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox