Date: Sun, 18 Jan 2004 13:16:37 +0100 From: Alexander Leidinger <Alexander@Leidinger.net> To: Agostinho <cpis@sapo.pt> Cc: ports@freebsd.org Subject: Re: FreeBSD Port: firebird-1.5.r8 Message-ID: <20040118131637.69c30297@Magellan.Leidinger.net> In-Reply-To: <400988E5.7070607@sapo.pt> References: <400988E5.7070607@sapo.pt>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 17 Jan 2004 19:11:33 +0000 Agostinho <cpis@sapo.pt> wrote: > and i get always the same problem > i get un error on: > ../gen/firebird/bin/create_db empty.fdb > operating system directive semget failed > -No space left on device > gmake[3]: *** [empty.fdb] Error 254 > > Can you give me some help Run "ipcs" and look for allocated semaphores. Firebird may fail to delete some after running. You can use "ipcrm" to delete unused ones. If there are no allocated sempahores, you may either be missing kernel support for them, or you should increase them in your kernel config. Bye, Alexander. -- I will be available to get hired in April 2004. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040118131637.69c30297>