dbus-daemon, how to listen on TCP/IP socket?
This feature is not well documented, so there is the configuration ligne to add in your /etc/dbus-1/system.conf file :
<listen>tcp:host=localhost,port=12434</listen>
This feature is not well documented, so there is the configuration ligne to add in your /etc/dbus-1/system.conf file :
<listen>tcp:host=localhost,port=12434</listen>
Powered by WordPress
Hello,
I can get dbus listening in port, but i cant connect it from remote PC.
Have you face this kind of problem?
netstat shows that dbus-daemon is listening and i can telnet to it from localhost.
Thank you