public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fedora-release] f45: Enable vgauthd.service in addition to vmtoolsd.service
@ 2026-08-10 9:36
0 siblings, 0 replies; only message in thread
From: @ 2026-08-10 9:36 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-10 9:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-10 9:36 [rpms/fedora-release] f45: Enable vgauthd.service in addition to vmtoolsd.service
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox