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

Re: [Condor-users] Failed to fetch ads from...



On Wed, Jun 22, 2005 at 03:02:31PM -0700, Sean Looper wrote:
> So I keep getting the following error from the following command:
> 
> condor_q -name prod-win2k3-con -constraint ProcId=0
> 
> -- Failed to fetch ads from: <192.*.*.*:1257> :
> prod-win2k3-con.domain.com
> 
> 
> I also get the same error for each machine that I try to query.  It
> works fine when I leave out the constraint switch.
> 
> Any ideas what I'm doing wrong here?
> 

Well, your contraint is wrong:

condor_q -name prod-win2k3-con -constraint ProcId==0

(not ProcID=0)

Printing 'failed to fetch ads' is probably not the right thing to do.

-Erik