public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/fedora-release] f45: Enable vgauthd.service in addition to vmtoolsd.service
Date: Mon, 10 Aug 2026 09:36:48 GMT	[thread overview]
Message-ID: <178635460866.1.8112283082833886190.rpms-fedora-release-76fb3dc479fa@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/fedora-release
            Branch : f45
            Commit : 76fb3dc479fa86941dd4fe3736d1d28b35575e29
            Author : Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
            Date   : 2025-03-22T19:38:23+01:00
            Stats  : +3/-4 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/fedora-release/c/76fb3dc479fa86941dd4fe3736d1d28b35575e29?branch=f45

            Log:
            Enable vgauthd.service in addition to vmtoolsd.service

vmtoolsd.service has [Install] Also=vgauthd.service, so when the former
is enabled, the latter is too. But when systemctl preset-all is executed,
systemd sees that vgauthd.service defaults to disabled, and will disable
it. This causes a confusion when systemd does an automatic preset-all during
first boot, causing units to be marked as modified. To avoid the problem,
use the same preset for both units, so that it does not matter in which
order the preset operations are executed.

Also, remove a duplication.

---
diff --git a/90-default.preset b/90-default.preset
index ee83925..c51f69a 100644
--- a/90-default.preset
+++ b/90-default.preset
@@ -177,8 +177,11 @@ enable dnf-makecache.timer
 # https://bugzilla.redhat.com/show_bug.cgi?id=1995495
 enable rpm-ostree-countme.timer
 
+# Hyper-V guest support daemons
 # https://bugzilla.redhat.com/show_bug.cgi?id=957135
+# https://bugzilla.redhat.com/show_bug.cgi?id=1279322
 enable vmtoolsd.service
+enable vgauthd.service
 
 # https://bugzilla.redhat.com/show_bug.cgi?id=976315
 enable dkms.service
@@ -264,10 +267,6 @@ enable plocate-updatedb.timer
 # https://bugzilla.redhat.com/show_bug.cgi?id=1218999
 enable sa-update.timer
 
-# Hyper-V guest support daemons
-# https://bugzilla.redhat.com/show_bug.cgi?id=1279322
-enable vmtoolsd.service
-
 # mcelog is a utility that collects and decodes Machine Check Exception data
 # on x86-32 and x86-64 systems.
 # https://bugzilla.redhat.com/show_bug.cgi?id=1302179

                 reply	other threads:[~2026-08-10  9:36 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178635460866.1.8112283082833886190.rpms-fedora-release-76fb3dc479fa@fedoraproject.org \
    --to=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox