Thanks ^^ I can log in to database like that.
But still I can not use my .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@xxxxxxxxxx>:
Just to be sure, you are able to login to the database from psql? psql -h localhost -U postgres ?On Mon, Oct 16, 2017 at 12:23 PM, JaeWon Lee <thejaewon@xxxxxxxxx> wrote:---- [ pgagent_96.log ]But I got same error.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.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@xxxxxxxxx>: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...