Couldn‘t connect to session bus: Did not receive a reply. Possible causes include: the remote applic
生活随笔
收集整理的這篇文章主要介紹了
Couldn‘t connect to session bus: Did not receive a reply. Possible causes include: the remote applic
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
運行進程間通信dbus服務(wù)程序和客戶程序時報錯:
Couldn't connect to session bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
原因:
不能在root用戶下運行,(可能這創(chuàng)建的是session dbus的原因,而不是system dbus),用exit退出root用戶到普通用戶下運行就好了
參考文章:Couldn’t connect to session bus問題的解決
總結(jié)
以上是生活随笔為你收集整理的Couldn‘t connect to session bus: Did not receive a reply. Possible causes include: the remote applic的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 计算机中的 marshal 是什么意思?
- 下一篇: linux 进程间通信 dbus-gli