Re: Cannot reach pg server using -h localhost

Поиск
Список
Период
Сортировка
От Chris Mair
Тема Re: Cannot reach pg server using -h localhost
Дата
Msg-id 24ed1b6206d4341bb99fb63ae977e7bb@smtp.hushmail.com
обсуждение исходный текст
Ответ на Re: Cannot reach pg server using -h localhost  (Fritz Meissner <fritz.meissner@gmail.com>)
Ответы Re: Cannot reach pg server using -h localhost  (Fritz Meissner <fritz.meissner@gmail.com>)
Список pgsql-general
>> Use netstat to look what IP postgres actually binds to.
>
> Nothing unusual:
>
> ~ netstat -an | grep 5432
> tcp4       0      0  *.5432                 *.*                    LISTEN
> tcp6       0      0  *.5432                 *.*                    LISTEN
> 9767b1c9fd5d8ab1 stream      0      0 9767b1ca01d63a21
> 0                0                0 /tmp/.s.PGSQL.5432
>

and if you have it listen to 127.0.0.1, you see 127.0.0.1 in netstat?

and psql -h 127.0.0.1 still fails?

is lo0 still there (ifconfig)?

Bye,
Chris.






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

Предыдущее
От: Fritz Meissner
Дата:
Сообщение: Re: Cannot reach pg server using -h localhost
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Cannot reach pg server using -h localhost