From unknown Sun Jun 22 11:30:38 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#48751 <48751@debbugs.gnu.org> To: bug#48751 <48751@debbugs.gnu.org> Subject: Status: [PATCH 0/1] Create parent directory for laminar unix socket Reply-To: bug#48751 <48751@debbugs.gnu.org> Date: Sun, 22 Jun 2025 18:30:38 +0000 retitle 48751 [PATCH 0/1] Create parent directory for laminar unix socket reassign 48751 guix-patches submitter 48751 Arun Isaac severity 48751 normal tag 48751 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sun May 30 16:00:09 2021 Received: (at submit) by debbugs.gnu.org; 30 May 2021 20:00:09 +0000 Received: from localhost ([127.0.0.1]:60401 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lnRbU-00042X-Rc for submit@debbugs.gnu.org; Sun, 30 May 2021 16:00:08 -0400 Received: from lists.gnu.org ([209.51.188.17]:36874) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lnRbS-00041N-4k for submit@debbugs.gnu.org; Sun, 30 May 2021 16:00:06 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:50422) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lnRbR-0005Pf-5x for guix-patches@gnu.org; Sun, 30 May 2021 16:00:05 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:59616) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lnRbN-0004Cy-UL for guix-patches@gnu.org; Sun, 30 May 2021 16:00:04 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; 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=WTgYAHmBpCqpBiLvITE7Pqb5VOE0kmHcj5Caz8fmxno=; b=ZTzEYRJrkjiRmx7ZJFmM0KmEZ9 TraQ04hVhPuELnYXH83Ty7Aznr0Y1jWKmRCcIRZ3ONLnRfjkiRCv2KOxgf9f/P/RocV/YLi9nZTu4 iK72bnmD3YjIi3Ca0MovqluyeC3oE7ptf7i9o2iLfxYQmH5PrdvitMO0kF9qWC9S/plBM4B3pVwMk /ZlRzDjWdW1GR8T2LgEOqKYITDwfQrUF9XrwcMSK/pJmsijs9vN+Tc3iVAtrC9t9gn0vsU2pKZpzy 3QK8aHsgpdLlivSqR0yANeC6GhfB55plbhy/MsBXR0/w2iX31e2EgebDHedUowkxWa7svVSU5hBLf 3spfBFhQ==; Received: from [192.168.2.1] (helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1lnRbG-000011-3T; Mon, 31 May 2021 01:29:54 +0530 From: Arun Isaac To: guix-patches@gnu.org Subject: [PATCH 0/1] Create parent directory for laminar unix socket Date: Mon, 31 May 2021 01:29:52 +0530 Message-Id: <20210530195952.22708-1-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.31.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=139.59.75.54; envelope-from=arunisaac@systemreboot.net; helo=mugam.systemreboot.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Arun Isaac 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 (--) If laminard is configured to listen on a unix socket, it should create the parent directory of the unix socket with appropriate permissions. Currently, no parent directory is created and the service fails to start. Arun Isaac (1): services: laminar: Create parent directory for unix socket. gnu/services/ci.scm | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) -- 2.31.0 From debbugs-submit-bounces@debbugs.gnu.org Sun May 30 16:05:34 2021 Received: (at 48751) by debbugs.gnu.org; 30 May 2021 20:05:34 +0000 Received: from localhost ([127.0.0.1]:60412 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lnRgj-0004Al-Qf for submit@debbugs.gnu.org; Sun, 30 May 2021 16:05:34 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:37574) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lnRgh-0004Ab-2F for 48751@debbugs.gnu.org; Sun, 30 May 2021 16:05:32 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:Content-Type: MIME-Version:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: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=g3WN6lEByo4G+4tGs6Bh7X9FDHTjjBFistj9oBXmHXQ=; b=eHgpyIlz61UwKhpLgi9YcTUqfR e6ZX4W0t6cPmSDFjAH9qgiNFmcMIC0HHF7b4Q+s+HbYoUAh/x7rfwiO26Ew21eAE9fFyJLuW8Gjx0 PAGhTST10u0W8Myk5jQhVyno79FEKkQ8tpJFJj3Q8cDdvM1JdbvW/W9JlCEjM1gEZfvevbO3V8tPk 1fiCX0Pt0UXsI/mOzySJcxaNUAfFg73aWtNgVizMGVoORIK1OET1J2/TSyemszIKB+NHncsdVOIBq KLsR6nIxSrkdPeKo/i9CkdVqIbWh4hUxEg16RRWM9fLilA079PMKcq6ZH/sBySXnJ5QNhz+/Xwpy3 Z4TVl4yw==; Received: from [192.168.2.1] (helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1lnRge-000011-RZ; Mon, 31 May 2021 01:35:28 +0530 From: Arun Isaac To: 48751@debbugs.gnu.org Subject: [PATCH] services: laminar: Create parent directory for unix socket. Date: Mon, 31 May 2021 01:35:27 +0530 Message-Id: <20210530200527.23041-1-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.31.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 48751 Cc: Arun Isaac 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 (-) * gnu/services/ci.scm (laminar-activation): New function. (laminar-service-type): Extend activation-service-type with laminar-activation. --- gnu/services/ci.scm | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/gnu/services/ci.scm b/gnu/services/ci.scm index 0b18521e76..0c3566bcaf 100644 --- a/gnu/services/ci.scm +++ b/gnu/services/ci.scm @@ -1,5 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2018, 2019, 2020, 2021 Christopher Baines +;;; Copyright © 2021 Arun Isaac ;;; ;;; This file is part of GNU Guix. ;;; @@ -115,13 +116,25 @@ (home-directory (laminar-configuration-home-directory config)) (shell #~(string-append #$shadow "/sbin/nologin"))))) +(define (laminar-activation config) + (let ((bind-http (laminar-configuration-bind-http config))) + #~(begin + ;; If listen is a unix socket, create its parent directory. + (when (string-prefix? "unix:" #$bind-http) + (let ((run-directory + (dirname (substring #$bind-http (string-length "unix:")))) + (user (getpw "laminar"))) + (mkdir-p run-directory) + (chown run-directory (passwd:uid user) (passwd:gid user))))))) + (define laminar-service-type (service-type (name 'laminar) (extensions (list (service-extension shepherd-root-service-type laminar-shepherd-service) - (service-extension account-service-type laminar-account))) + (service-extension account-service-type laminar-account) + (service-extension activation-service-type laminar-activation))) (default-value (laminar-configuration)) (description "Run the Laminar continuous integration service."))) -- 2.31.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jun 08 11:35:21 2021 Received: (at 48751) by debbugs.gnu.org; 8 Jun 2021 15:35:21 +0000 Received: from localhost ([127.0.0.1]:59551 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lqdlB-0002RO-7n for submit@debbugs.gnu.org; Tue, 08 Jun 2021 11:35:21 -0400 Received: from mira.cbaines.net ([212.71.252.8]:38678) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lqdl9-0002RE-1H for 48751@debbugs.gnu.org; Tue, 08 Jun 2021 11:35:19 -0400 Received: from localhost (unknown [IPv6:2a02:8010:68c1:0:8ac0:b4c7:f5c8:7caa]) by mira.cbaines.net (Postfix) with ESMTPSA id DD89F27BC78; Tue, 8 Jun 2021 16:35:17 +0100 (BST) Received: from capella (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 1067f676; Tue, 8 Jun 2021 15:35:17 +0000 (UTC) References: <20210530195952.22708-1-arunisaac@systemreboot.net> <20210530200527.23041-1-arunisaac@systemreboot.net> User-agent: mu4e 1.4.15; emacs 27.2 From: Christopher Baines To: Arun Isaac Subject: Re: [bug#48751] [PATCH] services: laminar: Create parent directory for unix socket. In-reply-to: <20210530200527.23041-1-arunisaac@systemreboot.net> Date: Tue, 08 Jun 2021 16:35:15 +0100 Message-ID: <8735tstln0.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 48751 Cc: 48751@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: -1.0 (-) --=-=-= Content-Type: text/plain Arun Isaac writes: > * gnu/services/ci.scm (laminar-activation): New function. > (laminar-service-type): Extend activation-service-type with > laminar-activation. > --- > gnu/services/ci.scm | 15 ++++++++++++++- > 1 file changed, 14 insertions(+), 1 deletion(-) This looks good to me. I don't think I've played around too much with different bind options, so I haven't come across this issue. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmC/jjNfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9Xd+FQ/9FlJs2JR9JJqtEJXSWM10Xwa/3HfaobSd UqJ6F0ScFez5DfVZiyOhUNJEKmn7QHDGl5NmMtYkBETeQmwvT0ypfgpfXGen94Bn Fcu2JLQT5s3NmxzfUum1ESEb8KnRKfxsiunB9SDVdcK790DaQZ6gfKeYU0ieXb4j GAXSYjhfxlA71lUbvf2OzEW1B+JxTcP9qR9lVMT4TsKpP+CCD8L+65zy7H3q5fhv ArTRq65QvjlN7aWXDWjkhigA1UEVP+5xnb6YxqFk2jbfpQtl9E2E5Ey8BpbplK/e kYKjo78lHb/UPsMbQ8Mx4gc/Uc5O4nL/snmKNIeEAdGejpWmEK+9O80KUP7TojvP bdQyWpHd+DpC+SukzbUJT/nx+bP6zqzCVU1g4YgGweZ3iLGqpydO0huAHiZ6x/3Z z++aJPGzCDE/YlG2L9GiiEIiSeFkrRTEDrRfCBausEZWjl5+pulp/GRd1SPAtYai 7cAJUG1otTojEDG9LSFiZWffrj3q8vKVpj2MAUnGnxwfNXWKBG0E0F37RpX/nyMl oc2iW+597L29YfwNNm6vV2Qu0kQK+TYrzipZj0LHsmHkQBgmqBdaKDxZNj4VHrSp lptZqUpHNq2HsiWVBOk+XMPee66sjtlC99GQsmKUi8teRpKWUNgZ9unxaCzggnpA PvNqZb+fk0o= =WAqF -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 10 01:00:34 2021 Received: (at 48751-done) by debbugs.gnu.org; 10 Jun 2021 05:00:34 +0000 Received: from localhost ([127.0.0.1]:35153 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lrCny-0007to-8V for submit@debbugs.gnu.org; Thu, 10 Jun 2021 01:00:34 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:38674) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lrCnt-0007ta-WD for 48751-done@debbugs.gnu.org; Thu, 10 Jun 2021 01:00:32 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Type:MIME-Version:Message-ID:Date: References:In-Reply-To:Subject:Cc:To:From:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=V2sRnhLa0ap4vOBp4DdfvxtfBWEmbH2YS46hNxP50Sw=; b=d1NATXEvW2HNxL7+yaoGhYzW+L NCzlBenUf1+RpHgM+5UigjhqmGWPK0RJ9t8AB6p28ZDWaZMQal4lkq2DfFAEd6ZNeZPYYsO/ZpIt6 T0csa/XmfgdHdqkcH9ZudWK6GwfVAokGMzmAwJ0BknnLm6z80n4pr9u6/W/VnN6JfaJQHW1EvRgO4 JRjkmfyEfMBWnL3R/qopUAbeZSOdoxGa1fTRebts/+jpNpDkd/u/zeF/SxgkV7siB8QYdJtsr6RWN zofDIFU31h2RnUAalMUqE8rsvfoyQCLkmdmMlrl7n7Ehmj2ULy8HzIJVQugt280fy5QLob8/gM1LF DlbzSiYg==; Received: from [192.168.2.1] (helo=steel) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1lrCnr-0002rK-F8; Thu, 10 Jun 2021 10:30:27 +0530 From: Arun Isaac To: Christopher Baines Subject: Re: [bug#48751] [PATCH] services: laminar: Create parent directory for unix socket. In-Reply-To: <8735tstln0.fsf@cbaines.net> References: <20210530195952.22708-1-arunisaac@systemreboot.net> <20210530200527.23041-1-arunisaac@systemreboot.net> <8735tstln0.fsf@cbaines.net> Date: Thu, 10 Jun 2021 10:30:12 +0530 Message-ID: <87eedajov7.fsf@systemreboot.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 48751-done Cc: 48751-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: -1.0 (-) --=-=-= Content-Type: text/plain Hi Chris, > This looks good to me. Pushed to master, thanks for the review! > I don't think I've played around too much with different bind options, > so I haven't come across this issue. One problem still remains even after this patch. If the laminar web UI is behind an nginx reverse proxy, the nginx user needs to have read/write permissions to the unix socket. For this, it should be a member of the laminar group. But, short of modifying the nginx service, I don't know of any way to achieve this. Something more composable would be nice. The nginx service being aware of laminar doesn't sound right. Any ideas? Regards, Arun --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQFPBAEBCAA5FiEEf3MDQ/Lwnzx3v3nTLiXui2GAK7MFAmDBnF0bHGFydW5pc2Fh Y0BzeXN0ZW1yZWJvb3QubmV0AAoJEC4l7othgCuz4nIIAK9ISNO+2Ma38odpvDZ4 wxHYf5CT1LmTHovfbGEIGw9lLKiKNv7xkC7XNoMOoBAHxvUJsBjv5TScPTebT20f I4VoxwODOOvQWqh+8a2ZSpaeNnFTTMJNBrQdzrlysJcUkuIewykhvu5IyKbIjrtv sFkb9Xx6gOTJ+2DvowTjWUyLAWg1RJqEr2n9kU0giN1sh7cMBPqa60OHFC09wqvk IhL4jfSy1FH6dEcPS+SWI2BSFWo/5htVyp2XxXpDDy/pBkoFG1X1ThNSaWMH1fQ0 XPuGcxnriqxEa/4lPMmdkMz2S7adOVYoWymTjRZ/Ykit5hshzvU0IvOpLXWA3qI5 ZqI= =4Sih -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 16 03:31:40 2021 Received: (at 48751-done) by debbugs.gnu.org; 16 Jun 2021 07:31:40 +0000 Received: from localhost ([127.0.0.1]:51460 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ltQ1U-0006v3-HW for submit@debbugs.gnu.org; Wed, 16 Jun 2021 03:31:40 -0400 Received: from mira.cbaines.net ([212.71.252.8]:50018) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ltQ1S-0006uv-HR for 48751-done@debbugs.gnu.org; Wed, 16 Jun 2021 03:31:39 -0400 Received: from localhost (unknown [IPv6:2a02:8010:68c1:0:8ac0:b4c7:f5c8:7caa]) by mira.cbaines.net (Postfix) with ESMTPSA id 9890227BC78; Wed, 16 Jun 2021 08:31:37 +0100 (BST) Received: from capella (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 6e684eeb; Wed, 16 Jun 2021 07:31:36 +0000 (UTC) References: <20210530195952.22708-1-arunisaac@systemreboot.net> <20210530200527.23041-1-arunisaac@systemreboot.net> <8735tstln0.fsf@cbaines.net> <87eedajov7.fsf@systemreboot.net> User-agent: mu4e 1.4.15; emacs 27.2 From: Christopher Baines To: Arun Isaac Subject: Re: [bug#48751] [PATCH] services: laminar: Create parent directory for unix socket. In-reply-to: <87eedajov7.fsf@systemreboot.net> Date: Wed, 16 Jun 2021 08:31:34 +0100 Message-ID: <87a6nqs1t5.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 48751-done Cc: 48751-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: -1.0 (-) --=-=-= Content-Type: text/plain Arun Isaac writes: > Hi Chris, > >> This looks good to me. > > Pushed to master, thanks for the review! > >> I don't think I've played around too much with different bind options, >> so I haven't come across this issue. > > One problem still remains even after this patch. If the laminar web UI > is behind an nginx reverse proxy, the nginx user needs to have > read/write permissions to the unix socket. For this, it should be a > member of the laminar group. But, short of modifying the nginx service, > I don't know of any way to achieve this. Something more composable would > be nice. The nginx service being aware of laminar doesn't sound > right. Any ideas? Nothing comes to mind unfortunately. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmDJqNZfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9XcdUQ//aWR0QwvWJP9lbciu08w61wzPNVEnfUQG I5Rv1ARrvQXH+g/ne4vvdQs74M2b8J0XWkvecaOiNIb0DZvHU2R93mYhfD8y9a2y PcIRUUJ0+9cwWXsdbSvc8MI/WYdlxuOgPgg/5KA1XntaHL0MRK5KbkunM/zpS7am Fx+uu1AihH+UYAsoq9SAFTvoJXp4d5W2/0pyLCLSqSxSTBeYQY/BmG262VfRX+pX +QB8U2tfI32B9D0/gZl+1zVAxblsW50js0p9geEjizyb+pwIJpcrNKd+Gkv831xZ y740wDvKgndy8hSR/4OzBwf1PLeC9ycCJjtMimFgdh9uKFiadovJQ77KQRp3kQUb WW5TbyT0ITP5WyOVauF//ubvmIUMHFV5UnrJhnguL+kKY6sx3nqn/+D6LPEKgL3F L6GOet4kru+O4Ppyodh4Lo8MWcHV4OJYplUE3+kRtW8qVPl/VrTe3TKfBiw0uDzB lK+y6bGCetCYVnPWFVcsyqVPA0l3a6qr4KRqpfvr+G1+eKfrVZkBX+ryyTZCb31w oLRGvDM8Q3yE10Z0IritC2plmnagzF0tGieXKUtVRiK+EDvDC9vGvC+JPUpOWqpF +heBS1XyuS2rY3frNjwxBP4IEK8uxE83EfAPMUBFLyVkn0ksdw/ZnWw90xoytCFb 3cuKhQUHgoI= =r3Ji -----END PGP SIGNATURE----- --=-=-=-- From unknown Sun Jun 22 11:30:38 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 14 Jul 2021 11: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