I have a rather large patch which does a great deal to improve the
concurrency. The last deadlock I was getting was actually due to
sometimes fork()ing with process_lock() held. In the child, which
no longer shares with the parents, that will never get raised.
I will test a bit more and hopefull
Regarding
LXC and the use of Linux Bridge devices for configured networking,
At least on openSUSE, LXC is not configured with any /etc/lxc/* by
default, and possibly because I also have libvirt configured to
support LXC (although that is not working on my system).
>From what I've seen though, I c
Quoting Qiang Huang (h.huangqi...@huawei.com):
> On 2013/9/17 11:27, Serge Hallyn wrote:
> > Quoting Qiang Huang (h.huangqi...@huawei.com):
> >> On 2013/9/16 12:23, Stéphane Graber wrote:
> >>> On Mon, Sep 16, 2013 at 11:37:02AM +0800, Qiang Huang wrote:
> Sometimes we use:
> lxc-create -
On Sun, 2013-09-15 at 16:17 -0700, Tony Su wrote:
> Hello Michael,
>
> First a comment on problems with systemd you descrbe.
> I probably have run into many of the things you itemized, but since my
> time is usually focused on something I'm trying to use LXC and not LXC
> itself, I usually just d