Re: Lock problem on Solaris

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Travis Bauer <trbauer(at)cs(dot)indiana(dot)edu>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Lock problem on Solaris
Date: 2000-10-09 20:00:14
Message-ID: 6689.971121614@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Travis Bauer <trbauer(at)cs(dot)indiana(dot)edu> writes:
> When I start postmaster, I get the following:
> IpcSemaphoreCreate: semget failed (No space left on device) key = ...

> However, it normall works fine with the setting, and a nasty
> crash killed it this morning. I think that for some reason, some
> semaphores are still being held.

Sounds likely. The standard utility programs ipcs and ipcrm will help you
clean up --- see their man pages. (You probably will need to zap the
old shared-memory segments as well as the old semaphores; these tools
will handle both tasks.)

Our distribution includes a shell script "ipcclean" that purports to
do this for you, but I wouldn't trust it too far, since the output
format of ipcs is somewhat platform-specific.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Travis Bauer 2000-10-09 20:45:13 Re: Lock problem on Solaris
Previous Message Bruce Momjian 2000-10-09 19:58:25 Re: [GENERAL] rules on INSERT can't UPDATE new instance?