[ANNOUNCE] D-Bus Broker Project

David Herrmann dh.herrmann at gmail.com
Mon Aug 28 15:36:18 UTC 2017


Hi

On Thu, Aug 24, 2017 at 7:23 AM, WaLyong Cho <walyong.cho at samsung.com> wrote:
>> ERROR manager_run_child @ ../src/launch/main.c +302: No such file or
> directory
>
> This error can be resolved with below change.
>
> diff --git a/src/launch/main.c b/src/launch/main.c
> index 5f13e55..5de9f9f 100644
> --- a/src/launch/main.c
> +++ b/src/launch/main.c
> @@ -269,7 +269,7 @@ static int manager_listen_path(Manager *manager,
> const char *path) {
>  static noreturn void manager_run_child(Manager *manager, int
> fd_controller) {
>          char str_controller[C_DECIMAL_MAX(int) + 1];
>          const char * const argv[] = {
> -                "dbus-broker",
> +                "/usr/local/bin/dbus-broker",
>                  "-v",
>                  "--controller",
>                  str_controller,
>
> But I could not resolve connection reset problem.
>
> Could you help me?

This is now fixed in -master [1]. As a workaround, pass
"--prefix=/usr" to meson when building dbus-broker.

Thanks for the report!
David

[1] https://github.com/bus1/dbus-broker/commit/192f1ba55a56c38c7d5bba9024999bc308bdafa7


More information about the dbus mailing list