❦  7 décembre 2013 00:06 CET, Michael Stapelberg <stapelb...@debian.org> :

> with util-linux-2.20.1:
> root# strace -f mount --make-rprivate / 2>&1 | grep 'mount('
> mount("/dev/vda1", "/", "none", MS_PRIVATE, "errors=remount-ro") = 0
>
> with util-linux-2.24:
> root# strace -f ./mount --make-rprivate / 2>&1 | grep 'mount('
> mount("none", "/", NULL, MS_REC|MS_PRIVATE, NULL) = 0
>
> Can you please package the new upstream version so that this bugfix will
> be available and the docker package can start depending on mount >= 2.24
> instead of adding ugly workarounds please? Thanks!

This bug is quite annoying. Moreover, lagging in util-linux versions
prevent us to use some newer features like unsharing user namespace
(feature available in our 3.12 kernel, through unshare) or attaching to
an existing namespace (with nsenter).
-- 
panic("sun_82072_fd_inb: How did I get here?");
        2.2.16 /usr/src/linux/include/asm-sparc/floppy.h

Attachment: signature.asc
Description: PGP signature

Reply via email to