Tips and Tricks
Some useful information about configuration features.
1) While configuring Condor, I’ve spent some time making DB tuning (PostgreSQL).
tip 1: .pgpass should contain end of line symbol at the end of the string
cat /var/lib/condor/spool/.pgpass
hostname:5432:quill:quillwriter:password
don’t forget to press enter after password, simply speaking you have to put newline at the end of the file, if you miss, you’ll get:
ERROR “Unable to find password from file /var/lib/condor/spool/.pgpass with prefix server:5432:quill:quillwriter:
” at line 93 in file dbms_utils.cpp

| Posted in GRID, News | 1 Comment »