ssh problem ? - Mailing list pgsql-admin

From Loïc TREGOUËT
Subject ssh problem ?
Date
Msg-id 39DD90B0.F1316AFF@cri74.org
Whole thread Raw
In response to Re: bug found in the dump/restore process  (David Huttleston Jr <dhjr@hddesign.com>)
Responses Re: ssh problem ?  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-admin
                                Hello ,

    The following is ok :
$ psql -h localhost -U postgres
$ psql -h 127.0.0.1 -U postgres

but  this don't work :
$ psql  -U postgres
psql: connectDBStart() -- connect() failed: Connection refused
        Is the postmaster running at 'localhost'
        and accepting connections on Unix socket '5432'?

The pg_hba.conf is the same since a long time :
local        all
password passwdpgsql
host         all         127.0.0.1     255.255.255.255     password passwdpgsql

The only thing that have change it's that ssh have been installed ... and  ....

Do you see a exlplication ?

PostgreSQL 7.0.2 on i686-pc-linux-gnu, compiled by gcc 2.95.2 (on a Potatoe )


                                                Thanks


pgsql-admin by date:

Previous
From: David Huttleston Jr
Date:
Subject: What is a foo.1 file?
Next
From: "pgsql-admin"
Date:
Subject: Re(2): Crontab and PostgreSQL Backup