Re: [systemd-devel] 220 tarball erroneously ships keyboard-keys-from-name.gperf

2015-05-27 Thread Marc-Antoine Perennou
On 27 May 2015 at 12:26, Lennart Poettering lenn...@poettering.net wrote: I use make distcheck regularly during regular development, and that's how I generate the final tarball. What about generating a preview tarball before tagging, and letting us downstreams a couple of days to test it

[systemd-devel] [PATCH 2/2] build-sys: don't dist generated files

2015-05-25 Thread Marc-Antoine Perennou
--- Makefile.am | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/Makefile.am b/Makefile.am index 9420879..4933e6f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1259,8 +1259,7 @@ DISTCLEANFILES = \ EXTRA_DIST += \ $(gperf_gperf_m4_sources) \ -

[systemd-devel] [PATCH 1/2] build-sys: always include src/boot/efi in tarballs

2015-05-25 Thread Marc-Antoine Perennou
currently it would only be included if configure was ran with --enable-gnuefi --- Makefile.am | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 70d4dc0..9420879 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2601,6 +2601,8 @@

[systemd-devel] [PATCH] build-sys: fix headers installation

2015-05-25 Thread Marc-Antoine Perennou
--- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 4933e6f..8e38010 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3128,7 +3128,7 @@ pkginclude_HEADERS += \ src/systemd/sd-bus.h \ src/systemd/sd-bus-protocol.h \

Re: [systemd-devel] [PATCH 2/2] build-sys: don't dist generated files

2015-05-25 Thread Marc-Antoine Perennou
Works fine, thanks! On 25 May 2015 at 17:04, Tom Gundersen t...@jklm.no wrote: Applied, with minor fix. Please verify that it still works for you! Tom ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org

Re: [systemd-devel] 220: --disable-audit broken?

2015-05-22 Thread Marc-Antoine Perennou
Hi, On 22 May 2015 at 11:16, baldu...@units.it wrote: hello, while building 220 I get: In file included from src/journal/audit-type.c:32:0: src/journal/audit_type-to-name.h: In function 'audit_type_to_string': src/journal/audit_type-to-name.h:23:14: error: 'AUDIT_USER_AUTH'

Re: [systemd-devel] [PATCH 2/5] udev.pc: install to pkgconfiglibdir

2015-04-08 Thread Marc-Antoine Perennou
On 8 April 2015 at 18:47, Kay Sievers k...@vrfy.org wrote: On Tue, Apr 7, 2015 at 8:54 PM, Marc-Antoine Perennou marc-anto...@perennou.com wrote: --- Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 9fa4223..9b769ee 100644

Re: [systemd-devel] [PATCH 5/5] build: use $(OBJCOPY)

2015-04-08 Thread Marc-Antoine Perennou
On 8 April 2015 at 19:03, Kay Sievers k...@vrfy.org wrote: On Tue, Apr 7, 2015 at 8:54 PM, Marc-Antoine Perennou marc-anto...@perennou.com wrote: --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 9b769ee..397a71c 100644

Re: [systemd-devel] [PATCH 4/5] configure: allow setting EFI_CC

2015-04-08 Thread Marc-Antoine Perennou
On 7 April 2015 at 20:54, Marc-Antoine Perennou marc-anto...@perennou.com wrote: and only fallback to gcc --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1608c83..56340a2 100644 --- a/configure.ac +++ b/configure.ac

Re: [systemd-devel] [PATCH 2/5] udev.pc: install to pkgconfiglibdir

2015-04-08 Thread Marc-Antoine Perennou
On 8 April 2015 at 19:46, Kay Sievers k...@vrfy.org wrote: On Wed, Apr 8, 2015 at 7:34 PM, Marc-Antoine Perennou marc-anto...@perennou.com wrote: On 8 April 2015 at 18:47, Kay Sievers k...@vrfy.org wrote: On Tue, Apr 7, 2015 at 8:54 PM, Marc-Antoine Perennou marc-anto...@perennou.com wrote

