From owner-freebsd-database Sat Oct 16 4:23:54 1999 Delivered-To: freebsd-database@freebsd.org Received: from mail.scc.nl (node1374.a2000.nl [62.108.19.116]) by hub.freebsd.org (Postfix) with ESMTP id E21C314CE4 for ; Sat, 16 Oct 1999 04:23:50 -0700 (PDT) (envelope-from freebsd-database@scc.nl) Received: (from daemon@localhost) by mail.scc.nl (8.9.3/8.9.3) id NAA49374 for database@FreeBSD.org; Sat, 16 Oct 1999 13:08:55 +0200 (CEST) (envelope-from freebsd-database@scc.nl) Received: from GATEWAY by dwarf.hq.scc.nl with netnews for database@FreeBSD.org (database@FreeBSD.org) To: database@FreeBSD.org Date: Sat, 16 Oct 1999 13:08:47 +0200 From: Marcel Moolenaar Message-ID: <38085CBF.51A6BD9@scc.nl> Organization: SCC vof Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit References: <3807183D.C3E41884@scc.nl>, <001101bf1748$6a04b200$0321a8c0@bmach.nederware.nl> Subject: Re: semget does work: solution Sender: owner-freebsd-database@FreeBSD.ORG Precedence: bulk Berend de Boer wrote: > Marcel found the problem: I just had to increate the number of semaphores. > This is defined in usr/src/sys/sys/sem.h. > > I had to change the line from: > > #define SEMMNS 60 /* # of semaphores in system */ > > to 120. Now both PostgreSQL and Interbase run on the same system. Just a small note: You change this in your kernel config file with: options SEMMNS=120 -- Marcel Moolenaar mailto:marcel@scc.nl SCC Internetworking & Databases http://www.scc.nl/ The FreeBSD project mailto:marcel@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-database" in the body of the message