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

Reply via email to