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

Re: [Condor-users] BOINC running, all machine Owner



On Tue, 28 Mar 2006 21:22:28 +0200 (CEST)  Emmanuel Le Guirriec wrote:

> StarterLog.boinc
...
> 3/28 18:02:56 Create_Process: child failed with errno 8 (Exec format 
> error) before exec()

there's your problem.  /usr/local/BOINC/run_client isn't the right
kind of binary for this machine, or doesn't exist, or something.  you
need to install a working copy of the "boinc_client" program in that
directory (if it doesn't already exist), and set BOINC_Exectuable to
point to that.

from the condor manual:
http://www.cs.wisc.edu/condor/manual/v6.7.18/3_13Setting_Up.html#SECTION004138500000000000000
----------
Required settings:

BOINC_Executable
    The full path to the boinc_client binary to use.
----------

notice, the docs say "... path to the boinc_client binary", not
"run_client" script. ;)


good luck,
-derek