<div dir="ltr"><div class="gmail_default" style="font-size:small">I am starting Fedora 22 containers with target=text mode in systemd, but all  of them start vncserver and have full gnome desktop with sound.<br></div><div class="gmail_default" style="font-size:small">Every time I start a container, I can see for some seconds that agetty tales 100% of the CPU. I see that in Top, in the host.<br></div><div class="gmail_default" style="font-size:small">I think we have a problem. These are default Fedora 22 containers created with<br> <br>lxc-create -n demo -t fedora -B zfs -- -R 22<br><br></div><div class="gmail_default" style="font-size:small">The relevant configuration is<br>lxc.include = /usr/share/lxc/config/fedora.common.conf<br><br>lxc.mount.entry = /dev/dri dev/dri none bind,optional,create=dir<br>lxc.mount.entry = /dev/snd dev/snd none bind,optional,create=dir<br>lxc.mount.entry = /tmp/.X11-unix tmp/.X11-unix none bind,optional,create=dir<br>lxc.mount.entry = /dev/video0 dev/video0 none bind,optional,create=file<br>lxc.utsname = voice1<br>lxc.autodev = 1<br>lxc.kmsg = 0<br><br></div><div class="gmail_default" style="font-size:small">is there something I should change?<br><br></div></div>