With QUILL_USE_SQL_LOG=true I must have been doing something stupid. there are some *sql.log files but they are all empty. [root@serv07 JobManager]# ls -l `condor_config_val LOG` total 4764 -rw-r--r-- 1 condorr cd677 385091 Dec 27 20:43 CollectorLog -rw-r--r-- 1 condorr cd677 101322 Jan 7 23:32 DbmsdLog -rw-r--r-- 1 root root 290464 Jan 10 15:16 held-jobs.log -rw-r--r-- 1 condorr cd677 101393 Jan 10 00:32 MasterLog -rw-r--r-- 1 condorr cd677 388631 Jan 10 15:30 QuillLog -rw-r--r-- 1 condorr cd677 1048671 Jan 10 14:34 QuillLog.old -rw-r--r-- 1 condorr cd677 0 Jan 10 15:30 schedd_sql.log -rw-r--r-- 1 condorr cd677 0 Jan 10 15:30 schedd_sql.log.copy -rw-r--r-- 1 condorr cd677 357421 Jan 10 15:30 SchedLog -rw-r--r-- 1 condorr cd677 1000150 Jan 10 15:10 SchedLog.old -rw-r--r-- 1 condorr cd677 80514 Jan 10 15:30 ShadowLog -rw-r--r-- 1 condorr cd677 1000127 Jan 10 15:30 ShadowLog.old -rw-r--r-- 1 condorr cd677 0 Jan 10 15:30 sql.log -rw-r--r-- 1 condorr cd677 0 Jan 10 15:30 sql.log.copy -rw-r--r-- 1 condorr cd677 0 Jan 10 15:30 thrown.log
There is nothing significant I can in the QuillLog, other than these kind of stuff: I've D_FULLDEBUG enabled for SHADOW_DEBUG, is there any thing like QUILL_DEBUG as well? How do I enable that?[root@serv07 log]# tail -f QuillLog 01/10 15:34:32 ++++++++ Sent Quill ad to collector ++++++++ 01/10 15:34:36 ******** Start of Polling Job Queue Log ******** 01/10 15:34:36 JOB QUEUE POLLING RESULT: ADDED 01/10 15:34:36 ********* End of Polling Job Queue Log ********* 01/10 15:34:36 ******** Start of Polling Event Log ******** 01/10 15:34:36 ********* End of Polling Event Log ********* 01/10 15:34:36 ******** Start of Polling XML Log ******** 01/10 15:34:36 ********* End of Polling XML Log ********* 01/10 15:34:36 ++++++++ Sending Quill ad to collector ++++++++ 01/10 15:34:36 ++++++++ Sent Quill ad to collector ++++++++
Yes, that's what I have. [condorr is the user I run condor as][root@serv07 log]# ls -al `condor_config_val SPOOL` | grep pass -rw------- 1 condorr root 46 Dec 9 14:39 .pgpass But how do I check if it's actually working? Is there any way cross-check the database to see if there is anything in there? Cheers, Santanu
|