Re: Postgresql Server is not starting during it's installation

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: Postgresql Server is not starting during it's installation
Дата
Msg-id dcc563d10709190605r6a5dad65wf7d5e2b0244b290f@mail.gmail.com
обсуждение исходный текст
Ответ на Postgresql Server is not starting during it's installation  (<ankur@adm.iitkgp.ernet.in>)
Список pgsql-admin
On 9/18/07, Ankur <ankur@adm.iitkgp.ernet.in> wrote:
> Sir,
>       Thanks for your reply. I am giving you the necessary information. I am
> using Red Hat Enterprise Linux AS (Version 3 Update 9). Postgresql version
> is 8.2.4. When I am initializing the database server by executing the
> command "$ /usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data" it shows
> successful message. But after that when I am trying to start the database
> server by executing the command "$ /usr/local/pgsql/bin/postgres -D
> /usr/local/pgsql/data" it generates an error message like:
>         LOG:  could not translate host name "localhost", service "5432" to
> address: Name or service not known
>         WARNING:  could not create listen socket for "localhost"
>         FATAL:  could not create any TCP/IP sockets
>
> Sir, please tell me the required steps to rectify that problem. I am waiting
> for your reply.

Please keep threads on the list, others might benefit from this, and
someone else might have a better answer than me.

Looks like you've already got something listening on that port.  do

ps ax|grep postgres

and see what pops up.

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

Предыдущее
От: "Zarko Susnjar"
Дата:
Сообщение: Rollback DELETE command using backup + WAL
Следующее
От: "Elharar, Oded"
Дата:
Сообщение: Problem installing postgreSQL on windows VM.