This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "lxc".
The branch, master has been updated
via a3e80ccc743c3fe3dc4eecd4da31004eba5924f7 (commit)
from 1b7d474304236d6b593dd158
On 02/17/2011 12:39 AM, Rob Landley wrote:
> Attached is is the world's ugliest shell script to convert the *.sgml.in
> files to html.
>
> The doc directory hasn't got a makefile in it, so there's nothing to add
> an HTML output path to. If you cd in there and try to convert stuff
> directly (as w
On 02/17/2011 12:48 AM, Maheswara Reddy C - ERS, HCL Tech wrote:
> Hi,
>
> Fine,fork() always create new process, but here both the processes are
> different stacks.
Different processes have different stacks, yes. Even if you use
pthread_create() each thread still has its own stack. That's not
On 02/16/2011 11:23 PM, Trent W. Buck wrote:
> PS: instead of HTML=$(echo $i | sed 's/\.sgml\.in$/.html/') try
> HTML="${i%.sgml.in}.html". See PATTERN SUBSTITUTIONS in the bash
> manpage, though this is POSIX portable sh.
Last I checked Ubuntu's Defective Annoying SHell didn't support that
const
Maheswara Reddy C - ERS, HCL Tech would like to recall the message,
"[lxc-devel] Two process on a same namespcae with clone()".
::DISCLAIMER::
---
The contents of this e-mail and
Thanks Rob,
Here ABC_stack or XYZ_stack mean different vendor networking stack, these two
network stack want to run in one namespace as tow different process.
Similarly I have to create N number of namespaces.
Main()
{
int flags= CLONE_NEWNS| CLONE_NEWNET;
pid1= clone(do_clone, stack, fla
On 02/17/2011 10:59 AM, Maheswara Reddy C - ERS, HCL Tech wrote:
> Maheswara Reddy C - ERS, HCL Tech would like to recall the message,
> "[lxc-devel] Two process on a same namespcae with clone()".
Maheswara,
can you subscribe to the mailing list please ?
Thanks
-- Daniel
--
On 02/17/2011 03:55 AM, Maheswara Reddy C - ERS, HCL Tech wrote:
> Thanks Rob,
>
> Here ABC_stack or XYZ_stack mean different vendor networking stack,
Good to know.
> these two network stack want to run in one namespace as tow different process.
In one _what_ namespace?
Ok, imagine I'm a bart
Rob Landley writes:
> On 02/16/2011 11:23 PM, Trent W. Buck wrote:
>> PS: instead of HTML=$(echo $i | sed 's/\.sgml\.in$/.html/') try
>> HTML="${i%.sgml.in}.html". See PATTERN SUBSTITUTIONS in the bash
>> manpage, though this is POSIX portable sh.
>
> Last I checked Ubuntu's Defective Annoying S
On 02/17/2011 07:50 PM, Trent W. Buck wrote:
> If you want bash, bloody well use a bash shebang.
I did. (Always do.)
I mentioned it was a quick-and-dirty shell script. I wasn't proposing
it for inclusion, just noting that this is what I needed to do to get it
to work. I agree tweaking the make
10 matches
Mail list logo