<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">In order to use the console, the getty console should be launched inside<br>
the container with the proper configuration, a rootfs and a lxc.tty=<nrttys><br></blockquote><div><br></div><div>I am using / as my rootfs for the container (i.e., sharing with my main system). I also included lxc.tty = 4 in my conf file. For console to work, I learned that I need to define a /etc/inittab file. I have defined it as follows:</div>



<div><br></div><div><div>id:3:initdefault:</div><div>si::sysinit:/etc/init.d/rcS</div><div>l0:0:wait:/etc/init.d/rc 0</div><div>l1:1:wait:/etc/init.d/rc 1</div><div>l2:2:wait:/etc/init.d/rc 2</div><div>l3:3:wait:/etc/init.d/rc 3</div>



<div>l4:4:wait:/etc/init.d/rc 4</div><div>l5:5:wait:/etc/init.d/rc 5</div><div>l6:6:wait:/etc/init.d/rc 6</div><div># Normally not reached, but fallthrough in case of emergency.</div><div>z6:6:respawn:/sbin/sulogin</div>


<div>
1:2345:respawn:/sbin/getty 38400 console</div><div>c1:12345:respawn:/sbin/getty 38400 tty1 linux</div><div>c2:12345:respawn:/sbin/getty 38400 tty2 linux</div></div><div><br></div><div>My conf file for the container is:</div>


<div><br></div><div><div>lxc.utsname = left</div><div>lxc.tty = 4</div><div>lxc.network.type = veth</div><div>lxc.network.flags = up</div><div>lxc.network.link = br-left</div><div>lxc.network.ipv4 = 10.0.0.1</div><div><br>


</div><div># /dev/null and zero</div><div>lxc.cgroup.devices.allow = c 1:3 rwm</div><div>lxc.cgroup.devices.allow = c 1:5 rwm</div><div># consoles</div><div>lxc.cgroup.devices.allow = c 5:1 rwm</div><div>lxc.cgroup.devices.allow = c 5:0 rwm</div>


<div>lxc.cgroup.devices.allow = c 4:0 rwm</div><div>lxc.cgroup.devices.allow = c 4:1 rwm</div><div># /dev/{,u}random</div><div>lxc.cgroup.devices.allow = c 1:9 rwm</div><div>lxc.cgroup.devices.allow = c 1:8 rwm</div><div>


# /dev/pts/* - pts namespaces are "coming soon"</div><div>lxc.cgroup.devices.allow = c 136:* rwm</div><div>lxc.cgroup.devices.allow = c 5:2 rwm</div><div># rtc</div><div>lxc.cgroup.devices.allow = c 254:0 rwm</div>


</div><div><br></div><div>When I try to login to the console, I just get the message "Type <Ctrl+a q> to exit the console", and no prompt. How should I define inittab to get it to call getty?</div><div> </div>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<br>
It is inadequate to spawn an interactive shell within container in<br>
daemon mode where fd 0, fd 1 and fd 2 are closed.<br></blockquote><div><br></div><div>I'm not sure I understand what this means. What changes do I need to make to open fds 0,1,2?</div><div><br></div><div>Thanks</div>


<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
------------------------------------------------------------------------------<br>
What You Don't Know About Data Connectivity CAN Hurt You<br>
This paper provides an overview of data connectivity, details<br>
its effect on application quality, and explores various alternative<br>
solutions. <a href="http://p.sf.net/sfu/progress-d2d" target="_blank">http://p.sf.net/sfu/progress-d2d</a><br>
_______________________________________________<br>
Lxc-users mailing list<br>
<a href="mailto:Lxc-users@lists.sourceforge.net" target="_blank">Lxc-users@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/lxc-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/lxc-users</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Advait Alai<br><br>