分类: LINUX
2014-04-09 17:50:14
D-Bus is a system for low-latency, low-overhead, easy to use interprocess communication (IPC).
Since today, I replaced old style dbus-daemon with kdbus (in-kernel dbus implementation) and systemd Legacy D-Bus Protocol Compatibility Daemon.
It consists of two parts:
Main Differences:
Do you want try it?
How to enable it?
Warning: it may change your network interface names, if you switching from systemd-208-r2!
USE="kdbus" emerge -av1 systemd::gentoo
UPDATE: Changes was merged from ixit overlay into official gentoo
Second thing – you need compiled as module or directly as part of kernel.
Beware, you should use at least kernel 3.12 series or later.