Re: [Lxc-users] Container sends login prompt to the system console

2012-12-06 Thread Michael H. Warfield
On Thu, 2012-12-06 at 11:35 +, Benoit Lourdelet wrote: > Hello, > On fedora 18 Linux localhost.localdomain 3.6.7-5.fc18.x86_64 #1 SMP Tue > Nov 20 19:40:08 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux > LXC version 0.8.0 This is currently a known problem with running systemd in a container. I have

Re: [Lxc-users] Container sends login prompt to the system console

2012-12-06 Thread Serge Hallyn
The short answer is, if login prompt is going to the system console then that means /dev/console was recreated in the container as 5:1. What you probably want to do is grab the lxc version from git://github.com/lxc/lxc.git#staging and set lxc.autodev=1 in your container config. Then systemd in th

[Lxc-users] Container sends login prompt to the system console

2012-12-06 Thread Benoit Lourdelet
Hello, On fedora 18 Linux localhost.localdomain 3.6.7-5.fc18.x86_64 #1 SMP Tue Nov 20 19:40:08 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux LXC version 0.8.0 After creating a container with lxc-fedora: lxc.utsname = test1-18 lxc.tty = 4 lxc.pts = 1024 lxc.rootfs = /var/lib/lxc/test1-18/rootfs lxc.mou