GNU bug report logs - #41935
tail: unrecognized file system type 0x786f4256

Previous Next

Package: coreutils;

Reported by: Pausch Manfred <Manfred.Pausch <at> tgw-group.com>

Date: Thu, 18 Jun 2020 16:51:01 UTC

Severity: normal

Done: Bernhard Voelker <mail <at> bernhard-voelker.de>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 41935 in the body.
You can then email your comments to 41935 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-coreutils <at> gnu.org:
bug#41935; Package coreutils. (Thu, 18 Jun 2020 16:51:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Pausch Manfred <Manfred.Pausch <at> tgw-group.com>:
New bug report received and forwarded. Copy sent to bug-coreutils <at> gnu.org. (Thu, 18 Jun 2020 16:51:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Pausch Manfred <Manfred.Pausch <at> tgw-group.com>
To: "bug-coreutils <at> gnu.org" <bug-coreutils <at> gnu.org>
Subject: tail: unrecognized file system type 0x786f4256
Date: Thu, 18 Jun 2020 15:57:32 +0000
[Message part 1 (text/plain, inline)]
Hello

When I tail a logfile that’s located on a VirtualBox guest shared folder than I get this message:

tail: unrecognized file system type 0x786f4256 for ‘oracle_12102_PSU190716-20200618_174315.log’. please report this to bug-coreutils <at> gnu.org. reverting to polling

My setup:
VirtualBox Guest: Oracle Linux 7.x
VirtualBox Host: Windows 10

A directory on the host is mapped into the guest via VirtualBox shared folder and mounted in the guest.
The process that writes to the logfile runs inside the guest. And tail that follows the logfile also runs inside the guest.

Regards



[Message part 2 (text/html, inline)]

Information forwarded to bug-coreutils <at> gnu.org:
bug#41935; Package coreutils. (Fri, 19 Jun 2020 10:46:02 GMT) Full text and rfc822 format available.

Message #8 received at 41935 <at> debbugs.gnu.org (full text, mbox):

From: Pausch Manfred <Manfred.Pausch <at> tgw-group.com>
To: "41935 <at> debbugs.gnu.org" <41935 <at> debbugs.gnu.org>
Subject: AW: bug#41935: Acknowledgement (tail: unrecognized file system type
 0x786f4256)
Date: Fri, 19 Jun 2020 07:31:05 +0000
Sorry, forgot version of coreutils / tail:

$ tail --version
tail (GNU coreutils) 8.22



Information forwarded to bug-coreutils <at> gnu.org:
bug#41935; Package coreutils. (Sat, 20 Jun 2020 14:16:02 GMT) Full text and rfc822 format available.

Message #11 received at 41935 <at> debbugs.gnu.org (full text, mbox):

From: Bernhard Voelker <mail <at> bernhard-voelker.de>
To: Pausch Manfred <Manfred.Pausch <at> tgw-group.com>, 41935 <at> debbugs.gnu.org
Subject: Re: bug#41935: tail: unrecognized file system type 0x786f4256
Date: Sat, 20 Jun 2020 16:15:07 +0200
[Message part 1 (text/plain, inline)]
On 2020-06-18 17:57, Pausch Manfred wrote:
> Hello
> 
> When I tail a logfile that’s located on a VirtualBox guest shared folder than I get this message:
> 
> tail: unrecognized file system type 0x786f4256 for ‘oracle_12102_PSU190716-20200618_174315.log’. please report this to bug-coreutils <at> gnu.org. reverting to polling
> 
> My setup:
> VirtualBox Guest: Oracle Linux 7.x
> VirtualBox Host: Windows 10
> 
> A directory on the host is mapped into the guest via VirtualBox shared folder and mounted in the guest.
> The process that writes to the logfile runs inside the guest. And tail that follows the logfile also runs inside the guest.

Thanks for the report.
It's unusual that this FS-type slipped through for so long.
The attached fixes it.

