[Bug 1811152] Re: Locally installed services can't add dbus configuration
Sebastien Bacher
seb128 at ubuntu.com
Thu Jan 10 14:52:29 UTC 2019
Thanks
** Changed in: dbus (Ubuntu)
Importance: Undecided => High
** Changed in: dbus (Ubuntu)
Status: New => Triaged
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to dbus in Ubuntu.
https://bugs.launchpad.net/bugs/1811152
Title:
Locally installed services can't add dbus configuration
Status in dbus package in Ubuntu:
Triaged
Bug description:
A report was received in upstream fwupd about how the daemon wasn't
able to start after the following commands:
# meson build
# ninja -C build
# ninja -C build install
This placed everything in /usr/local by default.
It also created an /usr/local/etc/dbus-1/system.d/org.freedesktop.conf
The daemon can (attempt to) be started by:
/usr/local/libexec/fwupd/fwupd -v
It fails to acquire org.freedesktop.fwupd on dbus system bus however.
This is because by default dbus on Ubuntu does not examine files in
/usr/local/etc/dbus-1/system.d.
This issue can be fixed if the following is added to
/usr/share/dbus-1/system.conf:
<includedir>/usr/local/etc/dbus-1/system.d</includedir>
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dbus/+bug/1811152/+subscriptions
More information about the foundations-bugs
mailing list