Re: [lxc-devel] [PATCH] lxc-wait: Add timeout option

2012-08-21 Thread Serge Hallyn
Christian, would you mind resending real quick? I'm not sure I have the final version (and the online mail list archive isn't working for me atm) -- Live Security Virtual Conference Exclusive live event will cover all th

Re: [lxc-devel] [PATCH] lxc-wait: Add timeout option

2012-08-21 Thread Serge Hallyn
Quoting Christian Seiler (christ...@iwakd.de): > Hi Serge, > > > My github tree is my staging tree for things I'd like to have merged into > > lxc.sf.net, so hopefully when Daniel has time again he'll take it. (I > > posted it to my tree after the last time Daniel merged) > > Btw. could you also

Re: [lxc-devel] [PATCH] lxc-wait: Add timeout option

2012-08-21 Thread Christian Seiler
Hi Serge, > My github tree is my staging tree for things I'd like to have merged into > lxc.sf.net, so hopefully when Daniel has time again he'll take it. (I > posted it to my tree after the last time Daniel merged) Btw. could you also add my patchset under http://thread.gmane.org/gmane.linux.k

Re: [lxc-devel] [PATCH] lxc-wait: Add timeout option

2012-08-21 Thread Serge Hallyn
Quoting Jan Kiszka (jan.kis...@siemens.com): > On 2012-08-21 15:11, Serge Hallyn wrote: > > Quoting Jan Kiszka (jan.kis...@siemens.com): > >> On 2012-07-09 21:16, Serge Hallyn wrote: > >>> Quoting Jan Kiszka (jan.kis...@siemens.com): > On 2012-07-09 19:28, Serge Hallyn wrote: > > Quoting J

Re: [lxc-devel] [PATCH] lxc-wait: Add timeout option

2012-08-21 Thread Jan Kiszka
On 2012-08-21 15:11, Serge Hallyn wrote: > Quoting Jan Kiszka (jan.kis...@siemens.com): >> On 2012-07-09 21:16, Serge Hallyn wrote: >>> Quoting Jan Kiszka (jan.kis...@siemens.com): On 2012-07-09 19:28, Serge Hallyn wrote: > Quoting Jan Kiszka (jan.kis...@siemens.com): >> Allow to speci

Re: [lxc-devel] [PATCH] lxc-wait: Add timeout option

2012-08-21 Thread Serge Hallyn
Quoting Jan Kiszka (jan.kis...@siemens.com): > On 2012-07-09 21:16, Serge Hallyn wrote: > > Quoting Jan Kiszka (jan.kis...@siemens.com): > >> On 2012-07-09 19:28, Serge Hallyn wrote: > >>> Quoting Jan Kiszka (jan.kis...@siemens.com): > Allow to specify a timeout for waiting on state changes vi

Re: [lxc-devel] [PATCH] lxc-wait: Add timeout option

2012-08-21 Thread Jan Kiszka
On 2012-07-09 21:16, Serge Hallyn wrote: > Quoting Jan Kiszka (jan.kis...@siemens.com): >> On 2012-07-09 19:28, Serge Hallyn wrote: >>> Quoting Jan Kiszka (jan.kis...@siemens.com): Allow to specify a timeout for waiting on state changes via lxc-wait. Helpful for scripts that need to handl

Re: [lxc-devel] [PATCH] lxc-wait: Add timeout option

2012-07-09 Thread Serge Hallyn
Quoting Jan Kiszka (jan.kis...@siemens.com): > On 2012-07-09 19:28, Serge Hallyn wrote: > > Quoting Jan Kiszka (jan.kis...@siemens.com): > >> Allow to specify a timeout for waiting on state changes via lxc-wait. > >> Helpful for scripts that need to handle errors or excessive delays in > >> state c

Re: [lxc-devel] [PATCH] lxc-wait: Add timeout option

2012-07-09 Thread Jan Kiszka
On 2012-07-09 19:28, Serge Hallyn wrote: > Quoting Jan Kiszka (jan.kis...@siemens.com): >> Allow to specify a timeout for waiting on state changes via lxc-wait. >> Helpful for scripts that need to handle errors or excessive delays in >> state changing procedures. > > Hi, > > in our lxc-api tree

Re: [lxc-devel] [PATCH] lxc-wait: Add timeout option

2012-07-09 Thread Serge Hallyn
Quoting Jan Kiszka (jan.kis...@siemens.com): > Allow to specify a timeout for waiting on state changes via lxc-wait. > Helpful for scripts that need to handle errors or excessive delays in > state changing procedures. Hi, in our lxc-api tree (https://code.launchpad.net/~ubuntu-lxc/ubuntu/quantal

[lxc-devel] [PATCH] lxc-wait: Add timeout option

2012-07-09 Thread Jan Kiszka
Allow to specify a timeout for waiting on state changes via lxc-wait. Helpful for scripts that need to handle errors or excessive delays in state changing procedures. Signed-off-by: Jan Kiszka --- doc/lxc-wait.sgml.in | 11 +++ src/lxc/arguments.h |1 + src/lxc/lxc_wait.c | 16