Comment 14 for bug 1168526

Revision history for this message
Serge Hallyn (serge-hallyn) wrote : Re: [Bug 1168526] Re: race condition causing lxc to not detect container init process exit

Quoting Pavel Bennett (<email address hidden>):
> Sure, run these inside the container:
>
> git clone https://github.com/joyent/node.git --depth 1
>
> cd node
> ./configure
> make -j9
> sudo make install
>
> Then the binary will be at /usr/local/bin/node
>
> It's v0.11.3-pre, but should still repro.

Thanks.

I tried this both in a saucy kvm vm, and on a precise bare metal host,
but wasn't able to reproduce.

What's odd is that I can't even reproduce it with the daily ppa build,
which doesn't have the workaround which is in the ubuntu package.