Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[condor-users] Problems with running a sample job
- Date: Tue, 4 May 2004 15:17:10 -0400
- From: A Nayar <anayar1@xxxxxxxxxxx>
- Subject: [condor-users] Problems with running a sample job
Hi all,
Subsequent to yesterday's efforts, I finally got condor up and running on my
machine running Mandrake 10. I created a test job with the following lines;
#! /bin/sh
echo "I'm process id $$ on" `hostname`
echo "this is sent to standard error" 1>&2
date
echo "RUnning as binary $0" "$@"
echo "My Name (argument 1) is $1"
echo "My sleep duration is $2"
sleep $2
echo "Sleep of $2 seconds finished. Exiting"
exit 42
But when running it I am getting a shadow error pasted below,
001 (001.000.000) 05/04 15:10:31 Job executing on host: <xxx.xxx.xxx.xxx:xxxx>
...
007 (001.000.000) 05/04 15:10:31 Shadow exception!
Error from starter on grid03.xxx.xxx.xxx: Failed to execute
'/usr/condor/local.grid03/execute/dir_32143/condor_exec.exe condor_exec.exe
Example.1.0 100': Exec format error
0 - Run Bytes Sent By Job
49 - Run Bytes Received By Job
any help is appreciated
Arun Nayar
CCT LSU
Condor Support Information:
http://www.cs.wisc.edu/condor/condor-support/
To Unsubscribe, send mail to majordomo@xxxxxxxxxxx with
unsubscribe condor-users <your_email_address>