Re: connection refused problem - Mailing list pgsql-general

From mpls
Subject Re: connection refused problem
Date
Msg-id 00b701c20801$b23989e0$646c11ac@ld
Whole thread Raw
In response to connection refused problem  (Phil Glatz <phil@glatz.com>)
List pgsql-general
> I bringing up PostgreSQL 7.1.3 on a Free BSD 4.5 system, installed from
> ports, using defaults.  I copied the sample versions of pg_hba.conf and
> postgresql.conf to new files, removing the .sample part.
>
> This command works fine:
> psql -U pgsql database
>
> but if I specify a hostname:
> psql -U pgsql -h localhost cn
>
> I get:
>    psql: connectDBStart() -- connect() failed: Connection refused
>            Is the postmaster running (with -i) at 'localhost'

postmaster -i  ??

-i -----> enable TCP/IP connections

> .....

Best regard!
mpls


pgsql-general by date:

Previous
From: terry@greatgulfhomes.com
Date:
Subject: Re: Scaling with memory & disk planning
Next
From: Darren Ferguson
Date:
Subject: Re: connection refused problem