Re: [HACKERS] Can't start postmaster

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: vev(at)michvhf(dot)com (Vince Vielhaber)
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Can't start postmaster
Date: 1999-04-24 15:46:13
Message-ID: 23793.924968773@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"D'Arcy" "J.M." Cain <darcy(at)druid(dot)net> writes:
>>>> When I try to start the postmaster from the current sources, I get the
>>>> following error.
>>>>
>>>> IpcSemaphoreCreate: semget failed (No space left on device) key=5432015, num=16,
>>>> permission=600

You're out of semaphores, not disk space. Evidently your kernel is only
configured to allow a few dozen semaphores --- you'd be wise to increase
that parameter, especially if you want to be able to run more than one
postmaster at once. (See the current FAQ, item 2.13.)

> The thing is that the old one still works so there must be something
> that's changed in the current one.

Well, yes, things change... the system is now designed to grab all the
semaphores it wants at postmaster startup, rather than risking not being
able to grab them later.

regards, tom lane

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 1999-04-24 17:46:54 Re: [HACKERS] Re: ERROR: index_rescan: invalid amrescan regproc ???
Previous Message Hannu Krosing 1999-04-24 13:51:33 Re: [HACKERS] Low Performance