all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#53921: The libvirt service does not contain a way to turn-on remote listening
@ 2022-02-10 17:09 Katherine Cox-Buday
  2022-02-12 12:30 ` bug#53921: [PATCH] services: libvirt: Enable listening mode based on configuration Brice Waegeneire
  0 siblings, 1 reply; 3+ messages in thread
From: Katherine Cox-Buday @ 2022-02-10 17:09 UTC (permalink / raw)
  To: 53921

The shepherd libvirt service contains ways to configure "listening mode" (i.e. listening over TCP) capabilities, but contains no way to actually turn this feature on, despite referencing[1] an unimplemented `listen` option:

> You must set listen for this to have any effect. 

From libvirt's documentation[2]:

> Note: it is also necessary to start the server in listening mode by
> running it with --listen or adding a LIBVIRTD_ARGS="--listen" line to
> /etc/sysconfig/libvirtd.

Our service definition requires the ability to specify that shepherd should start the service with the `--listen` flag.

[1] - https://guix.gnu.org/manual/en/guix.html#index-listen_002dtcp_003f
[2] - https://libvirt.org/remote.html#Remote_libvirtd_configuration

-- 
Katherine




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-02-12 15:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-10 17:09 bug#53921: The libvirt service does not contain a way to turn-on remote listening Katherine Cox-Buday
2022-02-12 12:30 ` bug#53921: [PATCH] services: libvirt: Enable listening mode based on configuration Brice Waegeneire
2022-02-12 15:56   ` Katherine Cox-Buday

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.