From 07125d24eedb71693b3bf2b1f0730cd01aaac2dd Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 23 Aug 2019 23:34:45 +0200 Subject: Drop dbus activation stub service This fixes the following problem: > At the very end of the boot, just after the first user logs in > (usually using sddm / X) I get the following messages in my logs: > Nov 18 07:02:33 samd dbus-daemon[2879]: [session uid=1000 pid=2877] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1 > Nov 18 07:02:33 samd dbus-daemon[2879]: [session uid=1000 pid=2877] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1 These messages are caused by the "stub" service files that systemd installs. It installed them because early versions of systemd activation required them to exist. Since dbus 1.11.0, a dbus-daemon that is run with --systemd-activation automatically assumes that o.fd.systemd1 is an activatable service. As a result, with a new enough dbus version, /usr/share/dbus-1/services/org.freedesktop.systemd1.service and /usr/share/dbus-1/system-services/org.freedesktop.systemd1.service should become unnecessary, and they can be removed. dbus 1.11.0 was released 2015-12-02. Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=914015 --- README | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'README') diff --git a/README b/README index fcf20ed9f8..98da2d6dcb 100644 --- a/README +++ b/README @@ -173,9 +173,7 @@ REQUIREMENTS: dependencies: util-linux >= v2.27.1 required - dbus >= 1.4.0 (strictly speaking optional, but recommended) - NOTE: If using dbus < 1.9.18, you should override the default - policy directory (--with-dbuspolicydir=/etc/dbus-1/system.d). + dbus >= 1.11.0 (strictly speaking optional, but recommended) dracut (optional) polkit (optional) -- cgit v1.2.1