Re: [systemd-devel] Passing variables from udev to unit

2014-03-14 Thread Peter Hutterer
On Fri, Mar 14, 2014 at 06:27:26AM +0400, Andrey Borzenkov wrote: В Fri, 14 Mar 2014 08:53:45 +1000 Peter Hutterer peter.hutte...@who-t.net пишет: Hey, I have a service file wacom-inputattach@.service that is started from a udev rule: SUBSYSTEM==tty|pnp, KERNEL==ttyS[0-9]*,

Re: [systemd-devel] Help regarding service dependency

2014-03-14 Thread Amit Saha
- Original Message - From: Andrey Borzenkov arvidj...@gmail.com To: Amit Saha as...@redhat.com Cc: systemd Mailing List systemd-devel@lists.freedesktop.org Sent: Friday, March 14, 2014 12:35:44 PM Subject: Re: [systemd-devel] Help regarding service dependency В Thu, 13 Mar 2014

Re: [systemd-devel] [PATCH] machine-id: add --root option to operate on an alternate fs tree

2014-03-14 Thread Koen Kooi
Op 14 mrt. 2014, om 05:43 heeft Greg KH gre...@linuxfoundation.org het volgende geschreven: This makes it possible to initialize the /etc/machine-id file on an arbitrary filesystem hierarchy. This helps systems that wish to run this at image creation time in a subdirectory, or from

Re: [systemd-devel] [PATCH] Do not cache use_smack() value unless /sys is mounted

2014-03-14 Thread Łukasz Stelmach
It was 2014-03-11 wto 05:12, when Lennart Poettering wrote: On Fri, 28.02.14 17:09, Łukasz Stelmach (l.stelm...@samsung.com) wrote: use_smack() is called very early via mkdir_p_label(). This happens before /sys is mounted and hence before the authoritative information about smack is even

Re: [systemd-devel] [PATCH] machine-id: add --root option to operate on an alternate fs tree

2014-03-14 Thread Tom Gundersen
On Fri, Mar 14, 2014 at 5:43 AM, Greg KH gre...@linuxfoundation.org wrote: This makes it possible to initialize the /etc/machine-id file on an arbitrary filesystem hierarchy. This helps systems that wish to run this at image creation time in a subdirectory, or from initramfs before pivot-root

Re: [systemd-devel] [PATCH 2/3] tmpfiles: Add --root option to operate on an alternate fs tree.

2014-03-14 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Mar 13, 2014 at 09:32:13PM -0700, Michael Marineau wrote: This makes it possible to initialize or cleanup an arbitrary filesystem hierarchy in the same way that it would be during system boot. --- src/tmpfiles/tmpfiles.c | 27 --- 1 file changed, 24

Re: [systemd-devel] [HEADS-UP] Discoverable Partitions Spec

2014-03-14 Thread Lennart Poettering
On Fri, 14.03.14 14:49, Koen Kooi (koen.k...@linaro.org) wrote: It would be good if in the long run OS installers could adopt this and use the right partition type GUIDs automatically, to make this discovery work. For now however, you need to manually change the GPT type GUIDs of your

Re: [systemd-devel] [HEADS-UP] Discoverable Partitions Spec

2014-03-14 Thread Koen Kooi
Op 14 mrt. 2014, om 15:23 heeft Lennart Poettering lenn...@poettering.net het volgende geschreven: On Fri, 14.03.14 14:49, Koen Kooi (koen.k...@linaro.org) wrote: It would be good if in the long run OS installers could adopt this and use the right partition type GUIDs automatically, to

Re: [systemd-devel] [PATCH] machine-id: add --root option to operate on an alternate fs tree

2014-03-14 Thread Greg KH
On Fri, Mar 14, 2014 at 12:47:53PM +0100, Tom Gundersen wrote: On Fri, Mar 14, 2014 at 5:43 AM, Greg KH gre...@linuxfoundation.org wrote: This makes it possible to initialize the /etc/machine-id file on an arbitrary filesystem hierarchy. This helps systems that wish to run this at image

[systemd-devel] [PATCH] networkd: fix typo

2014-03-14 Thread Michael Olbrich
It's HAVE_SPLIT_USR not HAVE_SPLIT_USER --- src/network/networkd-manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/network/networkd-manager.c b/src/network/networkd-manager.c index c730e71..ea414b1 100644 --- a/src/network/networkd-manager.c +++

Re: [systemd-devel] [PATCH] networkd: fix typo

2014-03-14 Thread Tom Gundersen
On Fri, Mar 14, 2014 at 6:19 PM, Michael Olbrich m.olbr...@pengutronix.de wrote: It's HAVE_SPLIT_USR not HAVE_SPLIT_USER Applied. Thanks! src/network/networkd-manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/network/networkd-manager.c

Re: [systemd-devel] [PATCH 2/4] libsystemd-network: Add hangcheck timer for DHCP client test

2014-03-14 Thread Tom Gundersen
On Thu, Mar 13, 2014 at 12:01 PM, Patrik Flykt patrik.fl...@linux.intel.com wrote: --- src/libsystemd-network/test-dhcp-client.c | 16 1 file changed, 16 insertions(+) diff --git a/src/libsystemd-network/test-dhcp-client.c b/src/libsystemd-network/test-dhcp-client.c index