Re: [GENERAL] Problem connecting NT-psqlODBC to Linux-PostgreSQL - Mailing list pgsql-general

From Teodor Cimpoesu
Subject Re: [GENERAL] Problem connecting NT-psqlODBC to Linux-PostgreSQL
Date
Msg-id 37D4EAE4.305CB38@digiro.net
Whole thread Raw
In response to Problem connecting NT-psqlODBC to Linux-PostgreSQL  (Jelle Ruttenberg <ruttenberg@neroc.nl>)
Responses Re: [GENERAL] Problem connecting NT-psqlODBC to Linux-PostgreSQL
List pgsql-general
Jelle Ruttenberg wrote:
>
> Hello all,
>
> I'm trying to connect from a NT via psqlODBC (6.40.0005) to a
> Linux-machine with PostgreSQL 6.5.1 up and running. The connection is
> refused and in the logfile on the Linux-machine is the following message:
>
> Unable to connect to Ident server on the host which is trying to connect
> to Postgres (IP address 212.52.7.241, Port 113). errno = Connection
> refused (111)
>
> In the PostgreSQL-homedir there is also a file odbcinst.ini. Because I
> didn't install PostgreSQL myself, I don't know why it's there and if this
> can cause the trouble.
>
> Thanks,
> Jelle.
I think it has to do w/ pg_hba.conf
it's under $PGDATA/database , iirc. Take a look @ it.
Second, hmm, your port is 113 but I know the default is 5432.
If nobody is listening to a port where you are trying to connect, you
get
the same respone (connection refused).


--
CIMPOESU Teodor, Web Programmer

@ DIGICOM S.A. Bucharest, Romania
@ Internet, site development
@ teo@digiro.net,+(401)-330.47.28

official home page ~ http://www.digiro.net/
Internet  web page ~ http://internet.digiro.net/

pgsql-general by date:

Previous
From: Herouth Maoz
Date:
Subject: Re: [GENERAL] Problem connecting NT-psqlODBC to Linux-PostgreSQL
Next
From: Herouth Maoz
Date:
Subject: Re: [GENERAL] Problem connecting NT-psqlODBC to Linux-PostgreSQL