Re: Server doesn't seem to be listening...

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Eric D(dot) Nielsen" <nielsene(at)mit(dot)edu>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Server doesn't seem to be listening...
Date: 2008-01-07 05:07:24
Message-ID: 3675.1199682444@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Eric D. Nielsen" <nielsene(at)mit(dot)edu> writes:
> I've confirmed from the commandline using
> psql -h <hostname> -p <port> -U <username> database
> "psql: could not connect to server: Connection refused

That's not a Postgres problem. You do not have network-level
connectivity --- I'm betting you forgot to enable TCP access
to that VM, or something along that line. Think firewall
configuration, not Postgres.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Kris Jurka 2008-01-07 06:24:23 Re: Patch for Statement.getGeneratedKeys()
Previous Message Eric D. Nielsen 2008-01-07 04:29:17 Server doesn't seem to be listening...