【发布时间】:2011-06-01 10:41:21
【问题描述】:
我在 arm 上构建了一个根文件系统。它应该运行 dbus-daemon 和 avahi-daemon,但是当我尝试运行 avahi-daemon
$ dbus-daemon --system
$ avahi-daemon
我收到这条消息:
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.
怎么了?是关于 dbus 配置的吗?
【问题讨论】:
-
告诉我们您是如何配置 dbus 和 avahi 的。