Re: Restart after poweroutage

From: Adrian Klaver <aklaver(at)comcast(dot)net>
To: pgsql-general(at)postgresql(dot)org
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: Restart after poweroutage
Date: 2006-09-25 02:10:34
Message-ID: 200609241910.34930.aklaver@comcast.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sunday 24 September 2006 09:17 am, Tom Lane wrote:
> Jon Lapham <lapham(at)jandr(dot)org> writes:
> > I recently had another electrical power outage that left my machine
> > unable to restart postgresql. I had previously reported this a while
> > ago:
> >
> > http://archives.postgresql.org/pgsql-general/2005-04/msg01286.php
> >
> > Anyway, because I have seen this problem before, I knew exactly what the
> > solution to the problem was (delete the postmaster.pid file),
>
> As was pointed out to you in the discussion subsequent to that message,
> this is not a good automatic response, and it should not be necessary at
> all with a post-8.0 postmaster.
>
> > FATAL: pre-existing shared memory block (key 5432001, ID 65536) is
> > still in use
>
> This is extremely odd, because a shared memory block could not possibly
> have survived a reboot. Too bad you have destroyed the evidence,
> because I would like to know what really happened there. Is it possible
> that you have somehow managed to try to start the postmaster twice
> during your system boot cycle? If you do have two postmasters running
> in that data directory right now, you are in deep trouble :-(
>
<Snip>
>
> regards, tom lane
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: Don't 'kill -9' the postmaster

In the its a small world department I experienced the same problem shortly
after reading this message. The particulars Postgres 8.1.4, Kubuntu 6.06 on a
laptop. My laptop sometimes experiences issues with ACPI and has to be
powered off. After the most recent event I saw a message similar to that
reported above. I checked and there were no other Postgres instances running.
What information I could collect is included in the attached file.
--
Adrian Klaver
aklaver(at)comcast(dot)net

Attachment Content-Type Size
postgres_crash.txt text/plain 1.5 KB

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2006-09-25 02:15:48 Re: serial column
Previous Message Bob Pawley 2006-09-25 02:03:29 Re: serial column