Re: Wanting to run Postgres 8.3.6 on BSD/OS 4.3.1

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: The Doctor <doctor(at)doctor(dot)nl2k(dot)ab(dot)ca>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Wanting to run Postgres 8.3.6 on BSD/OS 4.3.1
Date: 2009-02-27 18:42:43
Message-ID: 21689.1235760163@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

The Doctor <doctor(at)doctor(dot)nl2k(dot)ab(dot)ca> writes:
> Right I have 8.1.X working properly. but
> when I run make check I get

> creating template1 database in /usr/source/postgresql-8.3.6/src/test/regress/./tmp_check/data/base/1 ... FATAL: could not create semaphores: No space left on device
> DETAIL: Failed system call was semget(1, 17, 03600).
> HINT: This error does *not* mean that you have run out of disk space.
> It occurs when either the system limit for the maximum number of semaphore sets (SEMMNI), or the system wide maximum number of semaphores (SEMMNS), would be exceeded. You need to raise the respective kernel parameter. Alternatively, reduce PostgreSQL's consumption of semaphores by reducing its max_connections parameter (currently 13).
> The PostgreSQL documentation contains more information about configuring your system for PostgreSQL.

Apparently your kernel doesn't have enough semaphores to allow 8.1 and
8.3 to run concurrently. Follow the advice in the HINT.

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Suvanaket, Dear (MS) 2009-02-27 21:41:03 Fatal: Database does not exist
Previous Message The Doctor 2009-02-27 17:30:05 Wanting to run Postgres 8.3.6 on BSD/OS 4.3.1