Re: Installed. Now what?
От
Scott Mead
Тема
Re: Installed. Now what?
Дата
Msg-id
CAKq0gvLfe-gtm31evuCwaFNzER81aNJwz-es1TTpnQtGww-cSw@mail.gmail.com
Ответ на
Re: Installed. Now what? (Marko Kreen)
Список
Дерево обсуждения
Installed. Now what? Phoenix Kiula <phoenix.kiula@gmail.com>
Re: Installed. Now what? Phoenix Kiula <phoenix.kiula@gmail.com>
Re: Installed. Now what? Adrian Klaver <adrian.klaver@gmail.com>
Re: Installed. Now what? Phoenix Kiula <phoenix.kiula@gmail.com>
Re: Installed. Now what? Adrian Klaver <adrian.klaver@gmail.com>
Re: Installed. Now what? Phoenix Kiula <phoenix.kiula@gmail.com>
Re: Installed. Now what? Adrian Klaver <adrian.klaver@gmail.com>
Re: Installed. Now what? Phoenix Kiula <phoenix.kiula@gmail.com>
Re: Installed. Now what? Adrian Klaver <adrian.klaver@gmail.com>
Re: Installed. Now what? Phoenix Kiula <phoenix.kiula@gmail.com>
Re: Installed. Now what? Tomas Vondra <tv@fuzzy.cz>
Re: Installed. Now what? Amitabh Kant <amitabhkant@gmail.com>
Re: Installed. Now what? Phoenix Kiula <phoenix.kiula@gmail.com>
Re: Installed. Now what? Phoenix Kiula <phoenix.kiula@gmail.com>
Re: Installed. Now what? Marko Kreen <markokr@gmail.com>
Re: Installed. Now what? Scott Mead <scottm@openscg.com>
Re: Installed. Now what? Phoenix Kiula <phoenix.kiula@gmail.com>
Re: Installed. Now what? Tomas Vondra <tv@fuzzy.cz>
Re: Installed. Now what? Phoenix Kiula <phoenix.kiula@gmail.com>
Re: Installed. Now what? Adrian Klaver <adrian.klaver@gmail.com>
Re: Installed. Now what? Phoenix Kiula <phoenix.kiula@gmail.com>
Re: Installed. Now what? Tomas Vondra <tv@fuzzy.cz>
Re: Installed. Now what? Scott Marlowe <scott.marlowe@gmail.com>
Re: Installed. Now what? Phoenix Kiula <phoenix.kiula@gmail.com>
Re: Installed. Now what? John R Pierce <pierce@hogranch.com>
Re: Installed. Now what? Phoenix Kiula <phoenix.kiula@gmail.com>
Re: Installed. Now what? Amitabh Kant <amitabhkant@gmail.com>
Re: Installed. Now what? Amitabh Kant <amitabhkant@gmail.com>
Re: Installed. Now what? Phoenix Kiula <phoenix.kiula@gmail.com>
Re: Installed. Now what? Amitabh Kant <amitabhkant@gmail.com>
Re: Installed. Now what? Tomas Vondra <tv@fuzzy.cz>
Re: Installed. Now what? Phoenix Kiula <phoenix.kiula@gmail.com>
Re: Installed. Now what? Tomas Vondra <tv@fuzzy.cz>
Re: Installed. Now what? Phoenix Kiula <phoenix.kiula@gmail.com>
Re: Installed. Now what? Steve Crawford <scrawford@pinpointresearch.com>
Re: Installed. Now what? Phoenix Kiula <phoenix.kiula@gmail.com>
Re: Installed. Now what? Phoenix Kiula <phoenix.kiula@gmail.com>
Re: Installed. Now what? Adrian Klaver <adrian.klaver@gmail.com>
Re: Installed. Now what? Phoenix Kiula <phoenix.kiula@gmail.com>
Re: Installed. Now what? Phoenix Kiula <phoenix.kiula@gmail.com>
Re: Installed. Now what? Phoenix Kiula <phoenix.kiula@gmail.com>
Re: Installed. Now what? Tomas Vondra <tv@fuzzy.cz>
Re: Installed. Now what? Phoenix Kiula <phoenix.kiula@gmail.com>
On Sun, Nov 20, 2011 at 6:21 AM, Marko Kreen <markokr@gmail.com> wrote:
On Sun, Nov 20, 2011 at 8:32 AM, Phoenix Kiula <phoenix.kiula@gmail.com> wrote:
> The password I am entering in the terminal is right for sure. I've
> tried it a few times, checked the caps lock, etc. Also, if the log
> carries this "FATAL password authentication failed", why does the
> terminal give the vague error "no working server connection"?
ISTM that either your connect string is bad to the database or you already have too many clients connected to the db. Have you tried:
show max_clients;
select count(1) from pg_stat_activity;
In postgres? Is it possible that there are just too many clients already connected? If not, then it's probably just your connect string ( in pgbouncer.ini) not being quite right. You are using 127.0.0.1 for connecting, is postgres even listening?
netstat -lntp | grep 5432
Good luck.
--Scott
"no working connection" means that client logged into pgbouncer successfully,
but pgbouncer cannot log into server.
Please look into Postrgres log file for details.
If you see no failures there, you have wrong connect string in pgbouncer.ini.
--
marko
--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general
В списке pgsql-general по дате отправления