Re: URGENT : StreamServerPort: bind() failed: Cannotassign

Поиск
Список
Период
Сортировка
От Rob
Тема Re: URGENT : StreamServerPort: bind() failed: Cannotassign
Дата
Msg-id 40C04504.3070708@itsbeen.sent.com
обсуждение исходный текст
Ответ на Re: URGENT : StreamServerPort: bind() failed: Cannotassign requested address  ("Siddharth Rath (sirath)" <sirath@cisco.com>)
Ответы Re: URGENT : StreamServerPort: bind() failed: Cannotassign  ("Siddharth Rath (sirath)" <sirath@cisco.com>)
Список pgsql-admin
Siddharth Rath (sirath) wrote:
>>
>>The O/P of >netstat -plunt | grep 5432
>>

what about just :
netstat -na | grep 5432

to see if any 5432 stuff is hanging around and if so in
what state...

It may be that you are missing the evidence of the problem because you
filtered -plut (process id, listening, udp, tcp) but the error msg talks
about a StreamServerPort bind problem but those unix domain lines won't
be displayed with that set of filters and so it may be some weirdness
with stream and/or lock files in your /tmp directory? Just a guess.

Rob




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

Предыдущее
От: "Siddharth Rath (sirath)"
Дата:
Сообщение: Re: URGENT : StreamServerPort: bind() failed: Cannot assign requested address
Следующее
От: "Goulet, Dick"
Дата:
Сообщение: Re: Knowing postgres processes..