Comment # 64 on bug 937237 from
(In reply to Thomas Blume from comment #63)
>
> This is, because:
> 
> http://cgit.freedesktop.org/systemd/systemd/commit/
> ?id=b3ac5f8cb98757416d8660023d6564a7c411f0a0
> 
> is not in systemd-210.
> Basically the same as if you apply the patch from comment#41.

Sorry, my fault, it is in systemd-210, but it is limited to containers:

-->--
        if (detect_container(NULL) <= 0)
                if (mount(NULL, "/", NULL, MS_REC|MS_SHARED, NULL) < 0)
                        log_warning("Failed to set up the root directory for
shared mount propagation: %m");
--<--


You are receiving this mail because: