bus1 / dbus-broker

Linux D-Bus Message Broker
https://github.com/bus1/dbus-broker/wiki
Apache License 2.0
675 stars 78 forks source link

Could not run dbus broker #215

Closed ya1gaurav closed 4 years ago

ya1gaurav commented 4 years ago

I am trying to run dbus broker, but it fails every time. P.N -> dbus daemon works fine. But after "systemctl enable dbus-broker.service", dbus broker cannot be launched.

  1. As a service (replacement of dbus daemon) dbus-broker.service - D-Bus System Message Bus Loaded: loaded (/usr/lib/systemd/system/dbus-broker.service; enabled; vendor preset: enabled) Active: failed (Result: start-limit-hit) since ... Docs: man:dbus-broker-launch(1) Process: *** ExecStart=/usr/bin/dbus-broker-launch --scope system --audit (code=exited, status=1/FAILURE)

  2. Using dbus-broker-launch binary: No listener socket inherited

  3. Using dbus-broker binary: dbus-broker: controller file-descriptor not a socket -- '3'

  4. I am using dbus-broker Release 21, Kernel 4.1.10, Systemd - 231

dvdhrm commented 4 years ago

What distribution are you on? Can you please list the error-logs when you try starting it as a service?

dvdhrm commented 4 years ago

Closing this due to lack of information. Please feel free to re-open if that problem persists.