Re: [lxc-devel] [PATCH v2] lxc_wait should start monitord

2013-04-25 Thread Serge Hallyn
Quoting Dwight Engen (dwight.en...@oracle.com): > If lxc_wait is called before the container has started the socket will not > yet have been created and lxc_wait's connect to it will fail. Starting the > daemon will create the socket for lxc_wait to connect to. > > Signed-off-by: Dwight Engen Ac

Re: [lxc-devel] [PATCH v2] lxc_wait should start monitord

2013-04-25 Thread Dwight Engen
If lxc_wait is called before the container has started the socket will not yet have been created and lxc_wait's connect to it will fail. Starting the daemon will create the socket for lxc_wait to connect to. Signed-off-by: Dwight Engen --- src/lxc/state.c | 3 +++ 1 file changed, 3 insertions(+)