From: | Richard Huxton <dev(at)archonet(dot)com> |
---|---|
To: | Nick <nboutelier(at)gmail(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Can anyone help setting up pgbouncer? |
Date: | 2009-11-17 11:38:22 |
Message-ID: | 4B028B2E.5010601@archonet.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Nick wrote:
> Thanks Richard, I updated my users.txt file to include quotes (it
> didn't) which fixed the broken auth file error, but now im getting
> this...
>
> 1518 ERROR unconfigured_file: No such file or directory
>
> which repeats over and over again when I try
>
> pgbouncer -v pgbouncer.ini
Which is why you have the source. A quick search (grep will do, or
better still ack/ack-grep) reveals "unconfigured_file" is only used in
one place. That is initialising the auth-file filename.
So - it isn't seeing the auth_file config setting.
> auth_file = users.tx
You have one, although I'm guessing it's supposed to be "users.txt". So
- something else is causing it not to be seen.
Do you still have the [...] heading lines? If not, that could well be
it. It doesn't make sense to me that all you did was change the
users.txt file and now you get this error.
--
Richard Huxton
Archonet Ltd
From | Date | Subject | |
---|---|---|---|
Next Message | Merlin Moncure | 2009-11-17 12:36:40 | Re: calling a function over several rows |
Previous Message | Thomas Kellerer | 2009-11-17 11:28:25 | Re: test data |