GNU bug report logs - #19951
tail: unrecognized file system type 0x013111a8 for `xxx.yyy'. Reverting to polling.

Previous Next

Package: coreutils;

Reported by: "Seymour, Shane M" <shane.seymour <at> hp.com>

Date: Thu, 26 Feb 2015 07:11:01 UTC

Severity: normal

Tags: fixed

Done: Assaf Gordon <assafgordon <at> gmail.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 19951 in the body.
You can then email your comments to 19951 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#19951; Package coreutils. (Thu, 26 Feb 2015 07:11:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Seymour, Shane M" <shane.seymour <at> hp.com>:
New bug report received and forwarded. Copy sent to bug-coreutils <at> gnu.org. (Thu, 26 Feb 2015 07:11:02 GMT) Full text and rfc822 format available.

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

From: "Seymour, Shane M" <shane.seymour <at> hp.com>
To: "bug-coreutils <at> gnu.org" <bug-coreutils <at> gnu.org>
Subject: tail: unrecognized file system type 0x013111a8 for `xxx.yyy'.
 Reverting to polling.
Date: Thu, 26 Feb 2015 06:33:52 +0000
Hi,

Similar to this previous report for AUFS:

https://lists.gnu.org/archive/html/bug-coreutils/2012-06/msg00101.html

Can I please get the same thing done for the ibrix filesystem from HP. I had trouble using git to download the source so I could supply at diff but but it seems that here (current head as of a few weeks ago) I'd like to get the following added:

337    case S_MAGIC_MTD_INODE_FS: /* 0x11307854 local */
338      return "inodefs";

	case S_MAGIC_IBRIX: /* 0x013111A8 remote */
		return "ibrix";

339    case S_MAGIC_INOTIFYFS: /* 0x2BAD1DEA local */
340      return "inotifyfs";

With the same fixme comment that entries like S_MAGIC_AUFS has.

Thanks
Shane




Information forwarded to bug-coreutils <at> gnu.org:
bug#19951; Package coreutils. (Fri, 27 Feb 2015 18:03:02 GMT) Full text and rfc822 format available.

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

From: Bernhard Voelker <mail <at> bernhard-voelker.de>
To: "Seymour, Shane M" <shane.seymour <at> hp.com>, 19951 <at> debbugs.gnu.org
Subject: Re: bug#19951: tail: unrecognized file system type 0x013111a8 for
 `xxx.yyy'. Reverting to polling.
Date: Fri, 27 Feb 2015 19:02:21 +0100
[Message part 1 (text/plain, inline)]
On 02/26/2015 07:33 AM, Seymour, Shane M wrote:
> 	case S_MAGIC_IBRIX: /* 0x013111A8 remote */
> 		return "ibrix";

Thanks for the report.
As you already found the proper place to insert the code, and as
it's a trivial change not requiring the copyright assignment pro-
cedure, I'll push the attached in your name soon.

For others: Shane provided the additional information I put into
the commit message in an of-list conversation.
I also added a proper NEWS entry.

Thanks & have a nice day,
Berny
[0001-tail-stat-improve-support-for-the-IBRIX-file-system.patch (text/x-patch, attachment)]

Information forwarded to bug-coreutils <at> gnu.org:
bug#19951; Package coreutils. (Sun, 01 Mar 2015 12:41:02 GMT) Full text and rfc822 format available.

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

From: Pádraig Brady <P <at> draigBrady.com>
To: Bernhard Voelker <mail <at> bernhard-voelker.de>, 
 "Seymour, Shane M" <shane.seymour <at> hp.com>, 19951 <at> debbugs.gnu.org
Subject: Re: bug#19951: tail: unrecognized file system type 0x013111a8 for
 `xxx.yyy'. Reverting to polling.
Date: Sun, 01 Mar 2015 12:40:43 +0000
On 27/02/15 18:02, Bernhard Voelker wrote:
> On 02/26/2015 07:33 AM, Seymour, Shane M wrote:
>> 	case S_MAGIC_IBRIX: /* 0x013111A8 remote */
>> 		return "ibrix";
> 
> Thanks for the report.
> As you already found the proper place to insert the code, and as
> it's a trivial change not requiring the copyright assignment pro-
> cedure, I'll push the attached in your name soon.
> 
> For others: Shane provided the additional information I put into
> the commit message in an of-list conversation.
> I also added a proper NEWS entry.

+1

thanks to both of you.
Pádraig.





Added tag(s) fixed. Request was from Assaf Gordon <assafgordon <at> gmail.com> to control <at> debbugs.gnu.org. (Tue, 23 Oct 2018 01:49:03 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 19951 <at> debbugs.gnu.org and "Seymour, Shane M" <shane.seymour <at> hp.com> Request was from Assaf Gordon <assafgordon <at> gmail.com> to control <at> debbugs.gnu.org. (Tue, 23 Oct 2018 01:49:03 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. (Tue, 20 Nov 2018 12:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 6 years and 215 days ago.

Previous Next


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