[lxc-devel] do pid1 and pid2 run in the same network namespace

2011-02-21 Thread Maheswara Reddy C - ERS, HCL Tech
Hi All, Does this way both pid1 and pid2 run in the same network namespace? Or please suggest any other way main() { int flags= CLONE_NEWNS| CLONE_NEWNET; pid1 = clone(do_multiply, stack, flags ,&clone_arg) } do_ multiply () { int flags=0; // mean run in the same namespace

Re: [lxc-devel] Updating the web page?

2011-02-21 Thread Michel Normand
Le 21/02/2011 11:20, Daniel Lezcano a écrit : > On 02/21/2011 11:08 AM, Daniel Lezcano wrote: >> On 02/17/2011 02:49 AM, Rob Landley wrote: >>> I want to collate the kernel namespaces documentation, man pages, and >>> add some cgroup docs under a documentation page. This involves changing >>> the

Re: [lxc-devel] Updating the web page?

2011-02-21 Thread Daniel Lezcano
On 02/21/2011 11:08 AM, Daniel Lezcano wrote: > On 02/17/2011 02:49 AM, Rob Landley wrote: >> I want to collate the kernel namespaces documentation, man pages, and >> add some cgroup docs under a documentation page. This involves changing >> the "Pages" link on the left (to which somebody added a

Re: [lxc-devel] Updating the web page?

2011-02-21 Thread Daniel Lezcano
On 02/17/2011 02:49 AM, Rob Landley wrote: > I want to collate the kernel namespaces documentation, man pages, and > add some cgroup docs under a documentation page. This involves changing > the "Pages" link on the left (to which somebody added a link to html man > pages dated last year that I did