On Sat, Nov 14, 2009 at 00:17, Nick <nboutelier(at)gmail(dot)com> 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
[...]
If you are on a system with strace, try this:
$ strace -f -e open pgbouncer -v pgbouncer.ini
This way, you will see what file pgbouncer tries to open (and fails on).
--
- Rikard