Bug#646022: coreutils: tail -f doesn't work with GPFS filesystem

2011-10-20 Thread Martial Bornet (gmail)
Package: coreutils Version: 8.5-1 Severity: normal The tail command doesn't know the GPFS filesystem type, so it uses inotify() instead of nanosleep() when used with -f. The following line should be added to the fs.h file : # define S_MAGIC_GPFS 0x47504653 and the following line

Bug#646022: coreutils: tail -f doesn't work with GPFS filesystem

2011-10-20 Thread Jim Meyering
Martial Bornet (gmail) wrote: Package: coreutils Version: 8.5-1 Severity: normal The tail command doesn't know the GPFS filesystem type, so it uses inotify() instead of nanosleep() when used with -f. The following line should be added to the fs.h file : # define S_MAGIC_GPFS

Bug#646022: coreutils: tail -f doesn't work with GPFS filesystem

2011-10-20 Thread Martial Bornet (gmail)
Thank you very much for your quick answer. Best regards. Martial Bornet Le 20/10/2011 19:19, Jim Meyering a écrit : Martial Bornet (gmail) wrote: Package: coreutils Version: 8.5-1 Severity: normal The tail command doesn't know the GPFS filesystem type, so it uses inotify() instead of