|
root可以正常使用,但普通用户运行刚提示如下:
process 3273: arguments to dbus_connection_send_with_reply_and_block() were incorrect, assertion "(error) == NULL || !dbus_error_is_set ((error))" failed in file dbus-connection.c line 3301.
This is normally a bug in some application using the D-Bus library.
D-Bus not built with -rdynamic so unable to print a backtrace
参考了这篇:http://linuxsir.cn/bbs/thread352042.html
但是我系统内没有 dbus用户组 于是我将用户加入了"messagebus"和"haldaemon"这两个组 问题依然没有解决
我看了错误提示 但是dbus根本没有rdynamic的USE
我的dbus的USE为“X -debug -doc -selinux -test"
谢谢~~~ |
|