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

[condor-users] task remain idle and condor_status return nothing



Hello,

I've installed condor on one machine. The ps -ef|grep condor_ return the following information:

condor    2536     1  0 Dec03 ?        00:00:06 ./sbin/condor_master
condor    2537  2536  0 Dec03 ?        00:00:00 condor_schedd -f
condor    2539  2536  0 Dec03 ?        00:00:00 condor_collector -f
condor    2540  2536  0 Dec03 ?        00:00:00 condor_negotiator -f

But the submitted command remain idle and condor_status return nothing.

$ cat myjob.submit
executable=myprog
universe=vanilla
arguments=Example.$(Cluster).$(Process) 100
output=results.output.$(Process)
error=results.error.$(Process)
log=results.log
notification=never
should_transfer_files=YES
when_to_transfer_output = ON_EXIT
queue

$ cat myprog
#! /bin/sh

echo "I'm process id $$ on" `hostname`
echo "This is sent to standard error" 1>&2
date
echo "Running as binary $0" "$@"
echo "My name (argument 1) is $1"
echo "My sleep duration (argument 2) is $2"
#sleep $2
#echo "Sleep of $2 seconds finished.  Exiting"
exit 42

Any suggestion?

Thanks,
Nick

_________________________________________________________________
Shop online for kids? toys by age group, price range, and toy category at MSN Shopping. No waiting for a clerk to help you! http://shopping.msn.com


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>