Re: Server doesn't accept connection - Mailing list pgsql-general

From Adrian Klaver
Subject Re: Server doesn't accept connection
Date
Msg-id 506328E1.8080501@gmail.com
Whole thread Raw
In response to Server doesn't accept connection  (fra2012 <empire@empiresoftware.it>)
List pgsql-general
On 09/26/2012 08:57 AM, Empire Software srl wrote:
> Dear mr Adrian,
>
> I reinstall postgres 9.1 but the problem  does not change.
>
> I open the config file pg_hda.conf  the adress is 127.0.0.1/32

I am CCing the list so more eyes can see.

pg_hba.conf controls who gets in once a connection is made. Your problem
is the connection is not being made.

Some questions:

Look in postgresql.conf:
   What is listen_addresses set to?

Is the server on the same machine as the pgAdminIII client?
   Could there be a firewall issue?

What are the OSs' involved?
   You mentioned AV software so I assume Windows is at least one of them

Is there a chance more than one instance of Postgres running and none
are on port 5432?
   Look in postgresql.conf for the port setting.

>
> Thanks for the reply.
>
> Fra
>
>



--
Adrian Klaver
adrian.klaver@gmail.com


pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: Server doesn't accept connection
Next
From: Scott Marlowe
Date:
Subject: Re: Memory issues