Hello, <br> I was wondering if anyone could guide me through something. <br>
I am trying to boot two linux containers in android.  <br>
1. I start  container a1  with a lxc-start -n a1 -d<br>
The container starts and then nothing happens. <br>
2. I enter "exit" in shell, and the container boots completely.<br>
3. I start second container, with  lxc-start -n a2 -d<br>
4. I again enter exit to make it boot.<br>
5. The second container, goes into a loop, of trying to boot, as its 
trying to access the framebuffer, the hardware(monitor, adb etc)<br>
But it cannot gain access as the other container does not leave access to these devices.<br>
<br>
I was wondering if someone could throw some light into this. What am I doing wrong?<br>
<br>
--K