bug-coreutils
[Top][All Lists]
Advanced

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

bug#59304: tail: unrecognized file system type 0x794c7630


From: Bernhard Voelker
Subject: bug#59304: tail: unrecognized file system type 0x794c7630
Date: Wed, 16 Nov 2022 19:34:44 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2

tag 59304 notabug
close 59304
stop

On 11/16/22 05:44, Stuart Rothrock wrote:
tail -f /var/log/melog | while read a; do echo $(date) $(echo $a | sed -e
's/[{}",]//g' -e 's/[a-z]\+://g'); done 2>&1 | tee -a dock2.log

tail -f power-dock2.log
tail: unrecognized file system type 0x794c7630 for ‘dock2.log’. please
report this to bug-coreutils@gnu.org. reverting to polling

Thanks guys!!

Thanks for the report.

That docker image seems to use a quite old coreutils version:
overlayfs - commonly used with Docker containers - has been added
in version 8.25 which was released in 2016.
Consider upgrading Coreutils if possible - we're at 9.1 currently.

See https://www.gnu.org/software/coreutils/filesystems.html for
more details.

Have a nice day,
Berny





reply via email to

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