Re: [lxc-devel] Putting man pages on website?

2011-02-09 Thread Rob Landley
On 02/09/2011 02:19 AM, Daniel Lezcano wrote: > On 02/09/2011 04:34 AM, Rob Landley wrote: >> On 02/07/2011 09:28 AM, Daniel Lezcano wrote: >>> On 02/07/2011 04:19 PM, Rob Landley wrote: Does the makefile's man page generation stuff do html files? Because if so I'd like put them on

Re: [lxc-devel] creation of netwok name space

2011-02-09 Thread Daniel Lezcano
On 02/09/2011 02:11 PM, Maheswara Reddy C - ERS, HCL Tech wrote: > Hi, > > I have created a namespace (below sample program) and how can I create a > network name space. > > #include > #include > #include > #include > #include > #include > > struct clone_arg { > int (*fn)(void *); > void

[lxc-devel] creation of netwok name space

2011-02-09 Thread Maheswara Reddy C - ERS, HCL Tech
Hi, I have created a namespace (below sample program) and how can I create a network name space. #include #include #include #include #include #include struct clone_arg { int (*fn)(void *); void *arg; }; static int do_start(void *data) { printf("do_start"); } static int do_clone(

Re: [lxc-devel] Socket creation in namespace

2011-02-09 Thread Daniel Lezcano
On 02/09/2011 01:07 PM, Maheswara Reddy C - ERS, HCL Tech wrote: > Hi, > > How can we create a socket in the specific namespace. It is not obvious today. You will need to create several processes, each of them with their own network namespace and via an af_unix socket ask for a socket creation.

[lxc-devel] Socket creation in namespace

2011-02-09 Thread Maheswara Reddy C - ERS, HCL Tech
Hi, How can we create a socket in the specific namespace. Thanks Mahesh ::DISCLAIMER:: --- The contents of this e-mail and any attachment(s) are c

Re: [lxc-devel] Putting man pages on website?

2011-02-09 Thread Daniel Lezcano
On 02/09/2011 04:34 AM, Rob Landley wrote: > On 02/07/2011 09:28 AM, Daniel Lezcano wrote: >> On 02/07/2011 04:19 PM, Rob Landley wrote: >>> Does the makefile's man page generation stuff do html files? Because if >>> so I'd like put them on the web page, it's some of the best >>> documentation on