Date: Mon, 23 Aug 2004 02:35:13 +0100 From: "promyk" <promyk@kpsw.edu.pl> To: freebsd-questions@freebsd.org Subject: Firebird and ipcrm Message-ID: <20040823012802.M63955@kpsw.edu.pl>
next in thread | raw e-mail | index | archive | help
Hi, I install FireBird And I have these problems: # gsec -user SYSDBA -pass masterkey operating system directive semget failed No space left on device unable to open database I read /usr/local/firebird/RELNOTES, and: # isql /usr/local/firebird/security.fdb Statement failed, SQLCODE = -902 operating system directive semget failed -No space left on device Use CONNECT or CREATE DATABASE to specify a database SQL> quit; # ipcs -s Semaphores: T ID KEY MODE OWNER GROUP s 65536 253086757 --rw-rw-rw- root wheel # ipcrm -s 1310720 ipcrm: semid(1310720): : Invalid argument # What I should do? My options in kernel: (...) options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores (...) Thank for your help.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040823012802.M63955>