Hi,
> unrecognized file system type 0x794c7630 for error.log. please report
> this to bug-coreutils <at> gnu.org. reverting to polling
This was fixed in coreutils-8.25, released 2016-01-20, with the
following commit:
commit 1118f32145049cc4b949e89eda89a0ed612755de
Author: Pádraig Brady <[email protected]>
AuthorDate: Sun Dec 13 14:58:53 2015 +0000
Commit: Pádraig Brady <[email protected]>
CommitDate: Mon Dec 14 13:38:43 2015 +0000
stat: report file system type for "overlayfs"
* src/stat.c (human_fstype): Add "overlayfs", and tag it as "remote"
to ensure that tail continues to use the more conservative polling mode.
* README-release: Remove a stale comment about updating fremote()
in tail.c. Also give a link to *_SUPER_MAGIC definitions
not in the standard linux/magic.h location.
* NEWS: Mention that this file system is recognized.
Closing this bug now, thanks.
Collin