From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id yNnyFVqCM2DqcQAA0tVLHw (envelope-from ) for ; Mon, 22 Feb 2021 10:07:22 +0000 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id iGTFEVqCM2AaQgAAbx9fmQ (envelope-from ) for ; Mon, 22 Feb 2021 10:07:22 +0000 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 D119022A84 for ; Mon, 22 Feb 2021 11:07:21 +0100 (CET) Received: from localhost ([::1]:35224 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lE87c-0006L5-Mb for larch@yhetil.org; Mon, 22 Feb 2021 05:07:20 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:46218) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lE87K-0006Ix-LL for guix-patches@gnu.org; Mon, 22 Feb 2021 05:07:06 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:44156) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lE87K-0001KX-ET for guix-patches@gnu.org; Mon, 22 Feb 2021 05:07:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lE87K-0006aW-AM for guix-patches@gnu.org; Mon, 22 Feb 2021 05:07:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#46506] [PATCH] system: hurd: Have the static networking provision 'networking. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 22 Feb 2021 10:07:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 46506 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Christopher Baines Cc: 46506@debbugs.gnu.org Received: via spool by 46506-submit@debbugs.gnu.org id=B46506.161398841025302 (code B ref 46506); Mon, 22 Feb 2021 10:07:02 +0000 Received: (at 46506) by debbugs.gnu.org; 22 Feb 2021 10:06:50 +0000 Received: from localhost ([127.0.0.1]:55702 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lE877-0006a2-Nv for submit@debbugs.gnu.org; Mon, 22 Feb 2021 05:06:49 -0500 Received: from eggs.gnu.org ([209.51.188.92]:56492) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lE876-0006Zk-5w for 46506@debbugs.gnu.org; Mon, 22 Feb 2021 05:06:48 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:51593) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lE86z-0001Bm-OP; Mon, 22 Feb 2021 05:06:43 -0500 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=42348 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lE86v-0006N7-3N; Mon, 22 Feb 2021 05:06:40 -0500 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20210214105827.27729-1-mail@cbaines.net> Date: Mon, 22 Feb 2021 11:06:35 +0100 In-Reply-To: <20210214105827.27729-1-mail@cbaines.net> (Christopher Baines's message of "Sun, 14 Feb 2021 10:58:27 +0000") Message-ID: <87h7m4ct78.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (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-Spam-Score: -2.87 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: D119022A84 X-Spam-Score: -2.87 X-Migadu-Scanner: scn0.migadu.com X-TUID: ulHhOA09eqmt Hi Chris, Christopher Baines skribis: > Some services require networking, I'm looking at the Guix Build Coordinat= or > agent. Networking seems to work in the childhurd VM, so I think this cha= nge > makes sense. > > * gnu/system/hurd.scm (%base-services/hurd): Add 'networking to the provi= sion > parameter for the static-networking service. LGTM, thanks! Ludo=E2=80=99.