Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Oct 1999 22:03:55 +0200
From:      "Berend de Boer" <berend@pobox.com>
To:        <freebsd-database@freebsd.org>
Subject:   semget does work: solution
Message-ID:  <001101bf1748$6a04b200$0321a8c0@bmach.nederware.nl>
In-Reply-To: <3807183D.C3E41884@scc.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?001101bf1748$6a04b200$0321a8c0>