[Lxc-users] Failed to start multiple containers asynchronously.

2011-09-06 Thread nishant mungse
Hello all, I am trying to create 3 containers and starting 3 containers. I wrote a c program to create 3 containers and different c program to start 3 containers. As i wann to start all containers async, so forked and execl, so that all are different process. It started the first container,but wh

Re: [Lxc-users] Failed to start multiple containers asynchronously.

2011-09-06 Thread Matthew Franz
Are you daemonizing the containers (with lxc-start -d) ? That seems to be the most useful for my when I spin up dozens of containers... I set the lxc.console variable via a "--define lxc.console=/var/log/lxc/$container" on when I run lxc-start. This seems to work fine. I'm not sure what is all in