From: | "Uwe C(dot) Schroeder" <uwe(at)oss4u(dot)com> |
---|---|
To: | ElayaRaja S <elayaraja(dot)s(at)gmail(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Urgent |
Date: | 2005-04-18 19:09:46 |
Message-ID: | 200504181209.46403.uwe@oss4u.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
have you enabled tcp in postgresql.conf ?
the parameter in question is pretty much on top of the file and should read
tcpip_socket = true
usually postgresql.conf is in /var/lib/pgsql/data/
on a RH system
UC
On Monday 18 April 2005 11:55, ElayaRaja S wrote:
> Hi,
> I am using Redhat linux 9. i had configure in pg_hba.conf as
> host postgres postgres 10.10.0.76 255.255.255.0 password
>
> If i try to connect with postgresql admin i am getting excpetion as
>
> An erro has occured:
>
> Error connecting to the server: could not connect to server:
> Connection refuesed(0x0000274D/10061)
> Is the server running on host "10.10.0.76" and accepting
> TCP/IP connections on port 5432?
>
> Please help me.
--
Open Source Solutions 4U, LLC 2570 Fleetwood Drive
Phone: +1 650 872 2425 San Bruno, CA 94066
Cell: +1 650 302 2405 United States
Fax: +1 650 872 2417
From | Date | Subject | |
---|---|---|---|
Next Message | Leif B. Kristensen | 2005-04-18 19:16:18 | Pgsql config file |
Previous Message | Gavin M. Roy | 2005-04-18 19:07:34 | Re: Urgent |