An internet search unveils that inotify does not seem to work reliably
for 'vboxsf', and I think that this cannot really reliably work, e.g. if a Windows
host exposes a directory on a CIFS share into a Linux guest VM (which works, I tried).
Therefore, I've marked 'vboxsf' as a 'remote' file system which uses polling.

Have a nice day,
Berny
[0001-stat-tail-add-support-for-the-VBOXSF-file-system.patch (text/x-patch, attachment)]

Information forwarded to bug-coreutils <at> gnu.org:
bug#41935; Package coreutils. (Sat, 20 Jun 2020 17:29:01 GMT) Full text and rfc822 format available.

Message #14 received at 41935 <at> debbugs.gnu.org (full text, mbox):

From: Pádraig Brady <P <at> draigBrady.com>
To: Bernhard Voelker <mail <at> bernhard-voelker.de>,
 Pausch Manfred <Manfred.Pausch <at> tgw-group.com>, 41935 <at> debbugs.gnu.org
Subject: Re: bug#41935: tail: unrecognized file system type 0x786f4256
Date: Sat, 20 Jun 2020 18:28:00 +0100
On 20/06/2020 15:15, Bernhard Voelker wrote:
> On 2020-06-18 17:57, Pausch Manfred wrote:
>> Hello
>>
>> When I tail a logfile that’s located on a VirtualBox guest shared folder than I get this message:
>>
>> tail: unrecognized file system type 0x786f4256 for ‘oracle_12102_PSU190716-20200618_174315.log’. please report this to bug-coreutils <at> gnu.org. reverting to polling
>>
>> My setup:
>> VirtualBox Guest: Oracle Linux 7.x
>> VirtualBox Host: Windows 10
>>
>> A directory on the host is mapped into the guest via VirtualBox shared folder and mounted in the guest.
>> The process that writes to the logfile runs inside the guest. And tail that follows the logfile also runs inside the guest.
> 
> Thanks for the report.
> It's unusual that this FS-type slipped through for so long.
> The attached fixes it.
> 
> An internet search unveils that inotify does not seem to work reliably
> for 'vboxsf', and I think that this cannot really reliably work, e.g. if a Windows
> host exposes a directory on a CIFS share into a Linux guest VM (which works, I tried).
> Therefore, I've marked 'vboxsf' as a 'remote' file system which uses polling.

+1

thanks




Information forwarded to bug-coreutils <at> gnu.org:
bug#41935; Package coreutils. (Sat, 20 Jun 2020 22:02:02 GMT) Full text and rfc822 format available.

Message #17 received at 41935 <at> debbugs.gnu.org (full text, mbox):

From: Bernhard Voelker <mail <at> bernhard-voelker.de>
To: Pádraig Brady <P <at> draigBrady.com>,
 Pausch Manfred <Manfred.Pausch <at> tgw-group.com>, 41935 <at> debbugs.gnu.org
Subject: Re: bug#41935: tail: unrecognized file system type 0x786f4256
Date: Sun, 21 Jun 2020 00:01:37 +0200
On 2020-06-20 19:28, Pádraig Brady wrote:
> +1

Thanks for the review, pushed at:
https://git.sv.gnu.org/cgit/coreutils.git/commit/?id=f5644c986ce

Have a nice day,
Berny





Reply sent to Bernhard Voelker <mail <at> bernhard-voelker.de>:
You have taken responsibility. (Sat, 20 Jun 2020 22:03:01 GMT) Full text and rfc822 format available.

Notification sent to Pausch Manfred <Manfred.Pausch <at> tgw-group.com>:
bug acknowledged by developer. (Sat, 20 Jun 2020 22:03:01 GMT) Full text and rfc822 format available.

Message #22 received at 41935-done <at> debbugs.gnu.org (full text, mbox):

From: Bernhard Voelker <mail <at> bernhard-voelker.de>
To: 41935-done <at> debbugs.gnu.org
Subject: Re: bug#41935: tail: unrecognized file system type 0x786f4256
Date: Sun, 21 Jun 2020 00:02:39 +0200
marking this as done.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 19 Jul 2020 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 281 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.