https://bugzilla.wikimedia.org/show_bug.cgi?id=57105

       Web browser: ---
            Bug ID: 57105
           Summary: jsub fails when starting php scripts
           Product: Wikimedia Labs
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: major
          Priority: Unprioritized
         Component: tools
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified
   Mobile Platform: ---

I'm not able to commit jobs to the grid engine. That's what I'm doing:

Simple php script (test.php):

<?
  print "Test";
?>

Running "php test.php" on tools-login works as expected. Then I try it using
the grid engine:

> jsub -N test php test.php

(and I tried it with full path to test.php, too)

The job is successfully queued; the .err and .out files are created. The job is
then executed.

The result is: test.out is empty and test.err gives the following error
message:

libgcc_s.so.1 must be installed for pthread_cancel to work

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to