Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Jobs not starting - file transfer problem?
- Date: Wed, 6 Jan 2010 17:12:32 +0000
- From: Adam Huffman <adam.huffman@xxxxxxxxx>
- Subject: Re: [Condor-users] Jobs not starting - file transfer problem?
On Wed, Jan 6, 2010 at 4:31 PM, Greg Thain <gthain@xxxxxxxxxxx> wrote:
>
>> child failed with errno 2 (No such file or directory) before exec()
>> 01/06 15:52:45 ERROR
>> "Create_Process(/var/lib/condor/execute/dir_20983/condor_exec.exe,,
>> ...) failed: No such file or directory" at line 530 in file
>> os_proc.cpp
>> 01/06 15:52:45 ShutdownFast all jobs.
>>
>
> This error can happen if the executable exists and was transfered correctly,
> but something it depends on, like a #! interpreter, isn't on the executable
> machine.
>
Yes - in this case I needed some 32-bit libraries. Many thanks for the pointer.
Adam