From unknown Fri Aug 15 17:23:19 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#72143] [PATCH] file-systems: Skip checking the cifs file-system type. Resent-From: Richard Sent Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 16 Jul 2024 20:50:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 72143 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 72143@debbugs.gnu.org Cc: Richard Sent X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.172116296813476 (code B ref -1); Tue, 16 Jul 2024 20:50:01 +0000 Received: (at submit) by debbugs.gnu.org; 16 Jul 2024 20:49:28 +0000 Received: from localhost ([127.0.0.1]:34494 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sTp72-0003VH-2C for submit@debbugs.gnu.org; Tue, 16 Jul 2024 16:49:28 -0400 Received: from lists.gnu.org ([209.51.188.17]:36052) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sTp70-0003VA-FG for submit@debbugs.gnu.org; Tue, 16 Jul 2024 16:49:27 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sTp6x-0006pq-F2 for guix-patches@gnu.org; Tue, 16 Jul 2024 16:49:23 -0400 Received: from mail-108-mta73.mxroute.com ([136.175.108.73]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1sTp6s-0007Sd-9s for guix-patches@gnu.org; Tue, 16 Jul 2024 16:49:23 -0400 Received: from filter006.mxroute.com ([136.175.111.3] filter006.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta73.mxroute.com (ZoneMTA) with ESMTPSA id 190bd4e5f0f00017a3.001 for (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384); Tue, 16 Jul 2024 20:49:08 +0000 X-Zone-Loop: d51e31e79764896d24f443d05aa696ac51e187185b25 X-Originating-IP: [136.175.111.3] DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=freakingpenguin.com; s=x; h=Content-Transfer-Encoding:MIME-Version: Message-ID:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=wqEaEXtDvbafWC7bQ4L55wpbjH52KemmPiDW1LRXdBA=; b=jnbRyXWCLt0NZs9dv3p2xBJL76 jUB5qQtqU6MaDDaEhGvuNwJGZVB0obd98jImcVCIdpjw69jkrcAZ/pLhpqRYc30sFmKZoJf/zPvv9 41JiNW3bqKXSx+OvM/5uSLVjQJoqFVBx2sj2nIa2UMSc1coTU8EYwMHynf1O9tqob7k3CALYhtCEm tYM7vcngLNq5rrEPrxS8LwBPR/2VlDWST4i7UGwRvNkD3fR3MFiRRIhqJVATXkFrFuOPdKln6o8PL D9qPU0p65PKo4SVqEdTl6PvO1x5aGmjrModfP5UgoS2K/lS4tBhSTPdLtwhnvBS+vujYR8AKHGM97 zfijJ8XQ==; From: Richard Sent Date: Tue, 16 Jul 2024 16:48:44 -0400 Message-ID: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Authenticated-Id: richard@freakingpenguin.com Received-SPF: pass client-ip=136.175.108.73; envelope-from=richard@freakingpenguin.com; helo=mail-108-mta73.mxroute.com X-Spam_score_int: -16 X-Spam_score: -1.7 X-Spam_bar: - X-Spam_report: (-1.7 / 5.0 requ) BAYES_00=-1.9, DKIM_INVALID=0.1, DKIM_SIGNED=0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) 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: -2.4 (--) * gnu/build/file-systems.scm (check-file-system)[check-procedure]: Add cifs. Change-Id: I891b18f03884ed45e92ac32556fe04b3087e20dd --- gnu/build/file-systems.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/build/file-systems.scm b/gnu/build/file-systems.scm index ae29b36c4e..2076994e73 100644 --- a/gnu/build/file-systems.scm +++ b/gnu/build/file-systems.scm @@ -1083,6 +1083,7 @@ (define (check-file-system device type force? repair) ((string-prefix? "f2fs" type) check-f2fs-file-system) ((string-prefix? "ntfs" type) check-ntfs-file-system) ((string-prefix? "nfs" type) (const 'pass)) + ((string-prefix? "cifs" type) (const 'pass)) ((string-prefix? "xfs" type) check-xfs-file-system) (else #f))) base-commit: 325fed4c1514bffd084355455710fcc3f1c8da2c -- 2.45.2 From unknown Fri Aug 15 17:23:19 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: Richard Sent Subject: bug#72143: closed (Re: [bug#72143] [PATCH] file-systems: Skip checking the cifs file-system type.) Message-ID: References: <87ikx0qtlt.fsf@gnu.org> X-Gnu-PR-Message: they-closed 72143 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 72143@debbugs.gnu.org Date: Sat, 20 Jul 2024 09:53:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1721469182-32053-1" This is a multi-part message in MIME format... ------------=_1721469182-32053-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #72143: [PATCH] file-systems: Skip checking the cifs file-system type. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 72143@debbugs.gnu.org. --=20 72143: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D72143 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1721469182-32053-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 72143-done) by debbugs.gnu.org; 20 Jul 2024 09:52:04 +0000 Received: from localhost ([127.0.0.1]:51798 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sV6l2-0008JZ-Jm for submit@debbugs.gnu.org; Sat, 20 Jul 2024 05:52:04 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:44480) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sV6l1-0008IQ-5e for 72143-done@debbugs.gnu.org; Sat, 20 Jul 2024 05:52:03 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 90082AAE; Sat, 20 Jul 2024 11:51:27 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at hera.aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6_R4AZ9hAwaq; Sat, 20 Jul 2024 11:51:27 +0200 (CEST) Received: from ribbon (91-160-117-201.subs.proxad.net [91.160.117.201]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 25E77298; Sat, 20 Jul 2024 11:51:27 +0200 (CEST) From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Richard Sent Subject: Re: [bug#72143] [PATCH] file-systems: Skip checking the cifs file-system type. In-Reply-To: (Richard Sent's message of "Tue, 16 Jul 2024 16:48:44 -0400") References: Date: Sat, 20 Jul 2024 11:51:26 +0200 Message-ID: <87ikx0qtlt.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 72143-done Cc: 72143-done@debbugs.gnu.org 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 (/) Richard Sent skribis: > * gnu/build/file-systems.scm (check-file-system)[check-procedure]: Add cifs. > > Change-Id: I891b18f03884ed45e92ac32556fe04b3087e20dd Applied, thanks! ------------=_1721469182-32053-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 16 Jul 2024 20:49:28 +0000 Received: from localhost ([127.0.0.1]:34494 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sTp72-0003VH-2C for submit@debbugs.gnu.org; Tue, 16 Jul 2024 16:49:28 -0400 Received: from lists.gnu.org ([209.51.188.17]:36052) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sTp70-0003VA-FG for submit@debbugs.gnu.org; Tue, 16 Jul 2024 16:49:27 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sTp6x-0006pq-F2 for guix-patches@gnu.org; Tue, 16 Jul 2024 16:49:23 -0400 Received: from mail-108-mta73.mxroute.com ([136.175.108.73]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1sTp6s-0007Sd-9s for guix-patches@gnu.org; Tue, 16 Jul 2024 16:49:23 -0400 Received: from filter006.mxroute.com ([136.175.111.3] filter006.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta73.mxroute.com (ZoneMTA) with ESMTPSA id 190bd4e5f0f00017a3.001 for (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384); Tue, 16 Jul 2024 20:49:08 +0000 X-Zone-Loop: d51e31e79764896d24f443d05aa696ac51e187185b25 X-Originating-IP: [136.175.111.3] DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=freakingpenguin.com; s=x; h=Content-Transfer-Encoding:MIME-Version: Message-ID:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=wqEaEXtDvbafWC7bQ4L55wpbjH52KemmPiDW1LRXdBA=; b=jnbRyXWCLt0NZs9dv3p2xBJL76 jUB5qQtqU6MaDDaEhGvuNwJGZVB0obd98jImcVCIdpjw69jkrcAZ/pLhpqRYc30sFmKZoJf/zPvv9 41JiNW3bqKXSx+OvM/5uSLVjQJoqFVBx2sj2nIa2UMSc1coTU8EYwMHynf1O9tqob7k3CALYhtCEm tYM7vcngLNq5rrEPrxS8LwBPR/2VlDWST4i7UGwRvNkD3fR3MFiRRIhqJVATXkFrFuOPdKln6o8PL D9qPU0p65PKo4SVqEdTl6PvO1x5aGmjrModfP5UgoS2K/lS4tBhSTPdLtwhnvBS+vujYR8AKHGM97 zfijJ8XQ==; From: Richard Sent To: guix-patches@gnu.org Subject: [PATCH] file-systems: Skip checking the cifs file-system type. Date: Tue, 16 Jul 2024 16:48:44 -0400 Message-ID: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Authenticated-Id: richard@freakingpenguin.com Received-SPF: pass client-ip=136.175.108.73; envelope-from=richard@freakingpenguin.com; helo=mail-108-mta73.mxroute.com X-Spam_score_int: -16 X-Spam_score: -1.7 X-Spam_bar: - X-Spam_report: (-1.7 / 5.0 requ) BAYES_00=-1.9, DKIM_INVALID=0.1, DKIM_SIGNED=0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Richard Sent 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: -2.4 (--) * gnu/build/file-systems.scm (check-file-system)[check-procedure]: Add cifs. Change-Id: I891b18f03884ed45e92ac32556fe04b3087e20dd --- gnu/build/file-systems.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/build/file-systems.scm b/gnu/build/file-systems.scm index ae29b36c4e..2076994e73 100644 --- a/gnu/build/file-systems.scm +++ b/gnu/build/file-systems.scm @@ -1083,6 +1083,7 @@ (define (check-file-system device type force? repair) ((string-prefix? "f2fs" type) check-f2fs-file-system) ((string-prefix? "ntfs" type) check-ntfs-file-system) ((string-prefix? "nfs" type) (const 'pass)) + ((string-prefix? "cifs" type) (const 'pass)) ((string-prefix? "xfs" type) check-xfs-file-system) (else #f))) base-commit: 325fed4c1514bffd084355455710fcc3f1c8da2c -- 2.45.2 ------------=_1721469182-32053-1--