我的auth.log中充满了freedesktop的错误消息,其中大多数看起来或多或少如下所示:
May 25 07:59:40 lati dbus[425]: message repeated 7 times: [ [system] Rejected send message, 3 matched rules; type="error", sender=":1.63" (uid=1000 pid=2218 comm="/usr/bin/pulseaudio --start --log-target=syslog ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.1" (uid=0 pid=503 comm="/usr/sbin/bluetoothd ")]知道那可能是什么吗?
我的系统信息:
发布于 2015-05-25 14:19:58
这个消息意味着dbus拒绝了一个错误消息(org.freedesktop.DBus.Error.UnknownMethod)脉冲音频试图发送给蓝牙,这可能是因为蓝牙调用了一个未知的脉冲音频接口方法。
奇怪的是,应该允许错误回复(您应该在/etc/dbus-1/system.conf中有<allow send_requested_reply="true" send_type="error"/>。我不确定日志中的requested_reply="0“是否表明脉冲音频没有将错误消息声明为回复。当然,这将是脉冲音频中的一个缺陷。
https://askubuntu.com/questions/627912
复制相似问题