Re: AIX postgresql error

Поиск
Список
Период
Сортировка
От Albe Laurenz
Тема Re: AIX postgresql error
Дата
Msg-id D960CB61B694CF459DCFB4B0128514C20489C261@exadv11.host.magwien.gv.at
обсуждение исходный текст
Ответ на AIX postgresql error  ("Vikram Patil" <vpatil@actuate.com>)
Ответы Re: AIX postgresql error  ("Vikram Patil" <vpatil@actuate.com>)
Список pgsql-general
Vikram Patil wrote:
>      On AIX while starting postgresql server I got this error
> . But server starts up without any issues.
>
> LOG:  could not bind IPv6 socket: Address already in use
>
> HINT:  Is another postmaster already running on port 8432? If
> not, wait a few seconds and retry.
>
> Could you please provide some input to avoid this warning /
> error ? Though its not harmful but its misleading

That should only be a problem if you want to use IPv6.

Can you connect to the server via network? If yes, then I wouldn't worry
about the message.

You can avoid the message by specifying an explicit IP address or
host name for the IPv4 connection in listen_addresses instead of "*".

Yours,
Laurenz Albe

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

Предыдущее
От: elekis
Дата:
Сообщение: Re: compile a program witn libpq64 (error LIBCMT.Lib...)
Следующее
От: David Waddy
Дата:
Сообщение: Creating a view: ERROR: rules on SELECT must have action INSTEAD SELECT