Comment 14 for bug 1444402

Revision history for this message
Martin Pitt (pitti) wrote : Re: While sbuilding in LXC, systemd loops attempting to umount the underlay

In my local container, http://cgit.freedesktop.org/systemd/systemd/commit/?id=f62009410 (which was the fix in the above PPA) helps already. However, it doesn't in the cloud instance: The main difference there is that in that cloud instance udev is running while in my local container it isn't (it's not usually meant to run in LXC).

Adding these options in the container starts udev and reproduces this issue again:

lxc.mount.auto = sys:rw cgroup
lxc.mount.entry = /etc/schroot /srv/lxc/test/rootfs/etc/schroot none bind 0 0