Re: [systemd-devel] [PATCH 1/7] libsystemd-bus: bring definitions in sync with kdbus

2013-12-04 Thread Yin Kangkai
On 2013-12-04, 08:49 +0100, Daniel Mack wrote: Actually, I have a stupid question, do we have any particular reason to use part/PART? giving the fact that we already have term item everywhere in the code... struct kdbus_item, items, kdbus_msg.items... My opinion, on the contrary,

Re: [systemd-devel] [PATCH 1/7] libsystemd-bus: bring definitions in sync with kdbus

2013-12-04 Thread Daniel Mack
On 12/04/2013 09:13 AM, Yin Kangkai wrote: On 2013-12-04, 08:49 +0100, Daniel Mack wrote: Actually, I have a stupid question, do we have any particular reason to use part/PART? giving the fact that we already have term item everywhere in the code... struct kdbus_item, items,

[systemd-devel] journald API, sd_journal_seek_tail()

2013-12-04 Thread Sascha Kattelmann
Hi, I'm working on Fedora 19 with systemd 204. I had trouble with the journald-API regarding the seek_tail function. The bug is already described here: https://bugs.freedesktop.org/show_bug.cgi?id=64614 Here is one more related post:

[systemd-devel] [PATCH] libsystemd-bus: Add return error msg for unicast signals when well-known name is not available

2013-12-04 Thread Lukasz Skalski
ENXIO, ESRCH and EADDRNOTAVAIL are also returned by ioctl(KDBUS_CMD_MSG_SEND) when we have unicast signal messages (signals with a DESTINATION field). --- src/libsystemd-bus/bus-kernel.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libsystemd-bus/bus-kernel.c

[systemd-devel] [PATCHv5] tmpfiles, man: Add xattr support to tmpfiles

2013-12-04 Thread Maciej Wereski
This patch makes it possible to set extended attributes on files created by tmpfiles. This can be especially used to set SMACK security labels on volatile files and directories. It is done by adding new line of type t. Such line should contain attributes in Argument field, using following format:

[systemd-devel] [gummiboot] misaligned menu

2013-12-04 Thread János Illés
Hi! I did not find a bug tracker for gummiboot, sorry if this is not the right place for this. I would like to report a small cosmetic bug for gummiboot. It looks like this: http://i.imgur.com/cDRwIwX.jpg [62 kbyte] This is laptop with an intel haswell chipset with full hd display. -- János

[systemd-devel] [PATCH] busname: check the service state instead of the busname state

2013-12-04 Thread Thomas H.P. Andersen
git send-email is sadly still not working for me. I am pasting the patch here and attaching it as well. In busname_trigger_notify the last check uses IS_SET on the busname's state but compares it to service states. I assume that the intended logic was to check the service's state instead. ---

[systemd-devel] cyclic build dependency with D-Bus

2013-12-04 Thread Thomas H.P. Andersen
Does this paragraph in the README still make sense? Note that D-Bus can link against libsystemd-login.so, which results in a cyclic build dependency. To accommodate for this, please build D-Bus without systemd first, then build systemd, then rebuild D-Bus with systemd support.

Re: [systemd-devel] cyclic build dependency with D-Bus

2013-12-04 Thread Kay Sievers
On Wed, Dec 4, 2013 at 10:42 PM, Thomas H.P. Andersen pho...@gmail.com wrote: Does this paragraph in the README still make sense? Note that D-Bus can link against libsystemd-login.so, which results in a cyclic build dependency. To accommodate for this, please build D-Bus without systemd

[systemd-devel] [PATCH] Fix usage of kernel-install

2013-12-04 Thread Sébastien Luttringer
Kernel install doesn't need the second argument on his command line when removing. This is correctly documented in the man page. Signed-off-by: Sébastien Luttringer se...@seblu.net --- src/kernel-install/kernel-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[systemd-devel] Last question about systemd before my presentation

2013-12-04 Thread Cecil Westerhof
Today I am giving my presentation about systemd/journald for a not very enthusiastic public. I would like some last answers on a ‘few’ questions. I understood that you could let systemd start-up the services sequential for debugging purposes. How is that done? Is it possible to change the

[systemd-devel] systemd unit review requested

2013-12-04 Thread Peter Hutterer
When I fired up F20 on one of my laptops here I noticed that inputattach doesn't work anymore for serial Wacom devices. It used to be started through udev, but that doesn't work anymore. So moving to a systemd service it is, but I'd like a review of the changes please. The goal is to start

Re: [systemd-devel] Question regarding the NotifyAccess parameter

2013-12-04 Thread salil GK
Hello I am using Fedora 19 and systemd in it is 204 I guess. The issue is present in there. The following is whatmy unit file is cat /usr/lib/systemd/system/Myservice.service [Unit] Description=This is a test service [Service] #PIDFile=/var/run/Myservice.pid