Re: TCP only listening on localhost???

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: TCP only listening on localhost???
Дата
Msg-id 20040430181955.GA16961@dcc.uchile.cl
обсуждение исходный текст
Ответ на Re: TCP only listening on localhost???  (Richard Gass <rgass@sprintlabs.com>)
Список pgsql-general
On Fri, Apr 30, 2004 at 09:26:48AM -0700, Richard Gass wrote:
> There are no firewalling issues, routing or dns issues.  Basically nothing
> has changed with the server.  The only change is with the clients that
> connect.  Everything seems to work fine connecting from the local socket but
> when you try to connect over tcp, it doesn't work because it is not
> listening on the port.  For some reason, I cannot get it to listen on the
> port unless I specify in my postmaster command -h ip.address.

Maybe the virtual_host parameter has changed?  Somehow the postmaster is
not binding to the interface, and if it works when you specify manually
then certainly seems a config problem.

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"La experiencia nos dice que el hombre peló millones de veces las patatas,
pero era forzoso admitir la posibilidad de que en un caso entre millones,
las patatas pelarían al hombre" (Ijon Tichy)

В списке pgsql-general по дате отправления:

Предыдущее
От: Devrim GUNDUZ
Дата:
Сообщение: Re: Cannot open relation pg_cast_source_target_index
Следующее
От: "Jim Steinberger"
Дата:
Сообщение: Re: JDBC caching plpgsql function errors?