Re: invalid data in PID file

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "J S B" <jsbali(at)gmail(dot)com>
Cc: "Martijn van Oosterhout" <kleptog(at)svana(dot)org>, pgsql-general(at)postgresql(dot)org
Subject: Re: invalid data in PID file
Date: 2006-10-11 19:39:59
Message-ID: 23154.1160595599@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"J S B" <jsbali(at)gmail(dot)com> writes:
> There was some problem with postmaster.pid file, so i just removed it.

Without bothering to stop the old postmaster first, I take it.

At this point your best bet is to find out the PID of the old postmaster
with "ps" and then kill it with "kill -INT <pid>". I suspect you've
also been sloppy about which userid you've been starting the postmaster
under ... you have to be consistent about that.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message J S B 2006-10-11 19:47:25 Re: invalid data in PID file
Previous Message J S B 2006-10-11 19:33:19 Re: invalid data in PID file