Re: [systemd-devel] [PATCH 2/5] udev.pc: install to pkgconfiglibdir

2015-04-08 Thread Marc-Antoine Perennou
On 8 April 2015 at 20:02, Kay Sievers k...@vrfy.org wrote: On Wed, Apr 8, 2015 at 7:52 PM, Marc-Antoine Perennou marc-anto...@perennou.com wrote: On 8 April 2015 at 19:46, Kay Sievers k...@vrfy.org wrote: On Wed, Apr 8, 2015 at 7:34 PM, Marc-Antoine Perennou marc-anto...@perennou.com wrote

[systemd-devel] [PATCH 1/2] configure: allow setting EFI_CC

2015-04-08 Thread Marc-Antoine Perennou
and only fallback to gcc --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 1608c83..0722841 100644 --- a/configure.ac +++ b/configure.ac @@ -1147,8 +1147,8 @@ fi AM_CONDITIONAL(ENABLE_EFI, [test x$have_efi = xyes]) #

[systemd-devel] [PATCH 2/2] build: allow setting OBJCOPY

2015-04-08 Thread Marc-Antoine Perennou
Signed-off-by: Marc-Antoine Perennou marc-anto...@perennou.com --- Makefile.am | 4 ++-- configure.ac | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 9b769ee..397a71c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2596,7 +2596,7

Re: [systemd-devel] [PATCH 2/2] build: allow setting OBJCOPY

2015-04-08 Thread Marc-Antoine Perennou
On 8 April 2015 at 22:24, Mike Gilbert flop...@gentoo.org wrote: On Wed, Apr 8, 2015 at 4:08 PM, Marc-Antoine Perennou marc-anto...@perennou.com wrote: Signed-off-by: Marc-Antoine Perennou marc-anto...@perennou.com --- Makefile.am | 4 ++-- configure.ac | 3 +++ 2 files changed, 5

[systemd-devel] [PATCH v2 1/2] configure: allow setting EFI_CC

2015-04-08 Thread Marc-Antoine Perennou
--- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 1608c83..7e4a574 100644 --- a/configure.ac +++ b/configure.ac @@ -1147,8 +1147,7 @@ fi AM_CONDITIONAL(ENABLE_EFI, [test x$have_efi = xyes]) #

[systemd-devel] [PATCH 1/5] factory: install to datadir

2015-04-07 Thread Marc-Antoine Perennou
--- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index a575af6..9fa4223 100644 --- a/Makefile.am +++ b/Makefile.am @@ -109,8 +109,8 @@ udevrulesdir=$(udevlibexecdir)/rules.d udevhwdbdir=$(udevlibexecdir)/hwdb.d

[systemd-devel] [PATCH 4/5] configure: allow setting EFI_CC

2015-04-07 Thread Marc-Antoine Perennou
and only fallback to gcc --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1608c83..56340a2 100644 --- a/configure.ac +++ b/configure.ac @@ -1147,7 +1147,7 @@ fi AM_CONDITIONAL(ENABLE_EFI, [test x$have_efi = xyes]) #

[systemd-devel] [PATCH 2/5] udev.pc: install to pkgconfiglibdir

2015-04-07 Thread Marc-Antoine Perennou
--- Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 9fa4223..9b769ee 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3725,8 +3725,7 @@ udevconfdir = $(sysconfdir)/udev dist_udevconf_DATA = \ src/udev/udev.conf

[systemd-devel] [PATCH 3/5] efi: use EFI_CC

