Ho costruito un file system root sul braccio. Dovrebbe funzionare dbus-daemon e avahi-daemon, ma quando provo a fare funzionare avahi-daemon
dbus_bus_request_name(): le connessioni non sono autorizzate a possedere il servizio
$ dbus-daemon --system
$ avahi-daemon
ottengo questo messaggio:
Found user 'avahi' (UID 4) and group 'avahi' (GID 4).
Successfully dropped root privileges.
avahi-daemon 0.6.28 starting up.
WARNING: No NSS support for mDNS detected, consider installing nss-mdns!
dbus_bus_request_name(): Connection ":1.0" is not allowed to own the service "org.freedesktop.Avahi" due to security policies in the configuration file
WARNING: Failed to contact D-Bus daemon.
avahi-daemon 0.6.28 exiting.
Cosa c'è di sbagliato? Riguarda la configurazione di dbus?
Raccontaci come hai configurato dbus & avahi. – ismail