Re: ssh problem ?

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: ssh problem ?
Дата
Msg-id Pine.LNX.4.21.0010061618330.949-100000@peter.localdomain
обсуждение исходный текст
Ответ на ssh problem ?  (Loïc TREGOUËT <loic@cri74.org>)
Список pgsql-admin
Loïc TREGOUËT writes:

>     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'?

Check that there's a socket file /tmp/.s.PSQL.5432.  Maybe it got deleted
accidentally.  Restart the postmaster to create a new one.

--
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/


В списке pgsql-admin по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: What is a foo.1 file?
Следующее
От: Jeff MacDonald
Дата:
Сообщение: Re: Re(2): Crontab and PostgreSQL Backup