Re: [systemd-devel] tree-wide conversion from libdbus to libsystemd-bus

2013-10-22 Thread Kay Sievers
On Wed, Oct 23, 2013 at 1:55 AM, Michael Biebl wrote: > Just to be clear, this is step b/, i.e. systemd will still use dbus-daemon? Yes. Only the link-dependency on the current D-Bus library will go, but the runtime dependency on the daemon will stay as it is. > Is there an ETA for when kdbus wi

Re: [systemd-devel] tree-wide conversion from libdbus to libsystemd-bus

2013-10-22 Thread Michael Biebl
Just to be clear, this is step b/, i.e. systemd will still use dbus-daemon? Is there an ETA for when kdbus will land in the kernel, i.e. step c/? 2013/10/23 Kay Sievers : > Most of the original plan outlined a couple of months ago is still valid: > http://lists.freedesktop.org/archives/systemd-

Re: [systemd-devel] tree-wide conversion from libdbus to libsystemd-bus

2013-10-22 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Oct 23, 2013 at 01:22:39AM +0200, Kay Sievers wrote: > Most of the original plan outlined a couple of months ago is still valid: > http://lists.freedesktop.org/archives/systemd-devel/2013-March/009797.html > > We now have all the major pieces to port to the new library available > in the

[systemd-devel] tree-wide conversion from libdbus to libsystemd-bus

2013-10-22 Thread Kay Sievers
Most of the original plan outlined a couple of months ago is still valid: http://lists.freedesktop.org/archives/systemd-devel/2013-March/009797.html We now have all the major pieces to port to the new library available in the systemd tree. Converting tools is half way mechanical replacing, the o

[systemd-devel] [RFC] split journal by loglevel

2013-10-22 Thread Łukasz Stelmach
Hello Everyone. Some of you may know I and my colleagues work hard to make Tizen work for you. Tizen is growing really fast and we've got a problem. A lot of code produce a lot of messages. Some of them are more important than others. We want to access debug (and info) messages when a system is

Re: [systemd-devel] [WIP][PATCH 1/3] inhibit: port to sd-bus

2013-10-22 Thread Tom Gundersen
On Sun, Oct 20, 2013 at 10:59 PM, Tom Gundersen wrote: > --- > > Hi Lennart, > > This and the next patch trigger the bug in sd_bus_message_read() we discussed. > I'm just posting them here to not forget about it. This has now been fixed, and this patch has been pushed. > Also, I'm not sure I'm r

Re: [systemd-devel] (no subject)

2013-10-22 Thread Wanlong Gao
On 10/22/2013 05:03 PM, Yang Zhiyong wrote: > Signed-off-by: Yang Zhiyong You missed the patch subject and change log. Thanks, Wanlong Gao > --- > src/udev/udevadm-settle.c | 15 --- > 1 files changed, 12 insertions(+), 3 deletions(-) > mode change 100644 => 100755 src/udev/udev

[systemd-devel] [PATCH] add parameters checking for 'udevadm trigger'

2013-10-22 Thread Yang Zhiyong
Signed-off-by: Yang Zhiyong --- src/udev/udevadm-trigger.c | 16 ++-- 1 files changed, 14 insertions(+), 2 deletions(-) mode change 100644 => 100755 src/udev/udevadm-trigger.c diff --git a/src/udev/udevadm-trigger.c b/src/udev/udevadm-trigger.c old mode 100644 new mode 100755 inde

[systemd-devel] (no subject)

2013-10-22 Thread Yang Zhiyong
Signed-off-by: Yang Zhiyong --- src/udev/udevadm-settle.c | 15 --- 1 files changed, 12 insertions(+), 3 deletions(-) mode change 100644 => 100755 src/udev/udevadm-settle.c diff --git a/src/udev/udevadm-settle.c b/src/udev/udevadm-settle.c old mode 100644 new mode 100755 index c4f