guix-commits
[Top][All Lists]
Advanced

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

15/36: Revert "DRAFT: hurd: use static-networking instead of dummy loopb


From: guix-commits
Subject: 15/36: Revert "DRAFT: hurd: use static-networking instead of dummy loopback hack."
Date: Fri, 1 May 2020 11:53:59 -0400 (EDT)

janneke pushed a commit to branch wip-hurd-vm
in repository guix.

commit 2ddbca658d47222085c338a53888c1f81ba1d9df
Author: Jan (janneke) Nieuwenhuizen <address@hidden>
AuthorDate: Fri May 1 17:11:21 2020 +0200

    Revert "DRAFT: hurd: use static-networking instead of dummy loopback hack."
    
    This does not work yet...
    
        herd: exeception caught while executing 'start' on service 'loopback':
        Value out of range 0 to 4294967295: -1
    
    This reverts commit f0111a7cc772ebb7153bbd1bc1a625e8f8791653.
---
 gnu/system/hurd.scm | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/gnu/system/hurd.scm b/gnu/system/hurd.scm
index f546452..ad66c7c 100644
--- a/gnu/system/hurd.scm
+++ b/gnu/system/hurd.scm
@@ -76,12 +76,7 @@
                  (hurd-console-configuration (hurd hurd)))
         (service hurd-ttys-service-type
                  (hurd-ttys-configuration (hurd hurd)))
-        ;; Loopback device, needed by OpenSSH notably.
-        (service static-networking-service-type
-                 (list (static-networking (interface "lo")
-                                          (ip "127.0.0.1")
-                                          (requirement '())
-                                          (provision '(loopback)))))
+        (service hurd-loopback-service-type)
         (syslog-service)))
 
 (define %hurd-os



reply via email to

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