Re: Problem with PostgreSQL 8.2 on Linux Redhat

From: "Sibte Abbas" <sibtay(at)gmail(dot)com>
To: "Ira Berdichevsky" <Ira(dot)Berdichevsky(at)protegrity(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Problem with PostgreSQL 8.2 on Linux Redhat
Date: 2007-06-20 13:04:43
Message-ID: bd6a35510706200604ndaf5c08k2f685291ae163d99@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On 6/20/07, Ira Berdichevsky <Ira(dot)Berdichevsky(at)protegrity(dot)com> wrote:
>
>
> Hi,
> I have some problem to configure PostgreSQL .
> My OS is RedHat Enterprise 4 Linux9 32 bits) , I installed PostgreSQL
> version 8.2.4.
> I configured database : initdb -D /var/lib/pgsql/data -U postgres .
> I changed pg_hba.conf and postgresql.config files :
> pg_hba.conf:
> local all all trust
> host all all 127.0.0.1/32 md5
> host all all 0.0.0./0 md5
> host all all 10.0.0.40/128 md5
>
> postgresql.config:
> listen_addresses = '*'
> port = 5433
>
> I started POstgreSQL and checked that it is run.
> I checked with "psql -h 10.0.0.40 -p 5433" command and saw that PostgreSQL
> respond it.
> The problem is I still couldn't connect to PostgreSQL from Windows pgAdmin
> agent.
> I have this error connection: "Server doesn't listen".
> I don't have problem with firewall.
> Do you have any idea what is the problem?
> Thanks.
> Ira
>

Since you are not using the default port, have you configured
pgAdmin's port to 5433?

--
Sibte Abbas
EnterpriseDB http://www.enterprisedb.com

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message daljeet.mehta 2007-06-20 14:14:07 Issue while installing RPM's
Previous Message Ray Stell 2007-06-20 12:27:27 Re: Problem with PostgreSQL 8.2 on Linux Redhat