From unknown Mon Aug 18 11:27:57 2025 X-Loop: help-debbugs@gnu.org Subject: bug#54109: Document package variable in virtlogd service Resent-From: Simon Streit Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Tue, 22 Feb 2022 15:48:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 54109 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 54109@debbugs.gnu.org X-Debbugs-Original-To: bug-guix@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16455448314011 (code B ref -1); Tue, 22 Feb 2022 15:48:02 +0000 Received: (at submit) by debbugs.gnu.org; 22 Feb 2022 15:47:11 +0000 Received: from localhost ([127.0.0.1]:42397 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nMXNf-00012Y-D7 for submit@debbugs.gnu.org; Tue, 22 Feb 2022 10:47:11 -0500 Received: from lists.gnu.org ([209.51.188.17]:38300) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nMXNc-00012L-KZ for submit@debbugs.gnu.org; Tue, 22 Feb 2022 10:47:09 -0500 Received: from eggs.gnu.org ([209.51.188.92]:33700) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nMXNc-0000iN-BM for bug-guix@gnu.org; Tue, 22 Feb 2022 10:47:08 -0500 Received: from smtprelay04.ispgateway.de ([80.67.18.16]:14985) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nMXMp-0000Vz-S7 for bug-guix@gnu.org; Tue, 22 Feb 2022 10:46:21 -0500 Received: from [91.40.254.203] (helo=motorball) by smtprelay04.ispgateway.de with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1nMXMm-0000zq-3z; Tue, 22 Feb 2022 16:46:16 +0100 From: Simon Streit Gcc: nnfolder+archive:sent.2022-02 Date: Tue, 22 Feb 2022 16:46:15 +0100 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Df-Sender: bGlzdHNAbmV0cGFuaWMub3Jn Received-SPF: none client-ip=80.67.18.16; envelope-from=simon@netpanic.org; helo=smtprelay04.ispgateway.de X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_NONE=0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action 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 (---) --=-=-= Content-Type: text/plain Hello! I would like to suggest a little extension in the manual. I noticed that the package variable for virtlogd service is not documented. It is possible to define the package as (libvirt libvirt) for said service. While it is closely related to libvirt-service-type, the package variable may still be independently modified. This only became clear after using inferiors in libvirt-service-type for some time now. New Qemu packages would still be pulled in after reconfiguring with new checkouts. Unfortunately Qemu's packages take a lot of space, which is why I've pinned it to a fixed version. Thus I think this should be included into the manual. --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-doc-Add-documentation.patch >From 634dae4017e840f24e8ed2240707602700e9cf25 Mon Sep 17 00:00:00 2001 From: Simon Streit Date: Tue, 22 Feb 2022 16:23:38 +0100 Subject: [PATCH] doc: Add documentation. * doc/guix.texi (Virtualization Services): Document virtlogd package variable. --- doc/guix.texi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/guix.texi b/doc/guix.texi index a4145af7fd..528760d7f6 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -30888,6 +30888,10 @@ Its value must be a @code{virtlog-configuration}. @end lisp @end deffn +@deftypevar {@code{libvirt} parameter} package libvirt +Libvirt package. +@end deftypevar + @deftypevr {@code{virtlog-configuration} parameter} integer log-level Logging level. 4 errors, 3 warnings, 2 information, 1 debug. -- 2.34.0 --=-=-= Content-Type: text/plain Kind regards Simon --=-=-=-- From unknown Mon Aug 18 11:27:57 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: Simon Streit Subject: bug#54109: closed (Re: bug#54109: Document package variable in virtlogd service) Message-ID: References: X-Gnu-PR-Message: they-closed 54109 X-Gnu-PR-Package: guix Reply-To: 54109@debbugs.gnu.org Date: Wed, 23 Feb 2022 10:58:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1645613882-30661-1" This is a multi-part message in MIME format... ------------=_1645613882-30661-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #54109: Document package variable in virtlogd 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 54109@debbugs.gnu.org. --=20 54109: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D54109 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1645613882-30661-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 54109-done) by debbugs.gnu.org; 23 Feb 2022 10:57:29 +0000 Received: from localhost ([127.0.0.1]:43968 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nMpKq-0007xb-Uz for submit@debbugs.gnu.org; Wed, 23 Feb 2022 05:57:29 -0500 Received: from flashner.co.il ([178.62.234.194]:39784) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nMpKp-0007xP-E5 for 54109-done@debbugs.gnu.org; Wed, 23 Feb 2022 05:57:27 -0500 Received: from localhost (unknown [31.210.181.166]) by flashner.co.il (Postfix) with ESMTPSA id 8878C40233; Wed, 23 Feb 2022 10:57:21 +0000 (UTC) Date: Wed, 23 Feb 2022 12:56:04 +0200 From: Efraim Flashner To: Simon Streit Subject: Re: bug#54109: Document package variable in virtlogd service Message-ID: Mail-Followup-To: Efraim Flashner , Simon Streit , 54109-done@debbugs.gnu.org References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="dugHoHmYGDuJP6QG" Content-Disposition: inline In-Reply-To: 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 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 54109-done Cc: 54109-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 (-) --dugHoHmYGDuJP6QG Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Feb 22, 2022 at 04:46:15PM +0100, Simon Streit wrote: > Hello! >=20 > I would like to suggest a little extension in the manual. >=20 > I noticed that the package variable for virtlogd service is not > documented. It is possible to define the package as (libvirt libvirt) > for said service. While it is closely related to libvirt-service-type, > the package variable may still be independently modified. >=20 > This only became clear after using inferiors in libvirt-service-type for > some time now. New Qemu packages would still be pulled in after > reconfiguring with new checkouts. Unfortunately Qemu's packages take a > lot of space, which is why I've pinned it to a fixed version. >=20 > Thus I think this should be included into the manual. >=20 I was going to say that the libvirt variable is already mentioned in the virtualization page, but that's for the libvirt-service-type, not for the virtlogd-service-type. Thanks. Patch pushed! --=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 --dugHoHmYGDuJP6QG Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmIWEsMACgkQQarn3Mo9 g1GeRg/8DtKEz0faFsZgaO7vHIG2zbHr9jC0YBSzUPIa2MTLdPL2gqAYmkbN7Gb9 noYrEFdpdeJkSytzeZD7U4VfPhL+saXj/sGG1ZY1NcmFXJactrbd9BlmEqr+wNxR x5gF3u3vvJxCWczvXo9vnX+wT+xURqr6+/i41jQjnhtNZuf2e4MCJ84kUtbaRCL3 Nzdl2cB86s1F7FAq2k+tlLJjVnwYceuGIt9lzcJ0xH+jDJOy4KYzzLSuoDSMeper 4N5BrQ/SZH7bOZb0O+b4l4TP/1ee05zj0FpeLtNS1Xf9Aq37lCiQOOsel9WDLBoM lHlshoIQvzJVinNV7QCZtVwMx1Ob+dWJSv9ezXS4TooQhWc8d7m9A6PPeqP6wKqa sAb1dtmOfHo9YpQ4GrDpybx2r9sghs7TtC+KDeplsA0dHXbNjBI/9yakgs+kA86X xmTVMUg2a1Re2UJrrg0Dl5TcAFQJmzkSkwX3I0lKs2SHSQI0LFnyZWFUIKH6hpiE uLy0Im3IUoDbf4CvzyNWpmkwzCLIKrI/ZSX2RbdL9FfHmFn2e7H2uOHv2yd7egdn a3r2ly09l2qKh+YQ6Sz8VKtPoNGQXblVcX/yaB0ewnAZsLgPx5JN+JgjDtE5LmVU CjmwXg12UAWFPd1Mc0F1fXQW3zCNyj6rTK+uo9JaZtxoyttpfic= =iBAh -----END PGP SIGNATURE----- --dugHoHmYGDuJP6QG-- ------------=_1645613882-30661-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 22 Feb 2022 15:47:11 +0000 Received: from localhost ([127.0.0.1]:42397 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nMXNf-00012Y-D7 for submit@debbugs.gnu.org; Tue, 22 Feb 2022 10:47:11 -0500 Received: from lists.gnu.org ([209.51.188.17]:38300) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nMXNc-00012L-KZ for submit@debbugs.gnu.org; Tue, 22 Feb 2022 10:47:09 -0500 Received: from eggs.gnu.org ([209.51.188.92]:33700) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nMXNc-0000iN-BM for bug-guix@gnu.org; Tue, 22 Feb 2022 10:47:08 -0500 Received: from smtprelay04.ispgateway.de ([80.67.18.16]:14985) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nMXMp-0000Vz-S7 for bug-guix@gnu.org; Tue, 22 Feb 2022 10:46:21 -0500 Received: from [91.40.254.203] (helo=motorball) by smtprelay04.ispgateway.de with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1nMXMm-0000zq-3z; Tue, 22 Feb 2022 16:46:16 +0100 From: Simon Streit To: bug-guix@gnu.org Subject: Document package variable in virtlogd service Gcc: nnfolder+archive:sent.2022-02 Date: Tue, 22 Feb 2022 16:46:15 +0100 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Df-Sender: bGlzdHNAbmV0cGFuaWMub3Jn Received-SPF: none client-ip=80.67.18.16; envelope-from=simon@netpanic.org; helo=smtprelay04.ispgateway.de X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_NONE=0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) 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: -3.3 (---) --=-=-= Content-Type: text/plain Hello! I would like to suggest a little extension in the manual. I noticed that the package variable for virtlogd service is not documented. It is possible to define the package as (libvirt libvirt) for said service. While it is closely related to libvirt-service-type, the package variable may still be independently modified. This only became clear after using inferiors in libvirt-service-type for some time now. New Qemu packages would still be pulled in after reconfiguring with new checkouts. Unfortunately Qemu's packages take a lot of space, which is why I've pinned it to a fixed version. Thus I think this should be included into the manual. --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-doc-Add-documentation.patch >From 634dae4017e840f24e8ed2240707602700e9cf25 Mon Sep 17 00:00:00 2001 From: Simon Streit Date: Tue, 22 Feb 2022 16:23:38 +0100 Subject: [PATCH] doc: Add documentation. * doc/guix.texi (Virtualization Services): Document virtlogd package variable. --- doc/guix.texi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/guix.texi b/doc/guix.texi index a4145af7fd..528760d7f6 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -30888,6 +30888,10 @@ Its value must be a @code{virtlog-configuration}. @end lisp @end deffn +@deftypevar {@code{libvirt} parameter} package libvirt +Libvirt package. +@end deftypevar + @deftypevr {@code{virtlog-configuration} parameter} integer log-level Logging level. 4 errors, 3 warnings, 2 information, 1 debug. -- 2.34.0 --=-=-= Content-Type: text/plain Kind regards Simon --=-=-=-- ------------=_1645613882-30661-1--