Re: invalid data in PID file - Mailing list pgsql-general

From Tom Lane
Subject Re: invalid data in PID file
Date
Msg-id 27392.1160598566@sss.pgh.pa.us
Whole thread Raw
In response to Re: invalid data in PID file  ("J S B" <jsbali@gmail.com>)
List pgsql-general
"J S B" <jsbali@gmail.com> writes:
> Then i try to start postgres again and it gives me the same error:

> LOG:  could not bind IPv4 socket: Address already in use
> HINT:  Is another postmaster already running on port 5432? If not, wait a
> few seconds and retry.

Um, have you tried waiting a bit as the hint suggests?

If the port is still claimed after a minute or two, then there must be
some process holding onto it.  netstat and/or lsof might help you find
out what.

            regards, tom lane

pgsql-general by date:

Previous
From: "Merlin Moncure"
Date:
Subject: Re: Is it possible to return custom type as proper ROW?
Next
From: Scott Marlowe
Date:
Subject: Re: Newbie question about importing text files...