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

[Condor-users] Quill configuration issues



Hy everybody

I'm having issues configuring quill.
Postgres is running on the machine and I can connect as "quillwriter" using psql,
but quill process keeps saying that cannot connect to the db.
These are quill logs.

------------------------------
7/30 12:33:29 ++++++++ Sending schedd ad to collector ++++++++
7/30 12:33:29 ++++++++ Sent schedd ad to collector ++++++++
7/30 12:33:39 ******** Start of Probing Job Queue Log File ********
7/30 12:33:39 Connection to database 'control1' failed.
7/30 12:33:39 FATAL:  password authentication failed for user "quillwriter"
7/30 12:33:39 Deallocating connection resources to database 'control1'
7/30 12:33:39 Connection to database 'control1' failed.
7/30 12:33:39 FATAL:  password authentication failed for user "quillwriter"
7/30 12:33:39 Deallocating connection resources to database 'control1'
7/30 12:33:39 Error: Unable to connect to db "control1"
7/30 12:33:39 Connection to database 'template1' failed.
7/30 12:33:39 FATAL:  password authentication failed for user "quillwriter"
7/30 12:33:39 Deallocating connection resources to database 'template1'
7/30 12:33:39 Error: Failed while trying to create database control1.
7/30 12:33:39 >>>>>>>> Fail: Probing Job Queue Log File <<<<<<<<
7/30 12:33:39 ++++++++ Sending schedd ad to collector ++++++++
7/30 12:33:39 ++++++++ Sent schedd ad to collector ++++++++
----------------------------------

I created successfully the control1 db manually using quillwriter as user.

Thanks a lot
Max Novelli