I missfired. But I found the culprit, it is lxc.autodev = 0 if I use lxc.autodev = 1 the issue does not happens Can somebodu shed any light on the ramifications of this? Some additional information: I use fuse inside my containers.
Philip On Thu, Nov 16, 2017 at 9:52 AM, Saint Michael <[email protected]> wrote: > THAT WORKED > But the new key is > lxc.tty.dir = lxc > > > On Thu, Nov 16, 2017 at 9:32 AM, Marat Khalili <[email protected]> wrote: > >> On 16/11/17 14:58, Saint Michael wrote: >> >> lxc.mount.entry = proc proc proc nodev,noexec,nosuid 0 0 >> lxc.mount.entry = sysfs sys sysfs defaults 0 0 >> lxc.mount.entry = /cdr cdr none bind 0 0 >> lxc.mount.auto = cgroup:mixed >> lxc.tty = 10 >> lxc.pts = 1024 >> lxc.cgroup.devices.deny = a >> lxc.cgroup.devices.allow = c 1:3 rwm >> lxc.cgroup.devices.allow = c 1:5 rwm >> lxc.cgroup.devices.allow = c 5:1 rwm >> lxc.cgroup.devices.allow = c 5:0 rwm >> lxc.cgroup.devices.allow = c 4:0 rwm >> lxc.cgroup.devices.allow = c 4:1 rwm >> lxc.cgroup.devices.allow = c 1:9 rwm >> lxc.cgroup.devices.allow = c 1:8 rwm >> lxc.cgroup.devices.allow = c 136:* rwm >> lxc.cgroup.devices.allow = c 5:2 rwm >> lxc.cgroup.devices.allow = c 254:0 rwm >> lxc.cgroup.devices.allow = c 10:137 rwm # loop-control >> lxc.cgroup.devices.allow = b 7:* rwm # loop* >> lxc.cgroup.devices.allow = c 10:229 rwm #fuse >> lxc.autodev = 0 >> lxc.aa_profile = unconfined >> lxc.cap.drop= >> lxc.network.type = phys >> lxc.network.flags = up >> lxc.network.link = eth6 >> lxc.network.name = eth0 >> lxc.network.ipv4 = 0.0.0.0/27 >> lxc.network.type = macvlan >> lxc.network.flags = up >> lxc.network.link = eth3 >> lxc.network.name = eth1 >> lxc.network.macvlan.mode = bridge >> lxc.network.ipv4 = 0.0.0.0/24 >> >> lxc.start.auto = 1 >> lxc.start.delay = 5 >> lxc.start.order = 0 >> lxc.rootfs = /data/iplinkcdr/rootfs >> lxc.rootfs.backend = dir >> lxc.utsname = iplinkcdr >> >> >> It does not look as config created by lxc-create. Does same thing happen >> if you use `lxc-create -t download`? >> >> Looking at your config, I most notably don't see `lxc.devttydir = lxc`. >> Although according to man it should not directly cause effect you >> described, but I'd still try to add it and see. `lxc.console` is also a >> good thing to try, although it is not set in my system too. Probably it can >> be the easiest fix. >> >> I don't run with `lxc.aa_profile = unconfined` and `lxc.cap.drop=`, so in >> your system container can do more things than it can do here. >> >> -- >> >> With Best Regards, >> Marat Khalili >> >> >> _______________________________________________ >> lxc-users mailing list >> [email protected] >> http://lists.linuxcontainers.org/listinfo/lxc-users >> > >
_______________________________________________ lxc-users mailing list [email protected] http://lists.linuxcontainers.org/listinfo/lxc-users
