On a Monday in 2020, marcandre.lureau(a)redhat.com wrote:
From: Marc-André Lureau <marcandre.lureau(a)redhat.com>
Since commit f10bd740e178c89f24d0b0298d0b5413537d0699 ("Cache the
presence of machine1 service"), the code checks for systemd1
registration. Not totally unreasonable, but that seems odd since we
actually check machined presence in this function.
That is intentional.
We only count the systemd-based services as really activatable
if systemd1 is already registered.
On some Frankenstein'd Gentoo systems with systemd installed
but not started, the services were showing up as activatable
but failed with obscure errors.
Some history:
commit 12ee0b98d3ddcb2c71cdb2352512153791ebcb7e
Check if systemd is running before creating machines
https://libvirt.org/git/?p=libvirt.git;a=commitdiff;h=12ee0b98
https://bugs.gentoo.org/show_bug.cgi?id=493246#c22
Jano