X-Loop: help-debbugs@HIDDEN Subject: bug#52511: service networking provided more than once Resent-From: Mathieu Othacehe <othacehe@HIDDEN> Original-Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> Resent-CC: bug-guix@HIDDEN Resent-Date: Wed, 15 Dec 2021 13:05:02 +0000 Resent-Message-ID: <handler.52511.B.163957348926644 <at> debbugs.gnu.org> Resent-Sender: help-debbugs@HIDDEN X-GNU-PR-Message: report 52511 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 52511 <at> debbugs.gnu.org X-Debbugs-Original-To: bug-guix@HIDDEN Received: via spool by submit <at> debbugs.gnu.org id=B.163957348926644 (code B ref -1); Wed, 15 Dec 2021 13:05:02 +0000 Received: (at submit) by debbugs.gnu.org; 15 Dec 2021 13:04:49 +0000 Received: from localhost ([127.0.0.1]:60456 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1mxTxh-0006vg-1K for submit <at> debbugs.gnu.org; Wed, 15 Dec 2021 08:04:49 -0500 Received: from lists.gnu.org ([209.51.188.17]:59654) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <othacehe@HIDDEN>) id 1mxTxf-0006vY-E8 for submit <at> debbugs.gnu.org; Wed, 15 Dec 2021 08:04:47 -0500 Received: from eggs.gnu.org ([209.51.188.92]:56620) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <othacehe@HIDDEN>) id 1mxTxc-0008Dd-Od for bug-guix@HIDDEN; Wed, 15 Dec 2021 08:04:45 -0500 Received: from [2001:470:142:3::e] (port=47832 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <othacehe@HIDDEN>) id 1mxTxb-0006Xt-Qz for bug-guix@HIDDEN; Wed, 15 Dec 2021 08:04:44 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:Subject:To:From:in-reply-to: references; bh=cSSxcALVNuQOAe0DwxrjOgUR1Z62201oAjiejsuO2L4=; b=fUvAx4nlkBfXil lLAEqg6K8LyT17S6HcgInE/AqF+SXZmMXjqwe2Zb+B5PPD+3sFx3vbggk8qn1dAWSHOVcYuFHp69V EfepbTPVIEKhqauTTuxn3BhBo4HgxBHB/qvLhn/aj0rO8YBNJr/Vaj/Hp78HdIHQ25TE6nKvaoScR VFQI8bZ/2BzHNGoXIJ3l+oNc0+kqKvufyumtAMw5JB5qDDDTfRz6DhOSkdmeZsFOkDxQH9OzscgR8 +uw4IEGF4nC8igmk3cGc3KhyE2cYBw0BfKuDnx9GCjg4VfbCkPs0okV3Z9vclfR3epZEG1oGlQro8 klkXj5x3AkUEgZecN5nQ==; Received: from lfbn-lyo-1-236-245.w86-202.abo.wanadoo.fr ([86.202.80.245]:48384 helo=meije) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <othacehe@HIDDEN>) id 1mxTxT-0006yE-80 for bug-guix@HIDDEN; Wed, 15 Dec 2021 08:04:39 -0500 From: Mathieu Othacehe <othacehe@HIDDEN> Date: Wed, 15 Dec 2021 14:04:32 +0100 Message-ID: <87czlyj9y7.fsf@HIDDEN> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) Hello, When using this service: --8<---------------cut here---------------start------------->8--- (service static-networking-service-type (list (static-networking (addresses (list ;; Connection to the DMZ for public access ;; This is a 10G port. (network-address (device "eno2") (value "141.80.181.40/24")))) (routes (list (network-route (destination "default") (gateway "141.80.181.1"))))) (static-networking (addresses (list ;; Connection to build nodes (network-address (device "eno1") (value "141.80.167.131/26"))))))) --8<---------------cut here---------------end--------------->8--- I have the following error message: --8<---------------cut here---------------start------------->8--- service networking provided more that once --8<---------------cut here---------------end--------------->8--- I guess it boils down to tweak the "provision" field accordingly, but it should be automated or documented properly. Thanks, Mathieu
Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) Content-Type: text/plain; charset=utf-8 X-Loop: help-debbugs@HIDDEN From: help-debbugs@HIDDEN (GNU bug Tracking System) To: Mathieu Othacehe <othacehe@HIDDEN> Subject: bug#52511: Acknowledgement (service networking provided more than once) Message-ID: <handler.52511.B.163957348926644.ack <at> debbugs.gnu.org> References: <87czlyj9y7.fsf@HIDDEN> X-Gnu-PR-Message: ack 52511 X-Gnu-PR-Package: guix Reply-To: 52511 <at> debbugs.gnu.org Date: Wed, 15 Dec 2021 13:05:03 +0000 Thank you for filing a new bug report with debbugs.gnu.org. This is an automatically generated reply to let you know your message has been received. Your message is being forwarded to the package maintainers and other interested parties for their attention; they will reply in due course. Your message has been sent to the package maintainer(s): bug-guix@HIDDEN If you wish to submit further information on this problem, please send it to 52511 <at> debbugs.gnu.org. Please do not send mail to help-debbugs@HIDDEN unless you wish to report a problem with the Bug-tracking system. --=20 52511: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D52511 GNU Bug Tracking System Contact help-debbugs@HIDDEN with problems
Received: (at control) by debbugs.gnu.org; 15 Dec 2021 13:24:48 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Wed Dec 15 08:24:48 2021 Received: from localhost ([127.0.0.1]:60513 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1mxUH2-0007Vg-Eg for submit <at> debbugs.gnu.org; Wed, 15 Dec 2021 08:24:48 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:39646) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <ludo@HIDDEN>) id 1mxUH0-0007VL-Ku for control <at> debbugs.gnu.org; Wed, 15 Dec 2021 08:24:47 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 088FE181 for <control <at> debbugs.gnu.org>; Wed, 15 Dec 2021 14:24:40 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at 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 By6dyEarbf-q for <control <at> debbugs.gnu.org>; Wed, 15 Dec 2021 14:24:39 +0100 (CET) Received: from ribbon (91-160-117-201.subs.proxad.net [91.160.117.201]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 26D6A76 for <control <at> debbugs.gnu.org>; Wed, 15 Dec 2021 14:24:39 +0100 (CET) Date: Wed, 15 Dec 2021 14:24:38 +0100 Message-Id: <87ilvqvw4p.fsf@HIDDEN> To: control <at> debbugs.gnu.org From: =?utf-8?Q?Ludovic_Court=C3=A8s?= <ludo@HIDDEN> Subject: control message for bug #52511 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spamd-Bar: / Authentication-Results: hera.aquilenet.fr; none X-Rspamd-Server: hera X-Rspamd-Queue-Id: 088FE181 X-Spamd-Result: default: False [0.61 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[control <at> debbugs.gnu.org]; RCPT_COUNT_ONE(0.00)[1]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; R_MIXED_CHARSET(0.71)[subject]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; MID_RHS_MATCH_FROM(0.00)[] X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -0.0 (/) severity 52511 important quit
X-Loop: help-debbugs@HIDDEN Subject: bug#52511: service networking provided more than once Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= <ludo@HIDDEN> Original-Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> Resent-CC: bug-guix@HIDDEN Resent-Date: Wed, 15 Dec 2021 13:29:01 +0000 Resent-Message-ID: <handler.52511.B52511.163957493529310 <at> debbugs.gnu.org> Resent-Sender: help-debbugs@HIDDEN X-GNU-PR-Message: followup 52511 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Mathieu Othacehe <othacehe@HIDDEN> Cc: 52511 <at> debbugs.gnu.org Received: via spool by 52511-submit <at> debbugs.gnu.org id=B52511.163957493529310 (code B ref 52511); Wed, 15 Dec 2021 13:29:01 +0000 Received: (at 52511) by debbugs.gnu.org; 15 Dec 2021 13:28:55 +0000 Received: from localhost ([127.0.0.1]:60519 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1mxUL0-0007cg-Tt for submit <at> debbugs.gnu.org; Wed, 15 Dec 2021 08:28:55 -0500 Received: from eggs.gnu.org ([209.51.188.92]:33166) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <ludo@HIDDEN>) id 1mxUKy-0007cN-Pw for 52511 <at> debbugs.gnu.org; Wed, 15 Dec 2021 08:28:53 -0500 Received: from [2001:470:142:3::e] (port=48710 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <ludo@HIDDEN>) id 1mxUKm-0006YW-M9 for 52511 <at> debbugs.gnu.org; Wed, 15 Dec 2021 08:28:46 -0500 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=icgUPc18y9lBbxiJ//2YPBQ6hgny3uOgI1sBk68DP1I=; b=lgxXwuc4H5QvUNPmu/Gf vMAGLuOx1uLUdiYFumDOHfvIss9ix18S99LTeEZ4I8mRAAXVfRoeN1xL5m8uuSL2RAykv/XCjPqrG h6AmG0tkIq9iKKIOGzzlRpG/CsRfFOCiHfHXVfYPoyZV2YmDG09fwrOSQr1iwHhQyTE2t+8yPeIOB 5zPsiDQIUp0rKBYCrlgwFTp1gA8NbLqPWxz9eVX8yWfIZyzg2/kyfvJ5j2zkP0elyTVvvIIlqvLfW Xf17nwjnxSdA5wqW71zYXu0I8NryBEmsinNfxawOe+ZQxarHJqdbtPmcD6fqlpXVmZCXkEcjla6i9 WPCeUxK7V1afhg==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:61017 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <ludo@HIDDEN>) id 1mxUKl-0002B0-8B; Wed, 15 Dec 2021 08:28:39 -0500 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= <ludo@HIDDEN> References: <87czlyj9y7.fsf@HIDDEN> Date: Wed, 15 Dec 2021 14:28:36 +0100 In-Reply-To: <87czlyj9y7.fsf@HIDDEN> (Mathieu Othacehe's message of "Wed, 15 Dec 2021 14:04:32 +0100") Message-ID: <87ee6evvy3.fsf@HIDDEN> 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-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) Hi! Mathieu Othacehe <othacehe@HIDDEN> skribis: > When using this service: > > (service static-networking-service-type > (list (static-networking > (addresses > (list > ;; Connection to the DMZ for public access > ;; This is a 10G port. > (network-address > (device "eno2") > (value "141.80.181.40/24")))) > (routes > (list (network-route > (destination "default") > (gateway "141.80.181.1"))))) > (static-networking > (addresses > (list > ;; Connection to build nodes > (network-address > (device "eno1") > (value "141.80.167.131/26"))))))) > > > I have the following error message: > > service networking provided more that once > > I guess it boils down to tweak the "provision" field accordingly, but it > should be automated or documented properly. In this particular case, you could/should have a single =E2=80=98static-networking=E2=80=99 with multiple addresses: (static-networking (addresses (list (network-address =E2=80=A6) (network-address =E2=80=A6))) (routes =E2=80=A6)) I=E2=80=99m not sure if there are other situations where this limitation is problematic. WDYT? Thanks, Ludo=E2=80=99.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.