Wanting to run Postgres 8.3.6 on BSD/OS 4.3.1

From: The Doctor <doctor(at)doctor(dot)nl2k(dot)ab(dot)ca>
To: pgsql-admin(at)postgresql(dot)org
Subject: Wanting to run Postgres 8.3.6 on BSD/OS 4.3.1
Date: 2009-02-27 17:30:05
Message-ID: 20090227173005.GC23556@doctor.nl2k.ab.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Right I have 8.1.X working properly. but

when I run make check I get

I compile 8.3.6 but when I do a make check I get

Running in noclean mode. Mistakes will not be cleaned up.
The files belonging to this database system will be owned by user "postgres".
This user must also own the server process.

The database cluster will be initialized with locale C.
The default database encoding has accordingly been set to SQL_ASCII.
The default text search configuration will be set to "english".

creating directory /usr/source/postgresql-8.3.6/src/test/regress/./tmp_check/data ... ok
creating subdirectories ... ok
selecting default max_connections ... 10
selecting default shared_buffers/max_fsm_pages ... 400kB/20000
creating configuration files ... ok
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.
child process exited with exit code 1
initdb: data directory "/usr/source/postgresql-8.3.6/src/test/regress/./tmp_check/data" not removed at user's request

What is not happening?

--
Member - Liberal International This is doctor(at)nl2k(dot)ab(dot)ca
Ici doctor(at)nl2k(dot)ab(dot)ca God, Queen and country! Beware Anti-Christ rising!
Never Satan President Republic!
Christian(n): A Jew that believe Christ is Messiah and Saviour and alive

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2009-02-27 18:42:43 Re: Wanting to run Postgres 8.3.6 on BSD/OS 4.3.1
Previous Message Lentes, Bernd 2009-02-27 11:42:13 Re: Question to transaction ID wraparound