From mboxrd@z Thu Jan 1 00:00:00 1970 From: "brettg@posteo.net" Subject: bug#34611: virt-manager is not recognizing libvirtd service Date: Fri, 22 Feb 2019 16:57:41 -0600 Message-ID: References: <87bm34jtsd.fsf@posteo.net> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--_com.lge.email_4126844108199620" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:59716) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gxJlc-0006Nz-W8 for bug-guix@gnu.org; Fri, 22 Feb 2019 17:58:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gxJlc-0004yK-15 for bug-guix@gnu.org; Fri, 22 Feb 2019 17:58:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:35113) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gxJlZ-0004wQ-VU for bug-guix@gnu.org; Fri, 22 Feb 2019 17:58:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gxJlZ-0001DP-SK for bug-guix@gnu.org; Fri, 22 Feb 2019 17:58:01 -0500 In-Reply-To: <87bm34jtsd.fsf@posteo.net> Sender: "Debbugs-submit" Resent-Message-ID: List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 34611@debbugs.gnu.org ----_com.lge.email_4126844108199620 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 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: 34611@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))) ----_com.lge.email_4126844108199620 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 8bit
It also might be useful to make a tutorial on setting up other distros in a virtual machine using guixsd

Sent from my Sprint Phone.

------ Original message------
From: Brett Gilio
Date: Thu, Feb 21, 2019 11:08 PM
Cc:
Subject:bug#34611: virt-manager is not recognizing libvirtd service

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



----_com.lge.email_4126844108199620--