Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [condor-users] task remain idle and condor_status return nothing
- Date: Thu, 4 Dec 2003 11:00:44 -0600
- From: Zachary Miller <zmiller@xxxxxxxxxxx>
- Subject: Re: [condor-users] task remain idle and condor_status return nothing
On Thu, Dec 04, 2003 at 04:50:57PM +0000, N N wrote:
> 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.
if there are no machines in condor_status, then there is no place for
your job to run and that's why it will remain idle in the queue.
you need to have a condor_startd running. it may be as simple as editing
your condor_config and adding 'STARTD' to the DAEMON_LIST parameter. you
will then need to 'condor_restart -master' to have condor spawn the startd.
if that doesn't help, you may have some other problem - check for the
existence of StartLog in your condor log directory, and if it's there look
at its contents for hints as to what might be wrong.
cheers,
-zach
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>