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

Re: [Condor-users] "condor_q -format ... Requirements" only prints single queue element



On Jul 25, 2012, at 12:08 PM, Martin Koniczek wrote:

We just upgraded from condor 7.2.4 (as shipped with ubuntu10.04) to
to condor-7.8.1-43996-deb_6.0_amd64.deb (ubuntu12.04)
and now the previously working command:

condor_q -format "%s\n" Requirements

only returns exactly one "record", regardless of the number of elements
in the queue. Asking for other attributes works as expected. Can anybody
confirm this behavior?

I just tried this exact setup (condor-7.8.1-43996-deb_6.0_amd64.deb installed on Ubuntu 12.04) and it works as expected (one line for each job in the queue). I don't know what's going wrong on your machine.

Check the exit code of condor_q to see if it's terminating early due to some error.
You can also look at the log of the schedd for any strange messages.
Also, try removing the '%s' corresponding to Requirements and see if you get one line or all the expected lines.

Thanks and regards,
Jaime Frey
UW-Madison Condor Team