From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Apparently this is the new location where D-Bus will look for its configuration so just creare a symlink to /etc/dbus-1/system.conf. --- tools/test-runner.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/test-runner.c b/tools/test-runner.c index 9b54426..fb8f7e2 100644 --- a/tools/test-runner.c +++ b/tools/test-runner.c @@ -419,6 +419,10 @@ static void create_dbus_system_conf(void) fclose(fp); + if (symlink("/etc/dbus-1/system.conf", + "/usr/share/dbus-1/system.conf") < 0) + perror("Failed to create system.conf symlink"); + mkdir("/run/dbus", 0755); } -- 2.9.3 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html