Re: [NOVICE] The server does not listen

Поиск
Список
Период
Сортировка
От Adarsh Jaiswal
Тема Re: [NOVICE] The server does not listen
Дата
Msg-id CANQY-0ZL=-qELD=SGii8kxsWUd4oAVoV0KFK_3=6x4qzY5n4pw@mail.gmail.com
обсуждение исходный текст
Ответ на [NOVICE] The server does not listen  (manno_it@libero.it)
Ответы Re: [NOVICE] The server does not listen
Список pgsql-novice
Hi,

Try checking if the service is started and listening on port 5432.

You can use netstat command to check it.

netstat -nalp | grep :5432


Also , check the latest logs of the postgres when you start the engine, what it is saying. We can get the logs usually at the location "/var/log/postgresql"



Thanks and Regards,
Adarsh Jaiswal

On Sun, Oct 15, 2017 at 6:30 PM, <manno_it@libero.it> wrote:

Hello,

I am running Postgres 9.2 on a MacOs X El Captain 10.11.6. I start my database named posgres last time in May. [After that, I had problems on my Mac, so I re-installad and upgraded the OS ti El Captain.] Now I'm trying to connect to my database by PgAdminIII, Navicat and so on, but it seems impossibile to start a connection: "The server does not listen". I have tried to find a solution in the Postgres documentation, under the Appendices (Installation, starting the database etc.), but I am not able to find a solution.

I have a basic knowledge of linux commands, shell, privileges etc.

I will attach here some screenshot with the error messages: https://www.dropbox.com/sh/60onx881lrzwpgf/AAAa0iOBzfm0n1Jd5LD7sdg_a?dl=0

Could anyone help me (a) to understand what the problem exactly is and (b) how to find a solution? Hope my tables and data are there!!

Thank you very much for you attention,
Mauro - IT


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

Предыдущее
От: manno_it@libero.it
Дата:
Сообщение: [NOVICE] The server does not listen
Следующее
От: manno_it@libero.it
Дата:
Сообщение: Re: [NOVICE] The server does not listen