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

Re: [Condor-users] Condor Quill Problem




With QUILL_USE_SQL_LOG=true
it will try to log information about all daemons including
the schedd so it should be logging something.
in your $LOG directory are there any files of the form *sql.log

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

What does QuillLog say, if you turn it up to D_FULLDEBUG
that should give you a hint as well.

There is nothing significant I can in the QuillLog, other than these kind of stuff:
[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 ++++++++

I've D_FULLDEBUG enabled for SHADOW_DEBUG, is there any thing like QUILL_DEBUG as well? How do I enable that?


Also you have to make a .pgpass file in your SPOOL
directory that contains the password of the quillwriter user
and is readable only by the condor user.  Did you do that?

Yes, that's what I have.
[root@serv07 log]# ls -al `condor_config_val SPOOL` | grep pass
-rw-------    1 condorr  root           46 Dec  9 14:39 .pgpass

[condorr is the user I run condor as]
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


Steve Timm