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

From: Rob <pgadmin(at)itsbeen(dot)sent(dot)com>
To: sirath(at)cisco(dot)com, pgsql-admin(at)postgresql(dot)org
Subject: Re: URGENT : StreamServerPort: bind() failed: Cannotassign
Date: 2004-06-04 09:46:44
Message-ID: 40C04504.3070708@itsbeen.sent.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Goulet, Dick 2004-06-04 13:22:29 Re: Knowing postgres processes..
Previous Message brijesh 2004-06-04 07:27:39 transfer contents from mysql to postgresql