From unknown Fri Aug 15 22:18:00 2025 X-Loop: help-debbugs@gnu.org Subject: bug#29809: a bug with the "tail" command Resent-From: Jan Rogoyski Original-Sender: "Debbugs-submit" Resent-CC: bug-coreutils@gnu.org Resent-Date: Fri, 22 Dec 2017 05:26:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 29809 X-GNU-PR-Package: coreutils X-GNU-PR-Keywords: To: 29809@debbugs.gnu.org X-Debbugs-Original-To: bug-coreutils@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.151392030316645 (code B ref -1); Fri, 22 Dec 2017 05:26:02 +0000 Received: (at submit) by debbugs.gnu.org; 22 Dec 2017 05:25:03 +0000 Received: from localhost ([127.0.0.1]:46736 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eSFpP-0004KP-7M for submit@debbugs.gnu.org; Fri, 22 Dec 2017 00:25:03 -0500 Received: from eggs.gnu.org ([208.118.235.92]:46692) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eSFlB-0004D5-Le for submit@debbugs.gnu.org; Fri, 22 Dec 2017 00:20:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eSFl5-0007SG-J4 for submit@debbugs.gnu.org; Fri, 22 Dec 2017 00:20:36 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:35277) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eSFl5-0007S7-Fn for submit@debbugs.gnu.org; Fri, 22 Dec 2017 00:20:35 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37647) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eSFl4-0001rG-Fm for bug-coreutils@gnu.org; Fri, 22 Dec 2017 00:20:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eSFkz-0007QM-Ff for bug-coreutils@gnu.org; Fri, 22 Dec 2017 00:20:34 -0500 Received: from mail.rogoyski.com ([2602:ff06:677:4:61::1]:40597 helo=rogoyski.com) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eSFkz-0007Pv-AK for bug-coreutils@gnu.org; Fri, 22 Dec 2017 00:20:29 -0500 Received: from cpe-172-101-135-26.rochester.res.rr.com ([172.101.135.26] helo=[192.168.86.174]) by rogoyski.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1eSFGf-00075c-Ss for bug-coreutils@gnu.org; Thu, 21 Dec 2017 20:49:11 -0800 From: Jan Rogoyski Message-ID: <1ee6fe06-55d3-7791-b90c-8efe9dda59aa@rogoyski.com> Date: Thu, 21 Dec 2017 23:49:04 -0500 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-Spam_score: -1.0 X-Spam_report: Spam detection software, running on the system "mail.rogoyski.com", 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: I had a program writing to a file, =?UTF-8?Q?'list'.=C2?= And then I issued the command "tail -f list". tail: unrecognized file system type 0x53464846 for 'list'. please report this to bug-coreutils@gnu.org. reverting to polling [...] Content analysis details: (-1.0 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: gnu.org] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Mailman-Approved-At: Fri, 22 Dec 2017 00:25:02 -0500 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: -5.0 (-----) I had a program writing to a file, 'list'.  And then I issued the command "tail -f list". tail: unrecognized file system type 0x53464846 for 'list'. please report this to bug-coreutils@gnu.org. reverting to polling The above message came out. gcc --version displayed gcc (Ubuntu 4.8.4-2ubuntu1~14.04.3) 4.8.4 I'm using a bash shell in Windows 10. "apt list" displayed coreutils/trusty-updates,now 8.21-1ubuntu5.4 amd64 [installed] Hope this is of some value to you. Jan Rogoyski From unknown Fri Aug 15 22:18:00 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Jan Rogoyski Subject: bug#29809: closed (Re: bug#29809: a bug with the "tail" command) Message-ID: References: <1ee6fe06-55d3-7791-b90c-8efe9dda59aa@rogoyski.com> X-Gnu-PR-Message: they-closed 29809 X-Gnu-PR-Package: coreutils Reply-To: 29809@debbugs.gnu.org Date: Fri, 22 Dec 2017 05:50:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1513921803-18903-1" This is a multi-part message in MIME format... ------------=_1513921803-18903-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #29809: a bug with the "tail" command which was filed against the coreutils package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 29809@debbugs.gnu.org. --=20 29809: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D29809 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1513921803-18903-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 29809-done) by debbugs.gnu.org; 22 Dec 2017 05:49:54 +0000 Received: from localhost ([127.0.0.1]:46746 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eSGDS-0004uU-Ah for submit@debbugs.gnu.org; Fri, 22 Dec 2017 00:49:54 -0500 Received: from mail-io0-f176.google.com ([209.85.223.176]:44777) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eSGDQ-0004uH-DI for 29809-done@debbugs.gnu.org; Fri, 22 Dec 2017 00:49:52 -0500 Received: by mail-io0-f176.google.com with SMTP id w127so23412725iow.11 for <29809-done@debbugs.gnu.org>; Thu, 21 Dec 2017 21:49:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-language:content-transfer-encoding; bh=mO014my1u09GHhjXg+j43psAlNvGXfgqRuYhU9aof1U=; b=GH36fYrL0YH3ADXOmdTXefFFG7IGlMPok8B7VJQcbBykkxKfuh4L0RBML9150kZ4ER fT1s0jCmb4QlyOl28gtxYXnzkefpWHx/jPCUiaZKhNd5+VW/aVPY8ZGqaNJdFq4We7pW w0bduwOlghUVueF5zS/1DbKXhiI0zAaE1QrR2LEZfuKvPoOPCF8bHP2PPoe2xuyR33uE 1u3uV3iN6NYl0V3I9BFg9rFHgunfQjdWWpdTs9PGDjlxXSzXaQhYr1IgoUPekMmtHGDs 8E68CqgwPBYqC+brB5cqSxAB+S/zywJJvYhsfP3HFJq+sQRPQSIBOYWdHMTfru8CqfrJ BqgA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=mO014my1u09GHhjXg+j43psAlNvGXfgqRuYhU9aof1U=; b=Oo/NfsOqiPYHAepzjXcg14lQuULkN5UBfFg4tww3FAILf86++lkfKulS/cAVjGEPsg +FcThdc4XReNKleh1B/SndZSESTUrvd5oCosNWFsv23PrsuupMyZtR2I1fBpJ5oYSp+e 3qTOk/v+XartPN16NMG0RePjesmpkK2Z4oLLF3aTtY8LdPPw+5jd1MyzB64QpCZpZ6hB DaeXVANpw4UCzN8HltZ5NpSt7YA8d1qgfMh8BJDyrVQfQGxX1swPRd3q77z90pEK56Ur etG+3ewo0o25HEVSo4X4EsOURVD/sjj/t+8aq+ZrZ2Q+f3rgpjI19Wf+KL1mtsrYWEag 4mmQ== X-Gm-Message-State: AKGB3mIOtndeRA/9Aj1AkuBxEGoagebVRPrzhO1ztw7ZNzdgkUhr0gaa iA10mpd7mPe/mU3ZgJ7Tyb2/BixT X-Google-Smtp-Source: ACJfBotCcG+UDVcXY7mPtjdDogSE8Ig9lwLDsT923NUI7lw9b1Lu7M/VCIMrp5+gKP1yOUvdaA5cmw== X-Received: by 10.107.29.21 with SMTP id d21mr12479248iod.201.1513921786306; Thu, 21 Dec 2017 21:49:46 -0800 (PST) Received: from [192.168.88.239] (moose.housegordon.com. [184.68.105.38]) by smtp.googlemail.com with ESMTPSA id u67sm5073907ita.16.2017.12.21.21.49.44 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 21 Dec 2017 21:49:45 -0800 (PST) Subject: Re: bug#29809: a bug with the "tail" command To: Jan Rogoyski , 29809-done@debbugs.gnu.org References: <1ee6fe06-55d3-7791-b90c-8efe9dda59aa@rogoyski.com> From: Assaf Gordon Message-ID: Date: Thu, 21 Dec 2017 22:49:43 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <1ee6fe06-55d3-7791-b90c-8efe9dda59aa@rogoyski.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 29809-done 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: 0.0 (/) Hello, On 2017-12-21 09:49 PM, Jan Rogoyski wrote: > tail: unrecognized file system type 0x53464846 for 'list'. please report > this to bug-coreutils@gnu.org. reverting to polling Thank you for the report. This file system (wslfs - windows subsystem for linux) has been added to coreutils 8.26 (you are using older version 8.21 which doesn't recognize it). For more information please see here: https://www.gnu.org/software/coreutils/filesystems.html regards, - assaf ------------=_1513921803-18903-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 22 Dec 2017 05:25:03 +0000 Received: from localhost ([127.0.0.1]:46736 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eSFpP-0004KP-7M for submit@debbugs.gnu.org; Fri, 22 Dec 2017 00:25:03 -0500 Received: from eggs.gnu.org ([208.118.235.92]:46692) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eSFlB-0004D5-Le for submit@debbugs.gnu.org; Fri, 22 Dec 2017 00:20:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eSFl5-0007SG-J4 for submit@debbugs.gnu.org; Fri, 22 Dec 2017 00:20:36 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:35277) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eSFl5-0007S7-Fn for submit@debbugs.gnu.org; Fri, 22 Dec 2017 00:20:35 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37647) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eSFl4-0001rG-Fm for bug-coreutils@gnu.org; Fri, 22 Dec 2017 00:20:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eSFkz-0007QM-Ff for bug-coreutils@gnu.org; Fri, 22 Dec 2017 00:20:34 -0500 Received: from mail.rogoyski.com ([2602:ff06:677:4:61::1]:40597 helo=rogoyski.com) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eSFkz-0007Pv-AK for bug-coreutils@gnu.org; Fri, 22 Dec 2017 00:20:29 -0500 Received: from cpe-172-101-135-26.rochester.res.rr.com ([172.101.135.26] helo=[192.168.86.174]) by rogoyski.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1eSFGf-00075c-Ss for bug-coreutils@gnu.org; Thu, 21 Dec 2017 20:49:11 -0800 To: bug-coreutils@gnu.org From: Jan Rogoyski Subject: a bug with the "tail" command Message-ID: <1ee6fe06-55d3-7791-b90c-8efe9dda59aa@rogoyski.com> Date: Thu, 21 Dec 2017 23:49:04 -0500 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-Spam_score: -1.0 X-Spam_report: Spam detection software, running on the system "mail.rogoyski.com", 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: I had a program writing to a file, 'list'. And then I issued the command "tail -f list". tail: unrecognized file system type 0x53464846 for 'list'. please report this to bug-coreutils@gnu.org. reverting to polling [...] Content analysis details: (-1.0 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: gnu.org] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Fri, 22 Dec 2017 00:25:02 -0500 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: -5.0 (-----) I had a program writing to a file, 'list'.  And then I issued the command "tail -f list". tail: unrecognized file system type 0x53464846 for 'list'. please report this to bug-coreutils@gnu.org. reverting to polling The above message came out. gcc --version displayed gcc (Ubuntu 4.8.4-2ubuntu1~14.04.3) 4.8.4 I'm using a bash shell in Windows 10. "apt list" displayed coreutils/trusty-updates,now 8.21-1ubuntu5.4 amd64 [installed] Hope this is of some value to you. Jan Rogoyski ------------=_1513921803-18903-1--