GNU bug report logs - #23143
tail: unrecognized file system type 0x7c7c6673

Previous Next

Package: coreutils;

Reported by: Mikhail Emelchenkov <mikhail <at> emelchenkov.pro>

Date: Tue, 29 Mar 2016 14:19:02 UTC

Severity: normal

Merged with 23176

Done: Pádraig Brady <P <at> draigBrady.com>

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 23143 in the body.
You can then email your comments to 23143 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#23143; Package coreutils. (Tue, 29 Mar 2016 14:19:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Mikhail Emelchenkov <mikhail <at> emelchenkov.pro>:
New bug report received and forwarded. Copy sent to bug-coreutils <at> gnu.org. (Tue, 29 Mar 2016 14:19:02 GMT) Full text and rfc822 format available.

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

From: Mikhail Emelchenkov <mikhail <at> emelchenkov.pro>
To: bug-coreutils <at> gnu.org
Subject: tail: unrecognized file system type 0x7c7c6673
Date: Tue, 29 Mar 2016 14:40:03 +0300
[Message part 1 (text/plain, inline)]
Hello,

tail ask me to send bugreport to your email address, and I am doing it.

When using Parallels 11 OS X with Vagrant and Ubuntu guest, got this error. `tails` utility can't detect `prl_fs` filesystem.

tail: unrecognized file system type 0x7c7c6673 for 'file.log'. please report this to bug-coreutils <at> gnu.org. reverting to polling

# lsb_release -rd
Description:	Ubuntu 14.04.3 LTS
Release:	14.04

coreutils 8.21-1ubuntu5.4

Also, I reported this bug to Ubuntu: https://bugs.launchpad.net/ubuntu/+source/coreutils/+bug/1563283

Mikhail Emelchenkov
Research & development
www.Emelchenkov.pro <https://www.emelchenkov.pro/>, +7 (968) 849-4070

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

Information forwarded to bug-coreutils <at> gnu.org:
bug#23143; Package coreutils. (Wed, 30 Mar 2016 12:40:02 GMT) Full text and rfc822 format available.

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

From: Pádraig Brady <P <at> draigBrady.com>
To: Mikhail Emelchenkov <mikhail <at> emelchenkov.pro>, 23143 <at> debbugs.gnu.org
Subject: Re: bug#23143: tail: unrecognized file system type 0x7c7c6673
Date: Wed, 30 Mar 2016 13:39:20 +0100
On 29/03/16 12:40, Mikhail Emelchenkov wrote:
> Hello,
>
> tail ask me to send bugreport to your email address, and I am doing it.
>
> When using Parallels 11 OS X with Vagrant and Ubuntu guest, got this error. `tails` utility can't detect `prl_fs` filesystem.
>
> tail: unrecognized file system type 0x7c7c6673 for 'file.log'. please report this to bug-coreutils <at> gnu.org. reverting to polling
>
> # lsb_release -rd
> Description:	Ubuntu 14.04.3 LTS
> Release:	14.04
>
> coreutils 8.21-1ubuntu5.4
>
> Also, I reported this bug to Ubuntu: https://bugs.launchpad.net/ubuntu/+source/coreutils/+bug/1563283

Heh 0x7C7C6673 is ||fs in ASCII. I like it :)
Could you install inotify-tools and use inotifywait to see if inotify is supported on prl_fs?
That will let us tag it appropriately.

thanks,
Pádraig.




Information forwarded to bug-coreutils <at> gnu.org:
bug#23143; Package coreutils. (Wed, 30 Mar 2016 20:17:02 GMT) Full text and rfc822 format available.

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

From: Mikhail Emelchenkov <mikhail <at> emelchenkov.pro>
To: Pádraig Brady <P <at> draigBrady.com>
Cc: 23143 <at> debbugs.gnu.org
Subject: Re: bug#23143: tail: unrecognized file system type 0x7c7c6673
Date: Wed, 30 Mar 2016 23:15:52 +0300
[Message part 1 (text/plain, inline)]
Hello Pádraig,

> Heh 0x7C7C6673 is ||fs in ASCII. I like it :)

