From unknown Sat Jun 21 12:10:01 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#19951 <19951@debbugs.gnu.org> To: bug#19951 <19951@debbugs.gnu.org> Subject: Status: tail: unrecognized file system type 0x013111a8 for `xxx.yyy'. Reverting to polling. Reply-To: bug#19951 <19951@debbugs.gnu.org> Date: Sat, 21 Jun 2025 19:10:01 +0000 retitle 19951 tail: unrecognized file system type 0x013111a8 for `xxx.yyy'.= Reverting to polling. reassign 19951 coreutils submitter 19951 "Seymour, Shane M" severity 19951 normal tag 19951 fixed thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 26 02:10:07 2015 Received: (at submit) by debbugs.gnu.org; 26 Feb 2015 07:10:07 +0000 Received: from localhost ([127.0.0.1]:58183 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YQsaE-0001So-7k for submit@debbugs.gnu.org; Thu, 26 Feb 2015 02:10:06 -0500 Received: from eggs.gnu.org ([208.118.235.92]:58077) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YQs2j-0000ee-HI for submit@debbugs.gnu.org; Thu, 26 Feb 2015 01:35:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YQs2d-0004eO-An for submit@debbugs.gnu.org; Thu, 26 Feb 2015 01:35:24 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_20 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:49270) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQs2d-0004eI-8s for submit@debbugs.gnu.org; Thu, 26 Feb 2015 01:35:23 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59785) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQs2c-0002mn-9s for bug-coreutils@gnu.org; Thu, 26 Feb 2015 01:35:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YQs2X-0004cR-9P for bug-coreutils@gnu.org; Thu, 26 Feb 2015 01:35:22 -0500 Received: from g4t3425.houston.hp.com ([15.201.208.53]:59597) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQs2X-0004ZB-5M for bug-coreutils@gnu.org; Thu, 26 Feb 2015 01:35:17 -0500 Received: from G9W0364.americas.hpqcorp.net (g9w0364.houston.hp.com [16.216.193.45]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by g4t3425.houston.hp.com (Postfix) with ESMTPS id D6A8D253 for ; Thu, 26 Feb 2015 06:35:09 +0000 (UTC) Received: from G4W6306.americas.hpqcorp.net (16.210.26.231) by G9W0364.americas.hpqcorp.net (16.216.193.45) with Microsoft SMTP Server (TLS) id 14.3.169.1; Thu, 26 Feb 2015 06:33:52 +0000 Received: from G4W3219.americas.hpqcorp.net ([169.254.8.224]) by G4W6306.americas.hpqcorp.net ([16.210.26.231]) with mapi id 14.03.0169.001; Thu, 26 Feb 2015 06:33:53 +0000 From: "Seymour, Shane M" To: "bug-coreutils@gnu.org" Subject: tail: unrecognized file system type 0x013111a8 for `xxx.yyy'. Reverting to polling. Thread-Topic: tail: unrecognized file system type 0x013111a8 for `xxx.yyy'. Reverting to polling. Thread-Index: AdAwcz+ZiMAmF6DnShS/SVc7rjWnSA== Date: Thu, 26 Feb 2015 06:33:52 +0000 Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [16.216.65.175] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Thu, 26 Feb 2015 02:10:04 -0500 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) 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 ha= d trouble using git to download the source so I could supply at diff but bu= t it seems that here (current head as of a few weeks ago) I'd like to get t= he 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 From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 27 13:02:32 2015 Received: (at 19951) by debbugs.gnu.org; 27 Feb 2015 18:02:32 +0000 Received: from localhost ([127.0.0.1]:60191 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YRPF9-0000Tm-PA for submit@debbugs.gnu.org; Fri, 27 Feb 2015 13:02:32 -0500 Received: from mout.kundenserver.de ([212.227.17.10]:52561) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YRPF7-0000TX-0e for 19951@debbugs.gnu.org; Fri, 27 Feb 2015 13:02:30 -0500 Received: from [192.168.1.10] ([217.86.68.70]) by mrelayeu.kundenserver.de (mreue102) with ESMTPSA (Nemesis) id 0M6DsI-1XYswp3EFO-00y5Te; Fri, 27 Feb 2015 19:02:21 +0100 Message-ID: <54F0B12D.7050608@bernhard-voelker.de> Date: Fri, 27 Feb 2015 19:02:21 +0100 From: Bernhard Voelker User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: "Seymour, Shane M" , 19951@debbugs.gnu.org Subject: Re: bug#19951: tail: unrecognized file system type 0x013111a8 for `xxx.yyy'. Reverting to polling. References: In-Reply-To: Content-Type: multipart/mixed; boundary="------------040802090401090409000208" X-Provags-ID: V03:K0:C0EFUQkCjT0eTsuwnm1WTMwmdOAObsA48cl6UdwvQ4cF0n3fL8Z rljX5GUzKKmuCMwxz3lbenwbv9sd3ZLqLxCfUFzJkX97ChTU5lt0PIOqOXcGDtsNdcJUPl8 ox1g4MAoZdVYcCM4ZfKEZvdsbNuKIKq07MSOsBFm0erJpKgyeRMVc1BFIWnPzY7/9a5vAE4 f1o8RMVKsOrNKOhizeAnQ== X-UI-Out-Filterresults: notjunk:1; X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 19951 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) This is a multi-part message in MIME format. --------------040802090401090409000208 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit 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 --------------040802090401090409000208 Content-Type: text/x-patch; name="0001-tail-stat-improve-support-for-the-IBRIX-file-system.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename*0="0001-tail-stat-improve-support-for-the-IBRIX-file-system.pat"; filename*1="ch" >From e60547db04ff30b9341386837a35ffb15c3c7789 Mon Sep 17 00:00:00 2001 From: Shane M Seymour Date: Fri, 27 Feb 2015 18:52:51 +0100 Subject: [PATCH] tail,stat: improve support for the IBRIX file system Note that IBRIX used to have a different magic number 0x013111A7 instead of the current 0x013111A8. However, the former is no longer used and the version of IBRIX it was used in is really ancient, so it's extremely unlikely anyone is still using it. Therefore, just add the newer magic number. Mark IBRIX as a 'remote' file system type as inotify support had never been officially tested with it. * src/stat.c (human_fstype): Add file system ID definition. * NEWS: Mention the improvement. Fixes http://bugs.gnu.org/19951 --- NEWS | 3 +++ src/stat.c | 2 ++ 2 files changed, 5 insertions(+) diff --git a/NEWS b/NEWS index d2d8046..8aef1a6 100644 --- a/NEWS +++ b/NEWS @@ -90,6 +90,9 @@ GNU coreutils NEWS -*- outline -*- mv will try a reflink before falling back to a standard copy, which is more efficient when moving files across BTRFS subvolume boundaries. + stat and tail now know about IBRIX. stat -f --format=%T now reports the file + system type, and tail -f uses polling for files on IBRIX file systems. + References from --help and the man pages of utilities have been corrected in various cases, and more direct links to the corresponding online documentation are provided. diff --git a/src/stat.c b/src/stat.c index 625e0f9..4b5aff7 100644 --- a/src/stat.c +++ b/src/stat.c @@ -336,6 +336,8 @@ human_fstype (STRUCT_STATVFS const *statfsbuf) return "hugetlbfs"; case S_MAGIC_MTD_INODE_FS: /* 0x11307854 local */ return "inodefs"; + case S_MAGIC_IBRIX: /* 0x013111A8 remote */ + return "ibrix"; case S_MAGIC_INOTIFYFS: /* 0x2BAD1DEA local */ return "inotifyfs"; case S_MAGIC_ISOFS: /* 0x9660 local */ -- 2.1.4 --------------040802090401090409000208-- From debbugs-submit-bounces@debbugs.gnu.org Sun Mar 01 07:40:52 2015 Received: (at 19951) by debbugs.gnu.org; 1 Mar 2015 12:40:52 +0000 Received: from localhost ([127.0.0.1]:32974 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YS3Ax-0001KZ-Vm for submit@debbugs.gnu.org; Sun, 01 Mar 2015 07:40:52 -0500 Received: from mail2.vodafone.ie ([213.233.128.44]:26631) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YS3Av-0001KL-No for 19951@debbugs.gnu.org; Sun, 01 Mar 2015 07:40:50 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AkgFAAgI81RtTG6d/2dsb2JhbABagwKCVYESwgGCTgKBEk0BAQEBAQF8hBABBTIBVgsNAQoJJQ8CRgYBDAgBARaIGQHBUpMSAQsBH4sShGkMhCsBBJpZhWiJGoM+I4IygTw+gnQBAQE Received: from unknown (HELO localhost.localdomain) ([109.76.110.157]) by mail2.vodafone.ie with ESMTP; 01 Mar 2015 12:40:43 +0000 Message-ID: <54F308CB.10201@draigBrady.com> Date: Sun, 01 Mar 2015 12:40:43 +0000 From: =?windows-1252?Q?P=E1draig_Brady?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Bernhard Voelker , "Seymour, Shane M" , 19951@debbugs.gnu.org Subject: Re: bug#19951: tail: unrecognized file system type 0x013111a8 for `xxx.yyy'. Reverting to polling. References: <54F0B12D.7050608@bernhard-voelker.de> In-Reply-To: <54F0B12D.7050608@bernhard-voelker.de> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 19951 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) 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. From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 22 21:48:29 2018 Received: (at control) by debbugs.gnu.org; 23 Oct 2018 01:48:29 +0000 Received: from localhost ([127.0.0.1]:36594 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gElo4-0003x1-Vt for submit@debbugs.gnu.org; Mon, 22 Oct 2018 21:48:29 -0400 Received: from mail-io1-f42.google.com ([209.85.166.42]:41538) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gElo4-0003wp-2Z for control@debbugs.gnu.org; Mon, 22 Oct 2018 21:48:28 -0400 Received: by mail-io1-f42.google.com with SMTP id q4-v6so28300491iob.8 for ; Mon, 22 Oct 2018 18:48:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=to:from:message-id:date:user-agent:mime-version:content-language :content-transfer-encoding; bh=YpYvBWWoUh7eYFIoUl0tl6Kr2D1t94fvWaFeCaZBJZ4=; b=aT8GAYgF19Yg0EnHviJ84i9q+nAh2OoIKbSvp2CBZZixhJG1y0yVgMod5c1nZd8k8S A/rs6LIKAp9MMD2BFKuNka8DMS8Hw52F+tKg00+8ksEO81vI19M0R81IkoHL7ZO71UaA sO3YihRgIwY/1+4j89CG9uJZ40hle5DhteMK0iLCuBSxMHNIb1Ysjl82YDPoUmQdvEgP wr51a8FLvep19l99b7NcUHSwqoM9lKKQtkAoou5uRO//2isHuFuMboeijjlMdtglZ8pP 18xmuNH2jtxr2z2Kj/ya8tC4wdLIbHLqCAMaxHSd1DWcVVskzRWjlZNv62kAdnbWetFl pb5g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:from:message-id:date:user-agent:mime-version :content-language:content-transfer-encoding; bh=YpYvBWWoUh7eYFIoUl0tl6Kr2D1t94fvWaFeCaZBJZ4=; b=Lj3h0PWs1PXmZConyx2a5QQfE+MDbC/4l4mqSdHpyPnys3/t+B6mwGEd0RJRyboq6I L3N8STEaE3Dh9UFrVGxqX45+3TApsosIBYJ5ZRpfKKUU5PWXesKmvr8fqJHbdlbXhTFW tVFbWaFFUzx999lYW/Jdmtcf/LpE+6/CZAxPRWtePndpEOVTVw0LxJiUcKtZTOQW/8qa O85wrQfB3KaCXXUfV8QdYPIoaM/eQ9ujnykVTn74jBAAAXiUarX60XpQiMIfyRqYQZA2 sxVRvqAdof0Yk1Rs+M+ByDy3pMvQ8Gxa8JqE4cT4lN2/yl35qOiXl2nZP5yjFL5i4RbN wEWA== X-Gm-Message-State: AGRZ1gIV3pWlDlgzMs2Vq1HavqtQiRG7rT6FFyD5yFMqT4PsnXFUPBFm H7bVDRYivwSCp10Mbevd/ghoHsD6 X-Google-Smtp-Source: AJdET5euFcXlbuaXe7igcr4dptK5rbOW+cV2NkNsUZJxFaIsDPoo4zTmH/Zf9PkbGLCgr3+KzLQqAQ== X-Received: by 2002:a6b:cd8f:: with SMTP id d137-v6mr10249209iog.154.1540259302113; Mon, 22 Oct 2018 18:48:22 -0700 (PDT) Received: from tomato.housegordon.com (moose.housegordon.com. [184.68.105.38]) by smtp.googlemail.com with ESMTPSA id x126-v6sm19892itb.8.2018.10.22.18.48.20 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 22 Oct 2018 18:48:21 -0700 (PDT) To: control@debbugs.gnu.org From: Assaf Gordon Message-ID: <0b38029c-ab8b-17f0-733c-e3f43ba71959@gmail.com> Date: Mon, 22 Oct 2018 19:48:19 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: tags 19951 fixed close 19951 [...] Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [209.85.166.42 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (assafgordon[at]gmail.com) -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [209.85.166.42 listed in wl.mailspike.net] 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) tags 19951 fixed close 19951 From unknown Sat Jun 21 12:10:01 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 20 Nov 2018 12:24:08 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator