Re: [systemd-devel] [PATCH] cgroup: add missing equals for BlockIOWeight

2013-09-16 Thread Colin Walters
On Mon, 2013-09-16 at 09:57 +0800, Gao feng wrote: --- src/core/cgroup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Applied, thanks! ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org

[systemd-devel] [PATCH] Just list all the variables

2013-09-16 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Sep 12, 2013 at 03:37:14PM +0200, Zbigniew Jędrzejewski-Szmek wrote: On Thu, Sep 12, 2013 at 03:32:12PM +0200, Zbigniew Jędrzejewski-Szmek wrote: On Fri, Jul 26, 2013 at 11:24:44AM +0100, Colin Guthrie wrote: +paraAll processes are executed in a clean environment

[systemd-devel] [PATCH] systemd-nspawn@: drop ControlGroup=

2013-09-16 Thread Brandon Philips
ControlGroup= is deprecated now drop this from systemd-nspawn@.service. Without this 206 has a broken systemd-nspawn@ unit. 0001-systemd-nspawn-drop-ControlGroup.patch Description: Binary data ___ systemd-devel mailing list

Re: [systemd-devel] [PATCH] build: check for build/link flags harder

2013-09-16 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Sep 13, 2013 at 12:42:12PM +0200, David Herrmann wrote: Use AC_LINK_IFELSE instead of AC_COMPILE_IFELSE to test for flags that might succeed during compilation but not during linking. An example is gcc compiled with libssp support but gnu-ld without it. In this case -fstack-protector

Re: [systemd-devel] [PATCH] systemd-nspawn@: drop ControlGroup=

2013-09-16 Thread Brandon Philips
I mispoke. It isn't broken I just got a warning and my container was broken in another way. :-/ [/run/systemd/system/nspawn@.service:14] Unknown lvalue 'ControlGroup' in section 'Service' In any case it would be nice to remove the warning. On Mon, Sep 16, 2013 at 7:38 AM, Brandon Philips