Re: [ADMIN] .pgpass not working ( centos7, pgagent_96 )

Поиск
Список
Период
Сортировка
От JaeWon Lee
Тема Re: [ADMIN] .pgpass not working ( centos7, pgagent_96 )
Дата
Msg-id CAC+TV7ELyQshsdTjYGKeKORFp7FVqhenjoVAHua4AG=xM2WDPw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [ADMIN] .pgpass not working ( centos7, pgagent_96 )  (Payal Singh <payal@omniti.com>)
Список pgsql-admin
Thanks ^^  I can log in to database like that.
But still I can not use my .pgpass.
I think this problem may be related to security context of .pgpass.
pgagent_96  or  systemd  may not be allowed to read .pgpass file ... ( Just my guess ^^ )
I'm checking if pgagent_96 or systemd can read .pgpass.

[root@web bin]# su - postgres
-bash-4.2$ psql -h localhost -U postgres
psql (9.6.5)
postgres=#

[root@web frank]# ls -alZ .pgpass
-rw-------. postgres postgres unconfined_u:object_r:user_home_t:s0 .pgpass
[root@web frank]# ls -alZ /usr/bin/pgagent_96
-rwxr-xr-x. root root system_u:object_r:bin_t:s0       /usr/bin/pgagent_96
[root@web frank]# ls -alZ /usr/lib/systemd/systemd
-rwxr-xr-x. root root system_u:object_r:init_exec_t:s0 /usr/lib/systemd/systemd
[root@web frank]# ls -alZ /var/lib/pgsql/9.6/data/pg_hba.conf
-rw-------. postgres postgres unconfined_u:object_r:postgresql_db_t:s0 /var/lib/pgsql/9.6/data/pg_hba.conf


2017-10-17 3:01 GMT+09:00 Payal Singh <payal@omniti.com>:
Just to be sure, you are able to login to the database from psql? psql -h localhost -U postgres  ?

Payal Singh,
Database Administrator,
OmniTI Computer Consulting Inc.
Phone: 240.646.0770 x 253

On Mon, Oct 16, 2017 at 12:23 PM, JaeWon Lee <thejaewon@gmail.com> wrote:
Thanks ^^
I tested same thing for OS user 'root' (/root),  'postgres' (/var/lib/pgsql ), and other two normal users who has home directory in /home.
But I got same error.
---- [ pgagent_96.log ]
WARNING: Couldn't create the primary connection (attempt 10): fe_sendauth: no password supplied
ERROR: Stopping pgAgent: Couldn't establish the primary connection with the database server.


2017-10-17 0:17 GMT+09:00 David G. Johnston <david.g.johnston@gmail.com>:
On Mon, Oct 16, 2017 at 1:02 AM, JaeWon Lee <thejaewon@gmail.com> wrote:

5. Checked my .pgpass file. ( .pgpass is in frank's home directory. /home/frank )
Frankly[1], this is probably your problem.  pgAgent is most likely not running as user "frank".  You need to identify what O/S user the application is running under and place the .pgpass file in that user's home directory.

David J.
1. pun intended...




В списке pgsql-admin по дате отправления:

Предыдущее
От: Scott Marlowe
Дата:
Сообщение: Re: [ADMIN] Autovacuum after bulk data insert(millions!)
Следующее
От: "Hartranft, Robert M. (GSFC-423.0)[RAYTHEON CO]"
Дата:
Сообщение: [ADMIN] question on hash joins