From owner-freebsd-database Fri Oct 15 13: 4:11 1999 Delivered-To: freebsd-database@freebsd.org Received: from smtp3.xs4all.nl (smtp3.xs4all.nl [194.109.127.49]) by hub.freebsd.org (Postfix) with ESMTP id 5E34715161 for ; Fri, 15 Oct 1999 13:04:07 -0700 (PDT) (envelope-from berend@pobox.com) Received: from auke.nederware.nl (nederware.nl [194.109.55.62]) by smtp3.xs4all.nl (8.9.3/8.9.3) with ESMTP id WAA08631 for ; Fri, 15 Oct 1999 22:04:06 +0200 (CEST) Received: from bmach (bmach.nederware.nl [192.168.33.3]) by auke.nederware.nl (8.8.8/8.8.8) with SMTP id WAA12915 for ; Fri, 15 Oct 1999 22:04:00 +0200 (CEST) (envelope-from berend@pobox.com) From: "Berend de Boer" To: Subject: semget does work: solution Date: Fri, 15 Oct 1999 22:03:55 +0200 Message-ID: <001101bf1748$6a04b200$0321a8c0@bmach.nederware.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2377.0 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 In-Reply-To: <3807183D.C3E41884@scc.nl> Sender: owner-freebsd-database@FreeBSD.ORG Precedence: bulk Hai All, Everything works fine again. What happened? I installed PostgreSQL and its daemon postmaster was running when I tried to invoke Interbase. 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. Thanks Marcel, Berend. (-: > -----Original Message----- > From: owner-freebsd-database@freebsd.org > [mailto:owner-freebsd-database@freebsd.org]On Behalf Of > Marcel Moolenaar > Sent: Friday, October 15, 1999 2:04 PM > To: Berend de Boer; freebsd-database@freebsd.org > Subject: Re: Help semget doesn't work anymore - Interbase fails > > > Berend de Boer wrote: > > > > Here the kernel trace (and kdump) > > > > [from: ktrace.txt] > 748 isql CALL semsys(0x1,0xf12fce0,0x20,0x7b6,0x200f4060) > 748 isql RET semsys -1 errno 28 No space left on device > 748 isql CALL semsys(0x1,0xf12fce0,0x20,0x1b6,0x200f4060) > 748 isql RET semsys -1 errno 2 No such file or directory > > Try increasing the number of semaphores in your kernel. > > -- > 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 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-database" in the body of the message