It also might be useful to make a tutorial on setting up other distros in a 
virtual machine using guixsdSent from my Sprint Phone.------ Original 
message------From: Brett GilioDate: Thu, Feb 21, 2019 11:08 PMTo: 
34...@debbugs.gnu.org;Cc: Subject:bug#34611: virt-manager is not recognizing 
libvirtd serviceHi 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)))



Reply via email to