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

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

[debbugs-tracker] bug#27426: closed ([PATCH 0/2] 'guix-daemon --listen'


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#27426: closed ([PATCH 0/2] 'guix-daemon --listen' can specify multiple interfaces)
Date: Thu, 22 Jun 2017 09:03:02 +0000

Your message dated Thu, 22 Jun 2017 11:02:29 +0200
with message-id <address@hidden>
and subject line Re: [bug#27426] [PATCH 0/2] 'guix-daemon --listen' can specify 
multiple interfaces
has caused the debbugs.gnu.org bug report #27426,
regarding [PATCH 0/2] 'guix-daemon --listen' can specify multiple interfaces
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
27426: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=27426
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 0/2] 'guix-daemon --listen' can specify multiple interfaces Date: Mon, 19 Jun 2017 18:03:02 +0200
Hello Guix!

Commit 3dff90ce34448551bc82a6a7262837c0561a4691 added support for
guix:// URIs on the client side.  This commit adds guix-daemon support
to specify TCP sockets to listen to, like this:

  # Listen on the loopback interface only, port 1234.
  guix-daemon --listen=localhost:1234

  # Listen on the Unix-domain socket and on the public interface,
  # port 44146.
  guix-daemon --listen=/var/guix/daemon-socket/socket \
              --listen=0.0.0.0

The primary use case is clusters running a single ‘guix-daemon’ instance
that can be accessed from other nodes on the local network.

Feedback welcome!

Ludo’.

Ludovic Courtès (2):
  store: Define a default port for TCP connections.
  daemon: '--listen' can be passed several times, can specify TCP
    endpoints.

 doc/guix.texi                 |  39 +++++-
 guix/store.scm                |  12 +-
 nix/nix-daemon/guix-daemon.cc | 152 +++++++++++++++++++++--
 nix/nix-daemon/nix-daemon.cc  | 283 +++++++++++++++++++-----------------------
 tests/guix-daemon.sh          |  12 ++
 5 files changed, 317 insertions(+), 181 deletions(-)

-- 
2.13.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#27426] [PATCH 0/2] 'guix-daemon --listen' can specify multiple interfaces Date: Thu, 22 Jun 2017 11:02:29 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)
Hi!

Roel Janssen <address@hidden> skribis:

> I tested it with the pre-inst-env and it works fine.
> Looking forward to see this in upstream!

Pushed, thanks!

Ludo’.


--- End Message ---

reply via email to

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