<div dir="ltr"><div>Hi all,<br></div>  I'm trying to mount loop filesystems inside Ubuntu 16.04 containers with lxc1 v2.0.5, but there are no loop devices. It appears that systemd fails to start udev because /sys is not writable. I changed the automount config to sys:rw and restarted the container, but the loop devices still do not appear. Here is my container config:<br><br>lxc.include = /usr/share/lxc/config/nesting.conf<br>lxc.include = /usr/share/lxc/config/ubuntu.common.conf<br>lxc.arch = x86_64<br>lxc.rootfs = /var/lib/lxc/x/rootfs<br>lxc.rootfs.backend = dir<br>lxc.utsname = x<br>lxc.network.type = veth<br>lxc.network.link = lxcbr0<br>lxc.network.flags = up<br>lxc.network.hwaddr = 00:16:3e:3c:d5:f8<br>lxc.cgroup.devices.allow = b 7:* rwm<br>lxc.mount.auto = cgroup:mixed proc:mixed sys:rw<br><br clear="all"><div><div><div><div class="gmail_signature"><div dir="ltr">-Cam<br></div></div></div>
</div></div></div>