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

[Condor-users] Condor 6.8.1 - Job not properly linked for Condor



Hi I am running Condor on a Kubuntu edgy  and I get this error
submitting a simple job.

This is my submit file
########################
# Submit description file for hello program
########################
Executable     = /bin/echo
Universe       = standard
Input          = echo.in
Output         = echo.out
Log            = echo.log
Queue

aolias@aolias:~/GRAM_sample$ condor_submit submit.EchoSample
Submitting job(s).
Logging submit event(s).
1 job(s) submitted to cluster 7.
aolias@aolias:~/GRAM_sample$

aolias@aolias:~/GRAM_000 (007.000.000) 09/20 17:42:50 Job submitted
from host: <172.22.61.4:41645>
...
001 (007.000.000) 09/20 17:42:55 Job executing on host: <172.22.61.4:36523>
...
002 (007.000.000) 09/20 17:42:55 (1) Job not properly linked for Condor.
...
009 (007.000.000) 09/20 17:42:55 Job was aborted by the user.
...
sample$ cat echo.log

Any idea
Thanks