HTCondor Project List Archives



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

Re: [Condor-devel] Another quill question



On Fri, 14 Oct 2005 11:44:05 -0500  Daniel Forrest wrote:

> If quill is running, is there a way to tell condor_q to query the
> schedd directly anyway?  A quick skim of the code seems to say no.

you should be able to temporarily set _condor_QUILL_NAME="" in your
environment then run condor_q.  that will override your QUILL_NAME
config file setting, and the condor_q will think you don't have quill
and won't query the DB.  granted, that's a little bit of a hack, so
it'd be nice of us to add a some kind of command-line arg to
accomplish the same thing.

-derek