emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#46506: closed ([PATCH] system: hurd: Have the static networking prov


From: GNU bug Tracking System
Subject: bug#46506: closed ([PATCH] system: hurd: Have the static networking provision 'networking.)
Date: Mon, 22 Feb 2021 22:23:03 +0000

Your message dated Mon, 22 Feb 2021 22:22:03 +0000
with message-id <87eeh7n3p0.fsf@cbaines.net>
and subject line Re: bug#46506: [PATCH] system: hurd: Have the static 
networking provision 'networking.
has caused the debbugs.gnu.org bug report #46506,
regarding [PATCH] system: hurd: Have the static networking provision 
'networking.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
46506: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46506
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] system: hurd: Have the static networking provision 'networking. Date: Sun, 14 Feb 2021 10:58:27 +0000
Some services require networking, I'm looking at the Guix Build Coordinator
agent.  Networking seems to work in the childhurd VM, so I think this change
makes sense.

* gnu/system/hurd.scm (%base-services/hurd): Add 'networking to the provision
parameter for the static-networking service.
---
 gnu/system/hurd.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/system/hurd.scm b/gnu/system/hurd.scm
index 8b46e65e31..8f3a27834b 100644
--- a/gnu/system/hurd.scm
+++ b/gnu/system/hurd.scm
@@ -79,7 +79,7 @@
                  (list (static-networking (interface "lo")
                                           (ip "127.0.0.1")
                                           (requirement '())
-                                          (provision '(loopback))
+                                          (provision '(loopback networking))
                                           (name-servers '("10.0.2.3")))))
         (syslog-service)
         (service guix-service-type
-- 
2.30.0




--- End Message ---
--- Begin Message --- Subject: Re: bug#46506: [PATCH] system: hurd: Have the static networking provision 'networking. Date: Mon, 22 Feb 2021 22:22:03 +0000 User-agent: mu4e 1.4.14; emacs 27.1
Ludovic Courtès <ludo@gnu.org> writes:

> Hi Chris,
>
> Christopher Baines <mail@cbaines.net> skribis:
>
>> Some services require networking, I'm looking at the Guix Build Coordinator
>> agent.  Networking seems to work in the childhurd VM, so I think this change
>> makes sense.
>>
>> * gnu/system/hurd.scm (%base-services/hurd): Add 'networking to the provision
>> parameter for the static-networking service.
>
> LGTM, thanks!

Thanks for taking a look, pushed as
5c7874adb00c834e55e58a9b964ebc5fd1bb872c.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]