ssh problem ?

From: Loïc TREGOUËT <loic(at)cri74(dot)org>
To:
Cc: pgsql-admin(at)postgresql(dot)org
Subject: ssh problem ?
Date: 2000-10-06 08:43:28
Message-ID: 39DD90B0.F1316AFF@cri74.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message pgsql-admin 2000-10-06 11:48:03 Re(2): Crontab and PostgreSQL Backup
Previous Message David Huttleston Jr 2000-10-05 22:36:35 What is a foo.1 file?