* [bug#46506] [PATCH] system: hurd: Have the static networking provision 'networking.
@ 2021-02-14 10:58 Christopher Baines
2021-02-22 10:06 ` Ludovic Courtès
0 siblings, 1 reply; 3+ messages in thread
From: Christopher Baines @ 2021-02-14 10:58 UTC (permalink / raw)
To: 46506
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#46506] [PATCH] system: hurd: Have the static networking provision 'networking.
2021-02-14 10:58 [bug#46506] [PATCH] system: hurd: Have the static networking provision 'networking Christopher Baines
@ 2021-02-22 10:06 ` Ludovic Courtès
2021-02-22 22:22 ` bug#46506: " Christopher Baines
0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2021-02-22 10:06 UTC (permalink / raw)
To: Christopher Baines; +Cc: 46506
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!
Ludo’.
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#46506: [PATCH] system: hurd: Have the static networking provision 'networking.
2021-02-22 10:06 ` Ludovic Courtès
@ 2021-02-22 22:22 ` Christopher Baines
0 siblings, 0 replies; 3+ messages in thread
From: Christopher Baines @ 2021-02-22 22:22 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: 46506-done
[-- Attachment #1: Type: text/plain, Size: 529 bytes --]
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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-02-22 22:24 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-14 10:58 [bug#46506] [PATCH] system: hurd: Have the static networking provision 'networking Christopher Baines
2021-02-22 10:06 ` Ludovic Courtès
2021-02-22 22:22 ` bug#46506: " Christopher Baines
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).