[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[condor-users] Linux problem again
- Date: Tue, 21 Oct 2003 12:29:20 +0200
- From: Roberto González <rgonz@xxxxxx>
- Subject: [condor-users] Linux problem again
When I tried to submit a job to a Linux machine I obtain the next error message
on the StarterLog file:
10/21 12:15:09 DaemonCore: Command Socket at <x.x.x.x:44495>
10/21 12:15:09 Done setting resource limits
10/21 12:15:09 Starter communicating with condor_shadow <x.x.x.x:4318>
10/21 12:15:09 Submitting machine is "pompilio.x.x"
10/21 12:15:09 File transfer completed successfully.
10/21 12:15:10 Starting a VANILLA universe job with ID: 36.0
10/21 12:15:10 IWD: /condor_tmp/execute/dir_9984
10/21 12:15:10 Output file: /condor_tmp/execute/dir_9984/prueba.out
10/21 12:15:10 Error file: /condor_tmp/execute/dir_9984/prueba.err
10/21 12:15:10 About to exec /condor_tmp/execute/dir_9984/condor_exec.exe
10/21 12:15:10 Create_Process: child failed with errno 2 (No existe
tal archivo
o directorio) before exec()
10/21 12:15:10 ERROR "Create_Process(/condor_tmp/execute/dir_9984/condor_exec.ex
e,condor_exec.exe, ...) failed" at line 497 in file os_proc.C
10/21 12:15:10 ShutdownFast all jobs.
My sumbit file is:
universe = vanilla
requirements = (OpSys == "SOLARIS26") && (Arch == "SUN4u")
executable = grid.sh
should_transfer_files = YES
when_to_transfer_output = ON_EXIT
output = prueba.out
error = prueba.err
log = prueba.log
queue
And the grid.sh file is:
#!/bin/sh
pwd
Anybody knows what´s happened? why can´t I run the job?
Thanks
Roberto