Dear all, I see completely different result returned by condor_q with and without Quill enabled. First of all, when quill is enabled it says: Why it's says: 2011-03-08 18:13:14+00 instead of today's date. quill is running peacefully for ever, according to the log. It also lists the different jobs with and without Quill enabled. Below, the last two lines from the output:[root@serv07 testac1]# condor_q -- Quill: quill@xxxxxxxxxxxxxxxxxxxxxxxx : <vserv03:5432> : quill_vserv03 : 2011-03-08 18:13:14+00 ID OWNER SUBMITTED RUN_TIME ST PRI SIZE CMD 424544.0 pltlhc15 2/28 09:42 0+17:18:08 I 0 2929.7 data 426522.0 prdatl13 3/1 01:12 0+01:52:48 I 0 2929.7 data 438494.0 pltlhc15 3/6 20:28 9+14:24:46 R 0 2441.4 data ........ ........ OUILL enabled: [root@serv07 testScript]# condor_q | sed -e :a -e '$q;N;5,$D;ba' 440918.0 sgmops 3/8 18:12 7+17:58:52 R 0 0.0 data 440919.0 camon023 3/8 18:12 0+00:00:00 I 0 0.0 data QUILL disabled: With quill, the last jobs are from 8th March but without quill, it's much more up to date. Can any one shade some light on it please.[root@serv07 testScript]# condor_q | sed -e :a -e '$q;N;5,$D;ba' 491395.0 prdatl13 3/16 12:07 0+00:03:47 R 0 0.0 data 491396.0 prdatl13 3/16 12:07 0+00:03:47 R 0 0.0 data Thanks in advance for your help. Cheers, Santanu |