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
---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])