Re: BUG #6522: PostgreSQL does not start

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: BUG #6522: PostgreSQL does not start
Дата
Msg-id 4F734AF3020000250004677F@gw.wicourts.gov
обсуждение исходный текст
Ответ на BUG #6522: PostgreSQL does not start  (tatypr18@gmail.com)
Список pgsql-bugs
[Please keep the list copied.  Also, please quote selected portions
of a post to which you are replying, and put your reply below, like
you see here.]

Tatiana Ortiz <tatypr18@gmail.com> wrote:
=20
> I have the program PostgreSQL with PostGIS extension.
=20
Obtained from where?  Installed how?
=20
> In postgre I have a database installed.
=20
So you were able to connect to PostgreSQL to create the database?=20
What has changed since then?
=20
> Could not connect to server: Connection refused (0x0000274D/10061)
=20
"Connection refused" generally means that the attempt establish the
TCP connection found the specified host, but the port on which
you're trying to connect is not available to be opened.  That
usually means the service which offers that port is not running, or
that a firewall is blocking access.
=20
> Is the server running on host *127.0.0.1* and accepting TCP/IP
> connections on port 5432?
>
> If you encounter this message, please check if the server you`re
> trying to contact is actually running PostgreSQL on the given
> port.
=20
What did you do to check this?
=20
> Test if you have network connectivity from your client to the
> server host using ping or equivalent tools.
=20
Do you get a response when you ping 127.0.0.1?
=20
> Is your network / VPN/SSH tunnel / firewall configured
> correctly?
=20
What did you do to check that?
=20
> If you double-checked your configuration but still get this error
> message, it`s still unlikely that you encounter a fatal PostgreSQL
> misbehavior. You probably have some low level network connectivity
> problems (e.g. firewall configuration). Please check this
> thoroughly before reporting a bug to the PostgreSQL community.
=20
What did you do to check this?
=20
> Doing a search online to solve the problem and be able to use my
> database, I made the different processes to explain in the
> previous email to make the database ENABLE.
=20
Your previous email mentioned deleting the postmaster.pid file.  Do
you have any more detail on what you did?
=20
> If you know of something I could do to gain access to the database
> let me know.
=20
Start Task Manager and look in the Processes tab.  Are there any
postgres process active?  From a command line, run:
=20
netstat -p TCP -a

and see if anything is listening on port 5432.
=20=20
-Kevin

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

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: BUG #6556: earthdistance module has lacking documentation
Следующее
От: Kasper Sandberg
Дата:
Сообщение: Re: BUG #6556: earthdistance module has lacking documentation