Re: [GENERAL] Unable to connect to Postgresql

Поиск
Список
Период
Сортировка
От Daniel Verite
Тема Re: [GENERAL] Unable to connect to Postgresql
Дата
Msg-id e61552b1-1c85-46d6-8c5e-3cb477c4a2e1@manitou-mail.org
обсуждение исходный текст
Ответ на [GENERAL] Unable to connect to Postgresql  (John Iliffe <john.iliffe@iliffe.ca>)
Ответы Re: [GENERAL] Unable to connect to Postgresql  (John Iliffe <john.iliffe@iliffe.ca>)
Список pgsql-general
    John Iliffe wrote:

> The proper socket does exist:
>
> -------------------------------------
> ls -al /tmp | grep PGSQL
> srwxrwxrwx.  1 postgres postgres    0 Apr  7 16:53 .s.PGSQL.5432
> -rw-------.  1 postgres postgres   49 Apr  7 16:53 .s.PGSQL.5432.lock


Maybe the httpd service lives in another namespace,
e.g. it's chrooted. What if you try:
 <?php echo file_exists("/tmp/.s.PGSQL.5432"); ?>

Best regards,
--
Daniel Vérité
PostgreSQL-powered mailer: http://www.manitou-mail.org
Twitter: @DanielVerite


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

Предыдущее
От: John Iliffe
Дата:
Сообщение: Re: [GENERAL] Unable to connect to Postgresql
Следующее
От: John Iliffe
Дата:
Сообщение: Re: [GENERAL] Unable to connect to Postgresql