Can anyone help setting up pgbouncer? - Mailing list pgsql-general

From Nick
Subject Can anyone help setting up pgbouncer?
Date
Msg-id 07795964-f87c-40b0-9648-f9f907114614@u25g2000prh.googlegroups.com
Whole thread Raw
Responses Re: Can anyone help setting up pgbouncer?  (Richard Huxton <dev@archonet.com>)
Re: Can anyone help setting up pgbouncer?  (Sam Jas <samjas33@yahoo.com>)
List pgsql-general
Im trying to set up pgbouncer. Installation seemed to go well but when
I try...

$ pgbouncer -d pgbouncer.ini

I get an error...

2009-11-13 02:02:35.170 7245 ERROR broken auth file
2009-11-13 02:02:35.170 7245 LOG File descriptor limit: 1024 (H:1024),
max_client_conn: 100, max fds possible: 110

Here is my pgbouncer.ini file...

databases]
pgbouncer1 = host=127.0.0.1 port=5432 dbname=pgbouncer1
[pgbouncer]
listen_port = 6543
listen_addr = 127.0.0.1
auth_type = md5
auth_file = users.txt
logfile = pgbouncer.log
pidfile = pgbouncer.pid
admin_users = pguser1

pgsql-general by date:

Previous
From: "Valtonen, Hannu"
Date:
Subject: Re: pgmemcache vs pgmemcached
Next
From: weixiang tam
Date:
Subject: Customize the install directory of the postgres DB