On Sun, Apr 14, 2013 at 12:14 AM, richard -rw- weinberger
wrote:
> Serge, has magic is hidden in your lxc package? :-)
-EBADENGLISH
Should read ", what magic is hidden in your lxc package"
Serge, can you please try an unmodified lxc-0.9.0 package on your setup?
--
Thanks,
//richard
--
Hi all,
I had some free time today so I tried to implement something using AF_INET
messages over loopback broadcast address. I'm not including the patch here
because gmail web interface damages it and that's what I use right now so
please use [1] to see it.
I'm sending it to get your feedback and
On 04/14/2013 09:56 PM, S.Çağlar Onur wrote:
> Hi all,
>
> I had some free time today so I tried to implement something using
> AF_INET messages over loopback broadcast address. I'm not including
> the patch here because gmail web interface damages it and that's what
> I use right now so please use
Hi Daniel,
On Sun, Apr 14, 2013 at 4:42 PM, Daniel Lezcano wrote:
> On 04/14/2013 09:56 PM, S.Çağlar Onur wrote:
> > Hi all,
> >
> > I had some free time today so I tried to implement something using
> > AF_INET messages over loopback broadcast address. I'm not including
> > the patch here becau
From: "S.Çağlar Onur"
Trying to start multiple containers concurrently may cause
lxc_monitor_read_timeout to fail as select call could be interrupted by a
signal, handle it.
---
src/lxc/state.c |9 +++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/src/lxc/state.c b/sr
Hi,
Following two patches require AF_INET patch that I sent earlier to be applied
on staging tree as otherwise LXC gives "bind : Address already in use". They
try to address remaining set of problems for starting/stopping multiple
containers concurrently.
I'm sending them to get your feedback
From: "S.Çağlar Onur"
Trying to stop multiple containers concurrently ends up with "cgroup is not
mounted" errors as multiple threads corrupts the shared variables.
Fix that stack corruption and start to use getmntent_r to support stopping
multiple containers concurrently.
---
src/lxc/cgroup.c