Archives


- Beowulf
- Beowulf Announce
- Scyld-users
- Beowulf on Debian

[Beowulf] Problems with a JS21 - Ah, the networking...

Many of your questions may have already been answered in earlier discussions or in the FAQ. The search results page will indicate current discussions as well as past list serves, articles, and papers.

Search

Mark Hahn hahn at mcmaster.ca
Mon Oct 1 06:44:29 PDT 2007


> clone(child_stack=0,
> flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD,
> child_tidptr=0x40046f68) = 31384
> waitpid(-1,

this looks like a fork/exec that's failing.  as you might expect
if, for instance, your shared FS doesn't supply a binary successfully.
note also that ltrace -S often provides somewhat more intelligible
diags for this kind of thing (since it might show what's actually
being exec'ed.)



More information about the Beowulf mailing list