No, and the script runs fine from the command line, i.e.
/etc/condor/condor_job_wrapper.sh ls
returns as expected.
On Mar 20, 2008, at 1:10 PM, Dan Bradley wrote:
Do you have any blank lines before the #! line?
--Dan
Robert E. Parrott wrote:
I;m trying to limit job resources somewhat by introducing a job
wrapper, and am having the following issue.
The testing submit file is
universe = vanilla
executable = /bin/uname
arguments = -a
output = uname-$(process).out
error =uname-$(process).err
log = /tmp/uname.log
queue 100
and the wrapper script is simply (for testing)
#!/bin/bash
exec "$@"
with USER_JOB_WRAPPER=(path to wrapper script). The script has 755
permissions on all nodes.
When this is run, I see all the test jobs put into a hold state,
with
the following hold info:
HoldReason = "Error from starter on vm2@xxxxxxxxxxxxxxxxx: Failed to
execute '/etc/condor/condor_job_wrapper.sh' with arguments -a: Exec
format error"
HoldReasonCode = 6
HoldReasonSubCode = 8
Can anyone provide insight into this "Exec format error" issue?
thanks,
rob
==========================
Robert E. Parrott, Ph.D. (Phys. '06)
Associate Director, Grid and
Supercomputing Platforms
Project Manager, CrimsonGrid Initiative
Harvard University Sch. of Eng. and App. Sci.
Maxwell-Dworkin 211,
33 Oxford St.
Cambridge, MA 02138
(617)-495-5045
_______________________________________________
Condor-users mailing list
To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx
with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/condor-users
The archives can be found at:
https://lists.cs.wisc.edu/archive/condor-users/
_______________________________________________
Condor-users mailing list
To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx
with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/condor-users
The archives can be found at:
https://lists.cs.wisc.edu/archive/condor-users/
==========================
Robert E. Parrott, Ph.D. (Phys. '06)
Associate Director, Grid and
Supercomputing Platforms
Project Manager, CrimsonGrid Initiative
Harvard University Sch. of Eng. and App. Sci.
Maxwell-Dworkin 211,
33 Oxford St.
Cambridge, MA 02138
(617)-495-5045
_______________________________________________
Condor-users mailing list
To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx
with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/condor-users
The archives can be found at:
https://lists.cs.wisc.edu/archive/condor-users/