From unknown Sun Jun 22 07:55:23 2025 X-Loop: help-debbugs@gnu.org Subject: bug#34611: virt-manager is not recognizing libvirtd service Resent-From: Brett Gilio Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Fri, 22 Feb 2019 05:08:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 34611 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 34611@debbugs.gnu.org X-Debbugs-Original-To: "bug-guix\@gnu.org" Received: via spool by submit@debbugs.gnu.org id=B.155081204825842 (code B ref -1); Fri, 22 Feb 2019 05:08:01 +0000 Received: (at submit) by debbugs.gnu.org; 22 Feb 2019 05:07:28 +0000 Received: from localhost ([127.0.0.1]:47520 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gx33X-0006ik-Pi for submit@debbugs.gnu.org; Fri, 22 Feb 2019 00:07:28 -0500 Received: from eggs.gnu.org ([209.51.188.92]:51626) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gx33U-0006iV-DI for submit@debbugs.gnu.org; Fri, 22 Feb 2019 00:07:25 -0500 Received: from lists.gnu.org ([209.51.188.17]:49207) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gx33O-0004uM-Lx for submit@debbugs.gnu.org; Fri, 22 Feb 2019 00:07:18 -0500 Received: from eggs.gnu.org ([209.51.188.92]:37740) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gx33N-0008Fn-DH for bug-guix@gnu.org; Fri, 22 Feb 2019 00:07:18 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gx33M-0004oL-9x for bug-guix@gnu.org; Fri, 22 Feb 2019 00:07:17 -0500 Received: from mout01.posteo.de ([185.67.36.65]:57367) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gx33L-0004Qa-LW for bug-guix@gnu.org; Fri, 22 Feb 2019 00:07:16 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id B7C2D16005D for ; Fri, 22 Feb 2019 06:07:01 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1550812021; bh=cCb67nu4dz9VLkagOwlcYlPYZkzT1ZJkEwYhcxbicIU=; h=From:To:Subject:Date:From; b=Y7WaAYCdrbLv/tvk+uXNyCVdancEmLnGy/7rtam9ueqswr9LmtHnQS/Mx+p46lMEI F2h9cRvwJMA//mhJz11mCQOSueCaQjLs5owcg31nyaYrm46l8aPZH9GNLuhkRckEhY zo3vbZonq+4g8m50GWPWUnyu3TJRqNMthqqOMzCE1jkiDNTMwY0XE8V0lf1OeFDpzg Q6BSyOIX1xwQtPZa9XnaHaUzhN1y9EMzsHZJR8N7LA643zaC7BgR9APV00+jfJhLIx El2DukMBWKrObTvsfLzmVeX65vk3Er3rv/owI0oWJhM1k5YZ1BwvkmV82jvlTqhUVv QibM2RGNGZ47g== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 445K8442b5z6tm7 for ; Fri, 22 Feb 2019 06:07:00 +0100 (CET) User-agent: mu4e 1.0; emacs 26.1 From: Brett Gilio Date: Thu, 21 Feb 2019 23:06:58 -0600 Message-ID: <87bm34jtsd.fsf@posteo.net> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 185.67.36.65 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: 1.0 (+) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) 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))) From unknown Sun Jun 22 07:55:23 2025 X-Loop: help-debbugs@gnu.org Subject: bug#34611: virt-manager is not recognizing libvirtd service References: <87bm34jtsd.fsf@posteo.net> In-Reply-To: <87bm34jtsd.fsf@posteo.net> Resent-From: "brettg@posteo.net" Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Fri, 22 Feb 2019 22:58:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 34611 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 34611@debbugs.gnu.org Received: via spool by 34611-submit@debbugs.gnu.org id=B34611.15508762794663 (code B ref 34611); Fri, 22 Feb 2019 22:58:01 +0000 Received: (at 34611) by debbugs.gnu.org; 22 Feb 2019 22:57:59 +0000 Received: from localhost ([127.0.0.1]:48657 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gxJlW-0001D8-Kx for submit@debbugs.gnu.org; Fri, 22 Feb 2019 17:57:58 -0500 Received: from mout02.posteo.de ([185.67.36.66]:47251) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gxJlR-0001Cr-VU for 34611@debbugs.gnu.org; Fri, 22 Feb 2019 17:57:55 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id E93072400E6 for <34611@debbugs.gnu.org>; Fri, 22 Feb 2019 23:57:45 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1550876265; bh=mHrGE7Ol8gMDyB0bVL2eLgpvyW0em25LYhIa1cQsPiM=; h=Date:Subject:From:To:From; b=ayblMssbdZVNHBYkHaBkQiL+306lraChZoEXUpmMvD/6Z+LBXMGCiDjJ4zfgP2uxv 5VW3B/Sd7CT/uEIQOSbrzvNMAtljsvgEu/mhgEx/sfByW8iBLkNotHi38nR5BZhTyx MHRfY+3fmnScAqpPQvs1ZNH1LCGVTaiZAna3cM1bsVGI5yMV4jU2D906RltHAz6/xx 4SCDQK1zsWmFB/1kNfXTWKhsvSW1X68TLzYWc5B04Yhcem1YIOha8SyhWznNrL+bX2 Mm2xTyRNR5Ti3oJHy06Qybscuvu6kFOTMmPB9x8JcEUbrKcUScVamx/s0sZhDyaQOt 6hgTk638E7A+Q== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 445mvX5cLkz9rxP for <34611@debbugs.gnu.org>; Fri, 22 Feb 2019 23:57:44 +0100 (CET) Date: Fri, 22 Feb 2019 16:57:41 -0600 Message-ID: From: "brettg@posteo.net" MIME-Version: 1.0 X-Priority: 3 Content-Type: multipart/alternative; boundary="--_com.lge.email_4126844108199620" X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) ----_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-- From unknown Sun Jun 22 07:55:23 2025 X-Loop: help-debbugs@gnu.org Subject: bug#34611: virt-manager is not recognizing libvirtd service Resent-From: Efraim Flashner Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Sat, 30 Mar 2019 19:47:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 34611 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Brett Gilio Cc: 34611@debbugs.gnu.org Received: via spool by 34611-submit@debbugs.gnu.org id=B34611.15539751876982 (code B ref 34611); Sat, 30 Mar 2019 19:47:02 +0000 Received: (at 34611) by debbugs.gnu.org; 30 Mar 2019 19:46:27 +0000 Received: from localhost ([127.0.0.1]:37598 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hAJvv-0001oY-0H for submit@debbugs.gnu.org; Sat, 30 Mar 2019 15:46:27 -0400 Received: from flashner.co.il ([178.62.234.194]:52948) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hAJvs-0001oJ-Kt for 34611@debbugs.gnu.org; Sat, 30 Mar 2019 15:46:24 -0400 Received: from localhost (unknown [141.226.15.124]) by flashner.co.il (Postfix) with ESMTPSA id 124FA401A0; Sat, 30 Mar 2019 19:46:17 +0000 (UTC) Date: Sat, 30 Mar 2019 22:46:17 +0300 From: Efraim Flashner Message-ID: <20190330194616.GA21029@macbook41> References: <87bm34jtsd.fsf@posteo.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="82I3+IH0IqGh5yIs" Content-Disposition: inline In-Reply-To: <87bm34jtsd.fsf@posteo.net> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 User-Agent: Mutt/1.11.4 (2019-03-13) X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --82I3+IH0IqGh5yIs Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Feb 21, 2019 at 11:06:58PM -0600, Brett Gilio wrote: > Hi all, >=20 > 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. >=20 I've been having this issue as well on my machine. I'm pretty sure it's more a case of virt-manager not saving the qemu locations; when I add a new location of "this machine" suddenly all the VMs from my machine repopulate. Then when I close it an open it again I get the same behavior. --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --82I3+IH0IqGh5yIs Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAlyfx4MACgkQQarn3Mo9 g1GHpBAAhEc3wXfzYJ0vuOW1GS5PxSFFiS7RMW7JiIDCVIU3sEsM66/Xjj/eT0x2 uxrcXXVmHie5syJlvND3Bu6tlctbc4NUfO3qW/UboQEHeoP0bkq8jwmxyx2XSfvW TPO+gKpFspVhzdvxPLK5tdd8yUDtJHaW5wW1XTCCx2Pp3w3jY4wC08k3cqJgrih4 Biziqz1a6PBdkQpTm4zZ0hA7RTFZhN9ztso+g3tRMEYdNUcLlwNoMPzuRpCAZptU fMjUVg5GtRwkv/7IGmI2FsAbFE9HfmBm/VC0hA0yUt029S0rhUzob0HekfIdLAtO 752+gzKlWwcXrDFM76Llp+MM7QMFo0D5IOZnymK8iuqDW7NZrqvrNMrHGgBdBtXq vynFgyyRvkqyLo0JG0d1TKMbObWL29CiN1mp59+OIortzOd8bVx6y55kvm+0gE5C UTjYQbJXIROkbVQuoR/sC8djiq5v5YvXuRGM1mOjsUl4oVWDG7ebT6RRyEBJ83wq cjR0Bj+zaDQfqGNz5S1COWWbJRyWdNzEBqgU/0bJl5UxQQmzCp4Vo0cR0tWpRLcN wHc5jJ2n+kJ+v/vSpqpSztcRdgcwG+rxBV3RF1x473Tiq451sc1Bkt3QE8yHmv9o jLY1gxaJ6YzcY7x0fMREFswCXP0ntov3DKqeOu07KvAiXx6W1Ng= =0tcD -----END PGP SIGNATURE----- --82I3+IH0IqGh5yIs-- From unknown Sun Jun 22 07:55:23 2025 X-Loop: help-debbugs@gnu.org Subject: bug#34611: virt-manager is not recognizing libvirtd service References: <87bm34jtsd.fsf@posteo.net> In-Reply-To: <87bm34jtsd.fsf@posteo.net> Resent-From: calcium Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Wed, 05 Jan 2022 18:43:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 34611 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 34611@debbugs.gnu.org Received: via spool by 34611-submit@debbugs.gnu.org id=B34611.164140814632346 (code B ref 34611); Wed, 05 Jan 2022 18:43:02 +0000 Received: (at 34611) by debbugs.gnu.org; 5 Jan 2022 18:42:26 +0000 Received: from localhost ([127.0.0.1]:41764 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n5BEv-0008Pd-WF for submit@debbugs.gnu.org; Wed, 05 Jan 2022 13:42:26 -0500 Received: from knopi.disroot.org ([178.21.23.139]:45920) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n5BEu-0008PV-EV for 34611@debbugs.gnu.org; Wed, 05 Jan 2022 13:42:25 -0500 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id DB4815B69 for <34611@debbugs.gnu.org>; Wed, 5 Jan 2022 19:42:22 +0100 (CET) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id y_8AqfTnirjQ for <34611@debbugs.gnu.org>; Wed, 5 Jan 2022 19:42:21 +0100 (CET) Message-ID: <541b1f8b-72b1-26ae-ce1d-49ed7b97cb95@disroot.org> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1641408141; bh=IoFkMqjz4v6ZSP1Ty4HS6tzG7K+jq8xubJJDHQck+i8=; h=Date:To:Subject:From; b=krujY4kO/iXpbaFfKOaWo0sNLtsPetavLNCVsZyqnZn1QVixCRnBsFHHfHFL8Yxcc zKudYJzCT1bOWeQ7YlD13CEC5B7DOIKJSc4LF+0M126lxGDK0uWwOq1bnFoJwdA9Jr XCtTE5SliwXU8dhdtmy1fex+QCOwHIEy21X5QHEpI5KzlRMQAGYDb03bamfkSN+wzu JSNK1wrBaoNvSdR8w6Gou6yySQi8jjx1hTeGJq2pXo96Psu2RmxiYn2p3GF51zYD47 7MqY65Uo4PI5e8CTRoV0b+1NzB9vnkUXd+2K46QhAhXGrRqj91K1iFRAN5AVfRLBIE xUzTMLdAO+W/g== Date: Wed, 5 Jan 2022 19:42:30 +0100 Mime-Version: 1.0 Content-Language: fr-FR From: calcium Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Same problem still present as of start of 2022. Virt-manager can't connect to libvirt service ... (users ... (supplementary-groups '("kvm" ...) ...) (services ... (service libvirt-service-type (libvirt-configuartion (unix-sock-group "kvm"))) ...) ... From unknown Sun Jun 22 07:55:23 2025 X-Loop: help-debbugs@gnu.org Subject: bug#34611: virt-manager is not recognizing libvirtd service Resent-From: Maxim Cournoyer Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Sat, 30 Dec 2023 04:13:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 34611 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: calcium Cc: 34611@debbugs.gnu.org, "brettg@posteo.net" , Efraim Flashner Received: via spool by 34611-submit@debbugs.gnu.org id=B34611.170390956712615 (code B ref 34611); Sat, 30 Dec 2023 04:13:01 +0000 Received: (at 34611) by debbugs.gnu.org; 30 Dec 2023 04:12:47 +0000 Received: from localhost ([127.0.0.1]:42785 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rJQiM-0003HP-Uo for submit@debbugs.gnu.org; Fri, 29 Dec 2023 23:12:47 -0500 Received: from mail-qk1-x72d.google.com ([2607:f8b0:4864:20::72d]:42350) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rJQiK-0003HC-TB for 34611@debbugs.gnu.org; Fri, 29 Dec 2023 23:12:45 -0500 Received: by mail-qk1-x72d.google.com with SMTP id af79cd13be357-78104f6f692so563131185a.1 for <34611@debbugs.gnu.org>; Fri, 29 Dec 2023 20:12:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1703909559; x=1704514359; darn=debbugs.gnu.org; h=mime-version:user-agent:message-id:date:references:in-reply-to :subject:cc:to:from:from:to:cc:subject:date:message-id:reply-to; bh=J3EDfr0xxbFqlsfJpr2+g/eCYKKwptzrECdiS7Vsqn0=; b=cCFZKjpPIc36UG4ahdL72lEsxtIAxILDFaJHAHZLGBKZrBeqeD+aUUaG3K0UlQbIV6 DVxxQFopQc3xJ6i3HtEt2vh6Tq/GqB7U/lmWhoYSD0ntqGbLb+SEDxLregCIFhdJB2sq l+P1paMOoAM52k8ERfapW4YPAFFha3GZLQZ5ASsgnYzFYfXeIpXBR9CeNhlepMV665NT Kk6LeUVSeDmI0Rf6vWKk3yl7QK8tmlXewlZMrq7uwptNFdfhicith0ydvhOWCNxoPZJz rbXZpNMPYHd/+w1QIIaJm+xTompRQQvsj4OxIZDJcSsmXG2pgxBk8ESRwhmJ928SEnX3 fiNA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1703909559; x=1704514359; h=mime-version:user-agent:message-id:date:references:in-reply-to :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=J3EDfr0xxbFqlsfJpr2+g/eCYKKwptzrECdiS7Vsqn0=; b=AudBuLZQkeop5MW+jh8QUe4NgKy6kxpRff+0Ii5oDHAYrVyZg/kjUJBnxykZ+Mwdbm zteAc1lPmUXRL8QuaWsP7Yu9yDB79tVXLGu/t4e+fMbVZkM8fUpJgcW/dj+zDmVOopwD vaTmoL061cNz6pSJ7JFBnH/cKY1oYRd52wQuSturS2J9eK06snVF9loZaVK6bR3k0kCM /6muO7SGz58EGVn70gxezMdOHVho88IGG4PHmc+fAWEKMrMp1pvqRJTuYKzrsOvSSE6k 8QC+wd/DRY+lTI6XrQlyiiStOaugBbIxQniW0mpE3kDFuI9EzkOZ3U0NTargvIdrpK5M AGNw== X-Gm-Message-State: AOJu0Yz85NXsDfl/PmweZ19SGq3txWhKZEr4sTBahuV4kQ94vUl2wXMg +d42hWawk8uuF7F4USLDm/A= X-Google-Smtp-Source: AGHT+IFvjuzfaAhODn6MxJKyheaNPPx1nKL6dHTdSADBmPJwidfM+auWiahPy0qJ82l2o00bBT4vWg== X-Received: by 2002:a05:620a:2b47:b0:77b:bfc4:4e13 with SMTP id dp7-20020a05620a2b4700b0077bbfc44e13mr21056292qkb.18.1703909558940; Fri, 29 Dec 2023 20:12:38 -0800 (PST) Received: from hurd (dsl-152-202.b2b2c.ca. [66.158.152.202]) by smtp.gmail.com with ESMTPSA id r27-20020a05620a03db00b007815781dba5sm3165902qkm.66.2023.12.29.20.12.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 29 Dec 2023 20:12:38 -0800 (PST) From: Maxim Cournoyer In-Reply-To: <541b1f8b-72b1-26ae-ce1d-49ed7b97cb95@disroot.org> (calcium@disroot.org's message of "Wed, 5 Jan 2022 19:42:30 +0100") References: <87bm34jtsd.fsf@posteo.net> <541b1f8b-72b1-26ae-ce1d-49ed7b97cb95@disroot.org> Date: Fri, 29 Dec 2023 23:12:36 -0500 Message-ID: <875y0gs4zv.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hello, calcium writes: > Same problem still present as of start of 2022. Virt-manager can't connect to libvirt service > > > ... > > (users ... > (supplementary-groups '("kvm" ...) > ...) > > > (services ... > (service libvirt-service-type (libvirt-configuartion (unix-sock-group "kvm"))) > ...) > > ... Does it work when you run virt-manager as root? My configuration looks like: --8<---------------cut here---------------start------------->8--- (users ... (supplementary-groups '("libvirt" ...)) ...) [...] (services ...) (service libvirt-service-type (libvirt-configuration (unix-sock-group "libvirt"))) --8<---------------cut here---------------end--------------->8--- And virt-manager is able to connect as my unprivileged user. -- Thanks, Maxim From unknown Sun Jun 22 07:55:23 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Brett Gilio Subject: bug#34611: closed (Re: bug#34611: virt-manager is not recognizing libvirtd service) Message-ID: References: <87tto0qmtw.fsf@gmail.com> <87bm34jtsd.fsf@posteo.net> X-Gnu-PR-Message: they-closed 34611 X-Gnu-PR-Package: guix Reply-To: 34611@debbugs.gnu.org Date: Sat, 30 Dec 2023 05:31:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1703914262-13481-1" This is a multi-part message in MIME format... ------------=_1703914262-13481-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #34611: virt-manager is not recognizing libvirtd service which was filed against the guix package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 34611@debbugs.gnu.org. --=20 34611: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D34611 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1703914262-13481-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 34611-done) by debbugs.gnu.org; 30 Dec 2023 05:30:29 +0000 Received: from localhost ([127.0.0.1]:42814 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rJRvZ-0002aN-Ho for submit@debbugs.gnu.org; Sat, 30 Dec 2023 00:30:29 -0500 Received: from mail-qt1-x830.google.com ([2607:f8b0:4864:20::830]:49395) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rJRvX-0002Ls-0q for 34611-done@debbugs.gnu.org; Sat, 30 Dec 2023 00:30:27 -0500 Received: by mail-qt1-x830.google.com with SMTP id d75a77b69052e-428138d6bdfso147791cf.2 for <34611-done@debbugs.gnu.org>; Fri, 29 Dec 2023 21:30:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1703914220; x=1704519020; darn=debbugs.gnu.org; h=mime-version:user-agent:message-id:date:references:in-reply-to :subject:cc:to:from:from:to:cc:subject:date:message-id:reply-to; bh=YmRd2UZV/0VewTEbWJHhC/pPm1w5aUv46Eh8dUFNXvU=; b=kAjpEt++SNJhGY5irT6mX9BaP9juIOFmGS743jlp4O/mQCdSuTWjgpqU/s5acLUwr1 UzCC44/WC19a1O59zG4jOk+hbhVjycJj+ASitZNAQpvXbOt3zGnw1rZzBPOrIoe37e+X OsvsNqLGAE7tTZcoKdmcS3qgmvFlzeYGd4myuaHNXS01fGYTWcwRoic8ed7oUnoQXdJR H8T9V0eTCEK1bnU37XsnaGPsJh6aiTu9IvlsCmbMOqrrLgQx4EXFaZN2ViKrbRAVpxzm J/JgQHHueZQbHTU6raK87B4P91HCAWrYU+T9cLUtQzjqelW6DNTo4GJd/EMJLfzpW+TP 88rA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1703914220; x=1704519020; h=mime-version:user-agent:message-id:date:references:in-reply-to :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=YmRd2UZV/0VewTEbWJHhC/pPm1w5aUv46Eh8dUFNXvU=; b=tnHMUGirkU1p1RBMuMABaH6Fhl8vOu9kMeJfx44zMVYPr1+laLAizQhXEuFabrAUnW eXuYim9IqZcRvkZhl0ZdUDwY4g86SHe+lVZdvh8mxpUt6fOnccm02jqLXpu8EdW6M2JQ 0H7RoLeeZLcXF8cuK5IK15aLM1hTaaZcpdPKO03CJljSlXbj06L9P4AlEKHQ9fjApLwJ xC7jgiz7zQVeGHOT/U0steCVrS6CfF8rsPlCqfAzVJGCOZLM8mk15nHo3X8AOFwsmPwJ luw1O3IjdgJlTrIZxwxZTyo+8NaCLpXqAd6qaoeQfj1qSlegPc9nfnMeyE4f5+CGNS6z 1fuA== X-Gm-Message-State: AOJu0YzGQy6grmw/fmWO6yms+Pk72u6fqW64eDcUqqcoLU+bPtg4HTa0 Wh5tmZ0dth3BerhVyBDWLhQrYMRk+H4= X-Google-Smtp-Source: AGHT+IHayVrqBLlrJSI66oXkI8B+l+3UzYRhURQv3y/CJ6v6G/tePUa3TOWuyxLqETcUv9xGGyUorg== X-Received: by 2002:ac8:7c43:0:b0:427:a49f:97a6 with SMTP id o3-20020ac87c43000000b00427a49f97a6mr19493856qtv.50.1703914220537; Fri, 29 Dec 2023 21:30:20 -0800 (PST) Received: from hurd (dsl-152-202.b2b2c.ca. [66.158.152.202]) by smtp.gmail.com with ESMTPSA id g5-20020ac85805000000b00410a9dd3d88sm9668475qtg.68.2023.12.29.21.30.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 29 Dec 2023 21:30:20 -0800 (PST) From: Maxim Cournoyer To: calcium Subject: Re: bug#34611: virt-manager is not recognizing libvirtd service In-Reply-To: <541b1f8b-72b1-26ae-ce1d-49ed7b97cb95@disroot.org> (calcium@disroot.org's message of "Wed, 5 Jan 2022 19:42:30 +0100") References: <87bm34jtsd.fsf@posteo.net> <541b1f8b-72b1-26ae-ce1d-49ed7b97cb95@disroot.org> Date: Sat, 30 Dec 2023 00:30:19 -0500 Message-ID: <87tto0qmtw.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 34611-done Cc: 34611-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi, See commit 4dc17cd54e86dbd71d26b87138660d42e8f615a9 ("services: libvirt: Change unix-sock-group default.") which changed the group from "root" to "libvirt". It should now work without configuring the unix-sock-group, assuming you're user is part of the 'libvirt' supplementary group. I've clarified the doc about this in b69bdcf77f. Closing. -- Thanks, Maxim ------------=_1703914262-13481-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 22 Feb 2019 05:07:28 +0000 Received: from localhost ([127.0.0.1]:47520 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gx33X-0006ik-Pi for submit@debbugs.gnu.org; Fri, 22 Feb 2019 00:07:28 -0500 Received: from eggs.gnu.org ([209.51.188.92]:51626) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gx33U-0006iV-DI for submit@debbugs.gnu.org; Fri, 22 Feb 2019 00:07:25 -0500 Received: from lists.gnu.org ([209.51.188.17]:49207) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gx33O-0004uM-Lx for submit@debbugs.gnu.org; Fri, 22 Feb 2019 00:07:18 -0500 Received: from eggs.gnu.org ([209.51.188.92]:37740) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gx33N-0008Fn-DH for bug-guix@gnu.org; Fri, 22 Feb 2019 00:07:18 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gx33M-0004oL-9x for bug-guix@gnu.org; Fri, 22 Feb 2019 00:07:17 -0500 Received: from mout01.posteo.de ([185.67.36.65]:57367) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gx33L-0004Qa-LW for bug-guix@gnu.org; Fri, 22 Feb 2019 00:07:16 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id B7C2D16005D for ; Fri, 22 Feb 2019 06:07:01 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1550812021; bh=cCb67nu4dz9VLkagOwlcYlPYZkzT1ZJkEwYhcxbicIU=; h=From:To:Subject:Date:From; b=Y7WaAYCdrbLv/tvk+uXNyCVdancEmLnGy/7rtam9ueqswr9LmtHnQS/Mx+p46lMEI F2h9cRvwJMA//mhJz11mCQOSueCaQjLs5owcg31nyaYrm46l8aPZH9GNLuhkRckEhY zo3vbZonq+4g8m50GWPWUnyu3TJRqNMthqqOMzCE1jkiDNTMwY0XE8V0lf1OeFDpzg Q6BSyOIX1xwQtPZa9XnaHaUzhN1y9EMzsHZJR8N7LA643zaC7BgR9APV00+jfJhLIx El2DukMBWKrObTvsfLzmVeX65vk3Er3rv/owI0oWJhM1k5YZ1BwvkmV82jvlTqhUVv QibM2RGNGZ47g== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 445K8442b5z6tm7 for ; Fri, 22 Feb 2019 06:07:00 +0100 (CET) User-agent: mu4e 1.0; emacs 26.1 From: Brett Gilio To: "bug-guix\@gnu.org" Subject: virt-manager is not recognizing libvirtd service Date: Thu, 21 Feb 2019 23:06:58 -0600 Message-ID: <87bm34jtsd.fsf@posteo.net> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 185.67.36.65 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) 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))) ------------=_1703914262-13481-1--