[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [condor-users] Linux problem



I´m using a linux Red Hat 7.3 distribution.

The submit file is:

universe = vanilla
requirements = (OpSys == "LINUX")
executable = prueba.sh
output = prueba.out
error = prueba.err
log = prueba.log
queue

And the prueba.sh file only contains:

pwd

Finally, the output file is empty.

Regards,

Roberto

Erik Paulson wrote:
On Wed, Oct 15, 2003 at 01:35:13PM +0200, Roberto González wrote:
  
When I tried to submit a job to a Linux machine I obtain the next error 
message on the StarterLog file:

Create_Process: child failed with errno 8 (Exec format error) before exec( )
ERROR "Create_Process (/home/condor/execute/dir_5534/condor_exec.exe, 
condor_exec.exe, ...) failed" at linet 452 in file os_proc.C
ShutdownFast all jobs.

Anybody knows what´s happened? why can´t I run the job?

    

What linux distribution are you using on your submit and execute machines? 
What is the output of `file <executable>` on your submit machine, where
<executable> is whatever you've specificed in your submit file?

Thanks,

-Erik
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>