[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-devel] Building Condor on Solaris10/x86
- Date: Mon, 07 Jul 2008 10:42:32 -0400
- From: Omonbek Salaev <obs8529@xxxxxxxxxx>
- Subject: Re: [Condor-devel] Building Condor on Solaris10/x86
Hi all,
I was able to build Condor 7.0.2 on Solaris10/x86 platform.
Overall Condor seems to run ok.
I'm running a one-machine pool. I submit a very simple program to Condor ("vanilla" universe).
As soon as I submit the job, it goes to the "idle" state and stays like
that forever.
When I run 'condor_q -better-analyze', it shows that the machine that the
job is supposed to run on "rejects your job because of their own
requirements" and that "Reason for last match failure: no match found".
When I run 'condor_status', that machine is always reported as "Owner /
Idle". The 'Start' configuration expression on that machine is:
( (KeyboardIdle > 15 * 60) && ( ((LoadAvg - CondorLoadAvg) <= 0.3) ||
(State != "Unclaimed" && State != "Owner")) )
The machine isn't used by anybody (neither interactively nor remotely)
and there are no programs running on it (the load is quite low)
If I try to change the value of 'Start' configuration parameter to 'True', the job runs
immediately. If I change the value of 'Start' so that it doesn't check for keyboard idle time,
the job also runs fine.
All of the above is the same when I submit jobs to the 'java' universe.
So I'm guessing there's something going on with the 'KeyboardIdle' value.
I've run the 'src/testbin_dir/condor_sysapi' test - the IDLE_TIME_TEST is passed, but it issues several warnings like:
WARNING! The raw console idle time changed from 87 to 3; was someone using the console?
along the testing process.
Could anyone suggest how to solve this problem?
Thanks in advance.
-Omonbek