From owner-freebsd-questions Fri Oct 29 14:14: 7 1999 Delivered-To: freebsd-questions@freebsd.org Received: from penguin.wise.edt.ericsson.se (penguin-ext.wise.edt.ericsson.se [194.237.142.110]) by hub.freebsd.org (Postfix) with ESMTP id 1A0361537B for ; Fri, 29 Oct 1999 14:14:03 -0700 (PDT) (envelope-from usenet@erix.ericsson.se) Received: from super.du.uab.ericsson.se (root@super.du.uab.ericsson.se [134.138.176.16]) by penguin.wise.edt.ericsson.se (8.9.3/8.9.3/WIREfire-1.5) with ESMTP id XAA20273 for ; Fri, 29 Oct 1999 23:14:02 +0200 (MET DST) Received: from news.du.uab.ericsson.se (news [134.138.176.24]) by super.du.uab.ericsson.se (8.9.3/8.9.3/erix-1.7) with ESMTP id XAA28128 for ; Fri, 29 Oct 1999 23:14:01 +0200 (MET DST) Received: (from news@localhost) by news.du.uab.ericsson.se (8.9.1b+Sun/8.9.1/news-1.1) id XAA22751 for freebsd-questions@freebsd.org; Fri, 29 Oct 1999 23:14:00 +0200 (MET DST) Received: from GATEWAY by news with netnews for freebsd-questions@freebsd.org (freebsd-questions@freebsd.org) To: freebsd-questions@freebsd.org Date: 29 Oct 1999 23:13:54 +0200 From: Kent Boortz Message-ID: Organization: Ericsson Telecom AB, Stockholm, Sweden Content-Type: text/plain; charset=us-ascii Subject: GramoFile port Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I tried to port the Linux sound program GramoFile but failed. The source was found at http://cardit.et.tudelft.nl/~card06/ It was easy to make it compile and link, mostly changing to , but the System V shared memory and semaphores failes when trying to play some sound. A call to semget(IPC_PRIVATE, SEMMSL, IPC_EXCL | IPC_CREAT | 0600)) fails with the error "No space left on device". I tried to use a smaller value for SEMMSL but it did not help. Any hints? I have set options SYSVSHM # System V Interface options SYSVMSG options SYSVSEM in the kernel config and I run FreeBSD 3.3-STABLE #0: Sun Oct 10 00:45:08 CEST 1999 kent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message