[systemd-devel] systemd networking : problems with bridges

2015-01-02 Thread Charles Devereaux
Hello I'm trying to configure systemd networking for a bridge, using v217-stable from anongit.freedesktop.org/systemd/systemd-stable I mostly have 3 problems: 1- 3 - I do not understand how to properly use systemd-networkd-wait-online I have one service (establishing the uplink) with:

Re: [systemd-devel] [PATCH] Do not clear parent mount flags when setting up namespaces

2015-01-02 Thread Djalal Harouni
On Thu, Jan 01, 2015 at 06:41:17PM +, Topi Miettinen wrote: On 01/01/15 18:08, Dave Reisner wrote: On Thu, Jan 01, 2015 at 04:49:04PM +0200, Topi Miettinen wrote: Copy parent directory mount flags when setting up a namespace and don't accidentally clear mount flags later.

Re: [systemd-devel] [PATCH v2] Do not clear parent mount flags when setting up namespaces

2015-01-02 Thread Djalal Harouni
Hi, On Thu, Jan 01, 2015 at 10:36:39PM +0200, Topi Miettinen wrote: Copy parent directory mount flags when setting up a namespace and don't accidentally clear mount flags later. As noted by Colin in the other email, there should be a git log message for why the change. Yes thank you, I see

Re: [systemd-devel] [PATCH 1/4] path-lookup, systemctl: export lookup_paths_init_from_scope() from shared/install.c and use it

2015-01-02 Thread Zbigniew Jędrzejewski-Szmek
On Sat, Jan 03, 2015 at 02:10:18AM +0300, Ivan Shapovalov wrote: On Friday 26 December 2014 at 00:27:16, Ivan Shapovalov wrote: On Friday 19 December 2014 at 17:08:07, Ivan Shapovalov wrote: --- src/shared/install.c | 16 src/shared/path-lookup.c |

Re: [systemd-devel] [PATCH 1/4] path-lookup, systemctl: export lookup_paths_init_from_scope() from shared/install.c and use it

2015-01-02 Thread Ivan Shapovalov
On Friday 26 December 2014 at 00:27:16, Ivan Shapovalov wrote: On Friday 19 December 2014 at 17:08:07, Ivan Shapovalov wrote: --- src/shared/install.c | 16 src/shared/path-lookup.c | 16 src/shared/path-lookup.h | 4

[systemd-devel] Typo fix in libabc

2015-01-02 Thread Askar Safin
-Make your code safe for unexpected termination and any point: +Make your code safe for unexpected termination at any point: ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] [PATCH] machine: add reference to machine-dbus.h to Makefile.am

2015-01-02 Thread Filipe Brandenburger
Ping? distcheck is still failing due to the lack of reference to this header file in Makefile.am Cheers, Filipe On Mon, Dec 29, 2014 at 3:22 PM, Filipe Brandenburger filbran...@google.com wrote: Commit 003dffde2c1b93 (machined: Move image discovery logic into src/shared, so that we can make

Re: [systemd-devel] [PATCH v2] Do not clear parent mount flags when setting up namespaces

2015-01-02 Thread Colin Walters
On Thu, Jan 1, 2015, at 03:36 PM, Topi Miettinen wrote: Copy parent directory mount flags when setting up a namespace and don't accidentally clear mount flags later. I think unless they're obvious, git commits should at least have a brief rationale for *why* you're making the change, not just