Re: could not create semaphores : No space left on device = FreeBSD port install error! - Mailing list pgsql-general

From Tom Lane
Subject Re: could not create semaphores : No space left on device = FreeBSD port install error!
Date
Msg-id 8889.1103144923@sss.pgh.pa.us
Whole thread Raw
In response to could not create semaphores : No space left on device = FreeBSD port install error!  (Miles Keaton <mileskeaton@gmail.com>)
List pgsql-general
Miles Keaton <mileskeaton@gmail.com> writes:
> So --- I think if you install PostgreSQL from FreeBSD ports, and start
> the server, and THEN run initdb, it will give you this error.

What this says is that you're running PG with settings that use up more
than half of the kernel's default limit on the number of semaphores.
So you can't start two postmasters concurrently.

            regards, tom lane

pgsql-general by date:

Previous
From: peter pilsl
Date:
Subject: UNION with more restrictive DISTINCT
Next
From: Christopher Browne
Date:
Subject: Re: About reindexing system indexes...