Me too :)

> Could you install inotify-tools and use inotifywait to see if inotify is supported on prl_fs?
> That will let us tag it appropriately.

I did it. Mixed picture:
1. Run `inotifywait -e modify /vagrant/out/1.txt` and run `echo 123 >> /vagrant/out/1.txt` both from inside VM (in different shell sessions).
Setting up watches.
Watches established.
/vagrant/out/1.txt MODIFY
2. Run `inotifywait -e modify /vagrant/out/1.txt` from inside VM and run `echo 123 >> /vagrant/out/1.txt` from outside VM.
Setting up watches.
Watches established.
(just waiting, nothing fired)

I use native Parallels Tools installed inside VM.

FS mounted as (it is mounted automatically by Vagrant and Parallels):
vagrant on /vagrant type prl_fs (rw,uid=1000,gid=1000)

Mikhail Emelchenkov
Research & development
www.Emelchenkov.pro <https://www.emelchenkov.pro/>
[Message part 2 (text/html, inline)]

Reply sent to Pádraig Brady <P <at> draigBrady.com>:
You have taken responsibility. (Thu, 31 Mar 2016 15:42:02 GMT) Full text and rfc822 format available.

Notification sent to Mikhail Emelchenkov <mikhail <at> emelchenkov.pro>:
bug acknowledged by developer. (Thu, 31 Mar 2016 15:42:02 GMT) Full text and rfc822 format available.

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

From: Pádraig Brady <P <at> draigBrady.com>
To: Mikhail Emelchenkov <mikhail <at> emelchenkov.pro>
Cc: 23143-done <at> debbugs.gnu.org
Subject: Re: bug#23143: tail: unrecognized file system type 0x7c7c6673
Date: Thu, 31 Mar 2016 16:41:06 +0100
[Message part 1 (text/plain, inline)]
On 30/03/16 21:15, Mikhail Emelchenkov wrote:
> Hello Pádraig,
>
>> Heh 0x7C7C6673 is ||fs in ASCII. I like it :)
>
> Me too :)
>
>> Could you install inotify-tools and use inotifywait to see if inotify is supported on prl_fs?
>> That will let us tag it appropriately.
>
> I did it. Mixed picture:
> 1. Run `inotifywait -e modify /vagrant/out/1.txt` and run `echo 123 >> /vagrant/out/1.txt` both from inside VM (in different shell sessions).
> Setting up watches.
> Watches established.
> /vagrant/out/1.txt MODIFY
> 2. Run `inotifywait -e modify /vagrant/out/1.txt` from inside VM and run `echo 123 >> /vagrant/out/1.txt` from outside VM.
> Setting up watches.
> Watches established.
> (just waiting, nothing fired)
>
> I use native Parallels Tools installed inside VM.
>
> FS mounted as (it is mounted automatically by Vagrant and Parallels):
> vagrant on /vagrant type prl_fs (rw,uid=1000,gid=1000)

Excellent.
I'll push the attached later.

thanks,
Pádraig

[coreutils-prl_fs.patch (text/x-patch, attachment)]

Information forwarded to bug-coreutils <at> gnu.org:
bug#23143; Package coreutils. (Thu, 31 Mar 2016 16:15:01 GMT) Full text and rfc822 format available.

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

From: Bernhard Voelker <mail <at> bernhard-voelker.de>
To: 23143 <at> debbugs.gnu.org, P <at> draigBrady.com, mikhail <at> emelchenkov.pro
Subject: Re: bug#23143: tail: unrecognized file system type 0x7c7c6673
Date: Thu, 31 Mar 2016 18:14:41 +0200
On 03/31/2016 05:41 PM, Pádraig Brady wrote:
> I'll push the attached later.

LGTM. Thanks!

Have a nice day,
Berny





Forcibly Merged 23143 23176. Request was from Pádraig Brady <P <at> draigBrady.com> to control <at> debbugs.gnu.org. (Fri, 01 Apr 2016 17:44:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 30 Apr 2016 11:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 8 years and 5 days ago.

Previous Next


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