2015-04-07 Thread Marc-Antoine Perennou
--- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 29111f5..1608c83 100644 --- a/configure.ac +++ b/configure.ac @@ -1172,7 +1172,7 @@ AS_IF([test x$enable_gnuefi != xno], [ [AC_MSG_ERROR([*** gnuefi

[systemd-devel] [PATCH 5/5] build: use $(OBJCOPY)

2015-04-07 Thread Marc-Antoine Perennou
--- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 9b769ee..397a71c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2596,7 +2596,7 @@ $(systemd_boot_solib): $(systemd_boot_objects) nm -D -u $@ | grep ' U ' exit 1 || :

[systemd-devel] [PATCH] test-compress-benchmark: silence warnings

2014-07-15 Thread Marc-Antoine Perennou
and btw make it pass for 32bits where size_t != uint64_t --- src/journal/test-compress-benchmark.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/journal/test-compress-benchmark.c b/src/journal/test-compress-benchmark.c index 0a23bd1..a346447 100644 ---

Re: [systemd-devel] [PATCH] test-compress-benchmark: silence warnings

2014-07-15 Thread Marc-Antoine Perennou
On 16 July 2014 10:30, Zbigniew Jędrzejewski-Szmek zbys...@in.waw.pl wrote: On Wed, Jul 16, 2014 at 03:29:15AM +0200, Zbigniew Jędrzejewski-Szmek wrote: On Wed, Jul 16, 2014 at 10:13:06AM +0900, Marc-Antoine Perennou wrote: and btw make it pass for 32bits where size_t != uint64_t Do

[systemd-devel] [PATCH] fix in_addr_prefix_intersect for 32bits

2014-06-22 Thread Marc-Antoine Perennou
shifting from a non fixed number of bits = to the size of the type leads to weird results, handle the special case of 32 to fix it. This was causing a test failure from test-socket-util: Assertion 'in_addr_prefix_intersect(f, ua, apl, ub, bpl) == result' failed at

[systemd-devel] [PATCH] Don't use class in public headers

2014-03-18 Thread Marc-Antoine Perennou
--- src/systemd/sd-login.h | 2 +- src/systemd/sd-resolve.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/systemd/sd-login.h b/src/systemd/sd-login.h index 87ebafb..c539dd8 100644 --- a/src/systemd/sd-login.h +++ b/src/systemd/sd-login.h @@ -178,7 +178,7 @@ int

Re: [systemd-devel] [PATCH 3/4] bus: driverd: don't attempt to remove from empty list

2014-01-04 Thread Marc-Antoine Perennou
On 28 December 2013 13:54, Marc-Antoine Perennou marc-anto...@perennou.com wrote: --- src/bus-driverd/bus-driverd.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/bus-driverd/bus-driverd.c b/src/bus-driverd/bus-driverd.c index b423420..1fdea7e 100644 --- a/src

[systemd-devel] [PATCH 2/4] bus: driverd: don't remove twice a match from the list

2013-12-27 Thread Marc-Antoine Perennou
match_free already does it --- src/bus-driverd/bus-driverd.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/bus-driverd/bus-driverd.c b/src/bus-driverd/bus-driverd.c index 44172c4..b423420 100644 --- a/src/bus-driverd/bus-driverd.c +++ b/src/bus-driverd/bus-driverd.c

[systemd-devel] [PATCH 3/4] bus: driverd: don't attempt to remove from empty list

2013-12-27 Thread Marc-Antoine Perennou
--- src/bus-driverd/bus-driverd.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/bus-driverd/bus-driverd.c b/src/bus-driverd/bus-driverd.c index b423420..1fdea7e 100644 --- a/src/bus-driverd/bus-driverd.c +++ b/src/bus-driverd/bus-driverd.c @@ -90,10 +90,10 @@

[systemd-devel] [PATCH] rtnl: fix for 32bits

2013-12-16 Thread Marc-Antoine Perennou
Commit 0a0dc69b655cfb10cab39133f5d521e7b35ce3d5 broke tests for 32 bits --- src/libsystemd-rtnl/rtnl-message.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libsystemd-rtnl/rtnl-message.c b/src/libsystemd-rtnl/rtnl-message.c index 264cca0..c62eca9 100644 ---

[systemd-devel] [PATCH] shared: add missing include

2013-12-11 Thread Marc-Antoine Perennou
Needed for socketpair, recv --- src/shared/logs-show.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/shared/logs-show.c b/src/shared/logs-show.c index c99fc75..0e3fd3d 100644 --- a/src/shared/logs-show.c +++ b/src/shared/logs-show.c @@ -23,6 +23,7 @@ #include assert.h #include errno.h

Re: [systemd-devel] [PATCH V2 2/2] systemctl: port to libsystemd-bus

2013-11-08 Thread Marc-Antoine Perennou
On Friday, November 8, 2013, Lennart Poettering wrote: On Fri, 08.11.13 10:34, Marc-Antoine Perennou (marc-anto...@perennou.com) wrote: Heya! I already rebased the previous version you posted, and then applied with some changes. Is this reposting of yours more than just a rebase? I

[systemd-devel] [PATCH v2 1/2] analyze: split out bus util functions

2013-11-07 Thread Marc-Antoine Perennou
They will soon be used in systemctl --- src/analyze/analyze.c | 68 +++ src/libsystemd-bus/bus-util.c | 49 +++ src/libsystemd-bus/bus-util.h | 17 +++ 3 files changed, 70 insertions(+), 64 deletions(-) diff

[systemd-devel] [PATCH 3/3] bus: fix bus_print_property with strv

2013-11-06 Thread Marc-Antoine Perennou
--- src/libsystemd-bus/bus-util.c | 29 - 1 file changed, 12 insertions(+), 17 deletions(-) diff --git a/src/libsystemd-bus/bus-util.c b/src/libsystemd-bus/bus-util.c index 3bb1fb7..93e79e9 100644 --- a/src/libsystemd-bus/bus-util.c +++ b/src/libsystemd-bus/bus-util.c

[systemd-devel] [PATCH 2/3] bus: fix bus_message_read_strv

2013-11-06 Thread Marc-Antoine Perennou
message_read_strv_extend returns 0 on success --- src/libsystemd-bus/bus-message.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libsystemd-bus/bus-message.c b/src/libsystemd-bus/bus-message.c index 698c7c4..f228b44 100644 --- a/src/libsystemd-bus/bus-message.c +++

Re: [systemd-devel] [PATCH 1/3] bus: allow reading empty arrays

2013-11-06 Thread Marc-Antoine Perennou
You can disregard these three patches, they will be part of the systemctl porting. Marc-Antoine ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel

[systemd-devel] [PATCH 5/7] bus: mark sd_bus_message_at_end public

2013-11-06 Thread Marc-Antoine Perennou
--- src/libsystemd-bus/bus-message.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libsystemd-bus/bus-message.c b/src/libsystemd-bus/bus-message.c index 16b2201..cc62050 100644 --- a/src/libsystemd-bus/bus-message.c +++ b/src/libsystemd-bus/bus-message.c @@ -2415,7

[systemd-devel] [PATCH 1/7] bus: allow reading empty arrays

2013-11-06 Thread Marc-Antoine Perennou
--- src/libsystemd-bus/bus-message.c | 21 + 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/src/libsystemd-bus/bus-message.c b/src/libsystemd-bus/bus-message.c index 9543ae3..0fd9aa1 100644 --- a/src/libsystemd-bus/bus-message.c +++

[systemd-devel] [PATCH 3/7] bus: fix bus_print_property with strv

2013-11-06 Thread Marc-Antoine Perennou
--- src/libsystemd-bus/bus-util.c | 29 - 1 file changed, 12 insertions(+), 17 deletions(-) diff --git a/src/libsystemd-bus/bus-util.c b/src/libsystemd-bus/bus-util.c index 13ad444..2a9cd4f 100644 --- a/src/libsystemd-bus/bus-util.c +++ b/src/libsystemd-bus/bus-util.c

[systemd-devel] [PATCH 0/7] systemctl: port to libsystemd-bus

2013-11-06 Thread Marc-Antoine Perennou
message is: Failed to parse reply: Process org.freedesktop.systemd1 exited with status 1 Marc-Antoine Perennou (7): bus: allow reading empty arrays bus: fix bus_message_read_strv bus: fix bus_print_property with strv bus: rename sd_bus_get_property_{trivial,basic} bus: mark

[systemd-devel] [PATCH 6/7] analyze: split out bus util functions

2013-11-06 Thread Marc-Antoine Perennou
They will soon be used in systemctl --- src/analyze/analyze.c | 80 +++ src/libsystemd-bus/bus-util.c | 46 + src/libsystemd-bus/bus-util.h | 17 + 3 files changed, 67 insertions(+), 76 deletions(-) diff --git

[systemd-devel] [PATCH 2/7] bus: fix bus_message_read_strv

2013-11-06 Thread Marc-Antoine Perennou
message_read_strv_extend returns 0 on success --- src/libsystemd-bus/bus-message.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libsystemd-bus/bus-message.c b/src/libsystemd-bus/bus-message.c index 0fd9aa1..16b2201 100644 --- a/src/libsystemd-bus/bus-message.c +++

[systemd-devel] [PATCH 4/7] bus: rename sd_bus_get_property_{trivial, basic}

2013-11-06 Thread Marc-Antoine Perennou
--- src/analyze/analyze.c | 2 +- src/libsystemd-bus/bus-convenience.c | 4 ++-- src/libsystemd-bus/libsystemd-bus.sym | 2 +- src/systemd/sd-bus.h | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/analyze/analyze.c

[systemd-devel] [PATCH 2/3] bus: add sd_bus_message_end_of_container

2013-11-05 Thread Marc-Antoine Perennou
Useful to check whether there are still things to read or not, in order to be able not to allocate when not needed, when reading arrays or such. Will soon be used in systemctl Signed-off-by: Marc-Antoine Perennou marc-anto...@perennou.com --- src/libsystemd-bus/bus-message.c | 22

[systemd-devel] [PATCH 3/3] analyze: split out bus util functions

2013-11-05 Thread Marc-Antoine Perennou
They will soon be used in systemctl Signed-off-by: Marc-Antoine Perennou marc-anto...@perennou.com --- src/analyze/analyze.c | 80 +++ src/libsystemd-bus/bus-util.c | 46 + src/libsystemd-bus/bus-util.h | 17 + 3

[systemd-devel] [PATCH 1/3] bus: add sd_bus_message_read_strv

2013-11-05 Thread Marc-Antoine Perennou
It will be useful to have that in the public API Signed-off-by: Marc-Antoine Perennou marc-anto...@perennou.com --- src/libsystemd-bus/bus-message.c | 15 +++ src/systemd/sd-bus.h | 1 + 2 files changed, 16 insertions(+) diff --git a/src/libsystemd-bus/bus-message.c b

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

2013-11-03 Thread Marc-Antoine Perennou
On Sunday, November 3, 2013, Daniel Mack wrote: On 10/30/2013 03:48 AM, Kay Sievers wrote: On Wed, Oct 23, 2013 at 1:22 AM, Kay Sievers k...@vrfy.orgjavascript:; wrote: [update] To avoid any duplication of work, here are the tools which still need conversion. Please reply to this

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

2013-10-30 Thread Marc-Antoine Perennou
On 31 October 2013 07:10, Kay Sievers k...@vrfy.org wrote: On Wed, Oct 30, 2013 at 5:36 AM, Marc-Antoine Perennou marc-anto...@perennou.com wrote: On 30 October 2013 11:48, Kay Sievers k...@vrfy.org wrote: On Wed, Oct 23, 2013 at 1:22 AM, Kay Sievers k...@vrfy.org wrote: [update] To avoid

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

2013-10-29 Thread Marc-Antoine Perennou
On 30 October 2013 11:48, Kay Sievers k...@vrfy.org wrote: On Wed, Oct 23, 2013 at 1:22 AM, Kay Sievers k...@vrfy.org wrote: [update] To avoid any duplication of work, here are the tools which still need conversion. Please reply to this mail, in case you decide to work on anything in that

Re: [systemd-devel] kernel-install questions

2013-09-25 Thread Marc-Antoine Perennou
On 26 September 2013 00:20, Tom Gundersen t...@jklm.no wrote: On Wed, Sep 25, 2013 at 4:37 PM, Kay Sievers k...@vrfy.org wrote: On Wed, Sep 25, 2013 at 3:35 PM, Tom Gundersen t...@jklm.no wrote: *) With /boot on fat, 'add' fails for me due to not being able to use cp --preserve. How is this

[systemd-devel] [PATCH] build: allow specifying a custom pam session name

2013-07-25 Thread Marc-Antoine Perennou
for distribution now wanting to use systemd-shared Signed-off-by: Marc-Antoine Perennou marc-anto...@perennou.com --- Makefile.am| 1 + configure.ac | 10 ++ units/u...@.service.in | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/Makefile.am

Re: [systemd-devel] [PATCH] build: allow specifying a custom pam session name

2013-07-25 Thread Marc-Antoine Perennou
On 26 July 2013 01:10, Tom Gundersen t...@jklm.no wrote: On Fri, Jul 26, 2013 at 12:28 AM, Marc-Antoine Perennou marc-anto...@perennou.com wrote: for distribution now wanting to use systemd-shared Could you explain a bit more why this needs to be configurable? What's the usecase? Cheers

Re: [systemd-devel] systemd[725]: Failed at step PAM spawning /usr/lib/systemd/systemd: Operation not permitted

2013-07-06 Thread Marc-Antoine Perennou
The patch I mailed a few hours ago about chowning cgroups solved this issue here. On 6 July 2013 05:57, Kok, Auke-jan H auke-jan.h@intel.com wrote: On Thu, Jul 4, 2013 at 6:30 PM, Kay Sievers k...@vrfy.org wrote: On Fri, Jul 5, 2013 at 2:35 AM, Cristian Rodríguez

[systemd-devel] [PATCH] cgroups: chown user slices

2013-07-05 Thread Marc-Antoine Perennou
When creating the cgroup hierarchy for a user slice, chown this slice to the user uid. Signed-off-by: Marc-Antoine Perennou marc-anto...@perennou.com --- src/shared/cgroup-label.c | 8 1 file changed, 8 insertions(+) diff --git a/src/shared/cgroup-label.c b/src/shared/cgroup-label.c

[systemd-devel] [PATCH] kernel-install: don't make unused parameter mandatory

2013-03-26 Thread Marc-Antoine Perennou
We only use the image name in the case we're adding a kernel Signed-off-by: Marc-Antoine Perennou marc-anto...@perennou.com --- src/kernel-install/kernel-install | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/kernel-install/kernel-install b/src/kernel-install

Re: [systemd-devel] [PATCH 5/6] Add hexstr function

2013-02-11 Thread Marc-Antoine Perennou
On 12 February 2013 00:14, Oleksii Shevchuk alx...@gmail.com wrote: Function that converts byte array to hex string --- src/shared/util.c | 23 +++ src/shared/util.h | 1 + 2 files changed, 24 insertions(+) diff --git a/src/shared/util.c b/src/shared/util.c index

Re: [systemd-devel] [PATCH][V3] systemd-analyze: rewrite in C.

2013-02-04 Thread Marc-Antoine Perennou
On 4 February 2013 22:33, Peeters Simon peeters.si...@gmail.com wrote: 2013/2/4 Lennart Poettering lenn...@poettering.net: On Mon, 04.02.13 21:32, Simon Peeters (peeters.si...@gmail.com) wrote: Written by Peeters Simon peeters.si...@gmail.com. Makefile stuff and cleaned up a bit by Auke