From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id CKKlBYwVU2J7VAEAgWs5BA (envelope-from ) for ; Sun, 10 Apr 2022 19:36:12 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id EmfhAowVU2ItagAA9RJhRA (envelope-from ) for ; Sun, 10 Apr 2022 19:36:12 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 9BFECBD8B for ; Sun, 10 Apr 2022 19:36:11 +0200 (CEST) Received: from localhost ([::1]:52538 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ndbTu-000801-1K for larch@yhetil.org; Sun, 10 Apr 2022 13:36:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:45536) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ndbTm-0007z7-Un for guix-patches@gnu.org; Sun, 10 Apr 2022 13:36:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:47444) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ndbTm-0003Sf-Mi for guix-patches@gnu.org; Sun, 10 Apr 2022 13:36:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ndbTm-0001Kw-HT for guix-patches@gnu.org; Sun, 10 Apr 2022 13:36:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#54811] [PATCH 0/3] Support socket activation in 'guix publish' and 'guix-daemon' Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 10 Apr 2022 17:36:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 54811 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Maxime Devos Cc: 54811@debbugs.gnu.org Received: via spool by 54811-submit@debbugs.gnu.org id=B54811.16496121075027 (code B ref 54811); Sun, 10 Apr 2022 17:36:02 +0000 Received: (at 54811) by debbugs.gnu.org; 10 Apr 2022 17:35:07 +0000 Received: from localhost ([127.0.0.1]:41341 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ndbSt-0001Iz-86 for submit@debbugs.gnu.org; Sun, 10 Apr 2022 13:35:07 -0400 Received: from eggs.gnu.org ([209.51.188.92]:52064) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ndbSr-0001IK-67 for 54811@debbugs.gnu.org; Sun, 10 Apr 2022 13:35:05 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:45824) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ndbSl-00032k-SP; Sun, 10 Apr 2022 13:34:59 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=mQ41BX2ifkFL6Zy52jDLY213K6kTe8CtNRVZMDXMqGk=; b=OP0l7bX+fS0ULqLyOuJg Ce1SC8gtXtgCxlss0oP74h4o8iqm24rrf+Knlw6w82030qVAAb5XO3udCL4BdHfeeGOjQnPDhXG58 cXAmL7rceRZYdeqgibBbSVThPmPZTFla0b5nJzKWEnZa+zd5bDK0DIQfeMaJQQp4izy4Xxl4w/Hq+ bhgbKwN8DulyNLMVNCmBkjeJMu/UPVIqIUIhnM8IUsKNvdLJD+PJnbSLMdlfv3ymuik3PyYCHR1cJ OCLLODfbhLvWJpht8yn55FQZyWGpTwS8gJWVtY76E36U/PiT+1lTKlO1fWZsoOcvr8DAsZaXbkGQl KrAN4YAnl2iB0g==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:53310 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ndbSl-00067E-Fn; Sun, 10 Apr 2022 13:34:59 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20220409091246.6979-1-ludo@gnu.org> <09e052a24c04b9ce45131e77a9c2eeffc57149e4.camel@telenet.be> <87tub26lva.fsf_-_@gnu.org> <39d3583decc263e805b27aea6bac138dbc9787b3.camel@telenet.be> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 21 Germinal an 230 de la =?UTF-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Sun, 10 Apr 2022 19:34:57 +0200 In-Reply-To: <39d3583decc263e805b27aea6bac138dbc9787b3.camel@telenet.be> (Maxime Devos's message of "Sat, 09 Apr 2022 22:49:53 +0200") Message-ID: <87sfqk6dvi.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1649612171; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=mQ41BX2ifkFL6Zy52jDLY213K6kTe8CtNRVZMDXMqGk=; b=kDStmAWc5fdlo3EeMZi/Yks8qBwIeSk08UjffpsoPsh0dcKSjJMWsD85x1jr4rpOi+tPpt 7nPfLt2HgymE+lXUWIbVnl7tMvRU93EwJ0D+SRpq33W6pGmok2rwFNffbuoD55BfzGgZSX dO5PXsiM4ycyXq+DS+4PSyVEfW88mjgtMVwLjfjb11yke17zzJ8ZpTQWz3YrEZR9ae/VcK t0TmJlQM1q/BcRNh3nmk3oFy+/T29QKok2/JOvSqcvQyzO4Ugu1PsJm/sRV5snDtPGdk+Y Z3vZuBvqdGkJYC8ClHuH69gx+by6B/0r2dVT0MPpCtO5WR4ps8TideBgRdGU1w== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1649612171; a=rsa-sha256; cv=none; b=X8511ro6WrsMZF7caq2LtdopU5sG/14FVXbwDFXvqjN2OqvTUp8tfxPB9PhAQlnggs/h00 aEKtEnt94Xr9PZy4ok6vezuFyIEHv/PyzduepK6x2N3s2KjMn1ZS0fKahyOTEqsMhPtaDH pAMCTLC8emtIMC2fzPEtp1f46ca8WqpyurVStAj3kO/CFC58z3u1pSvD5jnVkUwTVTNrCD pC7ZTXuye9lKMM7zHcEj57Ih+kLAVP+bTs0wLl8HFYAhJAqsgq6GAjMZEgF2xSNZWPBNF1 qb/yUn0rmyhtEL8YqMoy76aU8Z6gxZjsE3MuefNzn2lj4Ocpcz/5zfbKFbVk2g== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=OP0l7bX+; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -3.27 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=OP0l7bX+; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 9BFECBD8B X-Spam-Score: -3.27 X-Migadu-Scanner: scn0.migadu.com X-TUID: D0oSecAg3Dx+ Maxime Devos skribis: > Ludovic Court=C3=A8s schreef op za 09-04-2022 om 22:30 [+0200]: >> Maxime Devos skribis: >>=20 >> > Ludovic Court=C3=A8s schreef op za 09-04-2022 om 11:12 [+0200]: >> > > =C2=A0 publish: Support systemd-style socket activation. >> >=20 >> > Does this imply that, at least when avahi/--advertise isn't used, >> > "guix publish" can be run in a container without network access, >> > in a container that only has access to /gnu/store, the private/public >> > key and wherever the nars are stored? >>=20 >> I don=E2=80=99t think it makes any difference.=C2=A0 Or am I misundersta= nding? > > Is =E2=80=98it=E2=80=99 =3D =E2=80=98the new socket activation support=E2= =80=99, or =E2=80=98the avahi/-- > advertise option being enabled or not=E2=80=99? =E2=80=9CIt=E2=80=9D referred to the long condition you wrote. :-) One thing is sure: when =E2=80=98--advertise=E2=80=99 is used, we shouldn= =E2=80=99t use socket activation or nothing will be advertised. Is that what you mean? Ludo=E2=80=99.