LWN.net Logo

Kroah-Hartman: AF_BUS, D-Bus, and the Linux kernel

Kroah-Hartman: AF_BUS, D-Bus, and the Linux kernel

Posted Feb 9, 2013 18:37 UTC (Sat) by Wol (guest, #4433)
In reply to: Kroah-Hartman: AF_BUS, D-Bus, and the Linux kernel by drago01
Parent article: Kroah-Hartman: AF_BUS, D-Bus, and the Linux kernel

Actually, I believe it's based on the argument that it's non-unixy!

DISPLAY=192.168.2.5:0 dbus-launch kate

will, I understand, crash and burn pretty spectacularly. I dunno, I haven't really played with it.

Plus the fact that dbus was born as part of Gnome ... I gather the KDE equivalent was network-aware and didn't not work on a network.

Hence my comment elsewhere about wanting stuff to work over the network ...

Cheers,
Wol


(Log in to post comments)

Kroah-Hartman: AF_BUS, D-Bus, and the Linux kernel

Posted Feb 10, 2013 3:39 UTC (Sun) by ovitters (subscriber, #27950) [Link]

As said elsewhere, loads of IPC methods that are part of UNIX standards don't work across the network. This just reiterates that there are no arguments.

Kroah-Hartman: AF_BUS, D-Bus, and the Linux kernel

Posted Feb 10, 2013 8:25 UTC (Sun) by krake (subscriber, #55996) [Link]

KDE's DCOP, the D-Bus predecessor, worked over network due to using some X11 client-to-client communication mechanism.

Of course this isn't an option for something that also needs to be able to provide the equivalent to the D-Bus system bus.

D-Bus, however, could make use of other techniques, e.g. certificate based authentication over TCP, etc. but on the other hand that would limit the feature set available to clients which wanted to support that (might be OK for the majority of clients though).

Kroah-Hartman: AF_BUS, D-Bus, and the Linux kernel

Posted Feb 10, 2013 19:36 UTC (Sun) by hp (subscriber, #5220) [Link]

there is no conceptual problem tunneling dbus over X or adding a secure TCP auth mechanism. it already works if you have a network home dir in common (because the "cookie in homedir" auth then works).

it's just a matter of someone caring enough to do the work. in around a decade not a single person has wanted this enough to code it or pay to code it. That's why it didn't get coded.

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds