Re: Strange PG error

From: "Dr(dot) Evil" <drevil(at)sidereal(dot)kz>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Strange PG error
Date: 2001-04-29 09:24:46
Message-ID: 20010429092446.26721.qmail@sidereal.kz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


I answered my own question:

Under OpenBSD, use ipcs to see all the active shared memory and
semaphores, and then use ipcrm -m and ipcrm -s to remove shared memory
and semaphores which are allocated. After I cleared out all the
semaphores and shared mem associated with Postgres, it then restarted
just fine.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Austin Powers 2001-04-29 09:31:47 Re: Strange PG error
Previous Message Dr. Evil 2001-04-29 09:01:55 Strange PG error