unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#34611: virt-manager is not recognizing libvirtd service
@ 2019-02-22  5:06 Brett Gilio
  2019-02-22 22:57 ` brettg
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Brett Gilio @ 2019-02-22  5:06 UTC (permalink / raw)
  To: 34611

Hi all,

I am having an issue using virt-manager on GuixSD. I have libvirt and
virt-manager installed, and am starting the libvirtd service using my
configuration file. However, regardless of whether or not I start
virt-manager as root or normal privileges, I am getting a "checking for
virtualization packages..." note with an error of "No active connection
to install on." libvirtd and virtlogd are properly started as far as I
can tell by queurying the herd. Here is my relevant configuration.

(users (cons (user-account
                (name "brettg")
                (comment "Brett Gilio")
                (group "users")
                (supplementary-groups '("wheel" "netdev"
                                        "audio" "video"
					"libvirt"))
                (home-directory "/home/brettg"))
               %base-user-accounts))


  (packages (cons* nss-certs         ;for HTTPS access
                   gvfs              ;for user mounts
		   libvirt
                   %base-packages))

  (services (cons* (service gnome-desktop-service-type
			    (gnome-desktop-configuration
			     (inherit config)
			     (gnome-package gnome-custom)))
		   (service libvirt-service-type)
		   (service virtlog-service-type)
		   (service gdm-service-type)
                   (filter (lambda (x)
                             (not (eq? (service-kind x) slim-service-type)))
                           %desktop-services)))

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

end of thread, other threads:[~2023-12-30  5:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-22  5:06 bug#34611: virt-manager is not recognizing libvirtd service Brett Gilio
2019-02-22 22:57 ` brettg
2019-03-30 19:46 ` Efraim Flashner
2022-01-05 18:42 ` calcium via Bug reports for GNU Guix
2023-12-30  4:12   ` Maxim Cournoyer
2023-12-30  5:30   ` Maxim Cournoyer

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).