enter link description hereI'm new to pgbouncer and postgreSQL database. Trying to integrate pgbouncer with postgreSQL database. After installed successfully pgbouncer, its giving error while starting the pgbouncer.
bash-3.2$ ./pgbouncer -d /etc/pgbouncer.ini
2016-03-11 05:18:21.549 25831 ERROR broken auth file
2016-03-11 05:18:21.549 25831 LOG File descriptor limit: 1024 (H:1024), max_client_conn:1000, max fds possible 1010
2016-03-11 05:18:21.550 25831 FATAL @src/main.c:739 in function main(): unix socket is in use,cannot continue
Please share some idea here How to resolve this issue.
Thanks in Advance Satya