Date: 31 Oct 1999 00:26:11 +0200 From: Kent Boortz <kent@erix.ericsson.se> To: freebsd-hackers@freebsd.org Subject: semaphores/semget problem Message-ID: <d2n1t0bi4c.fsf@erix.ericsson.se>
next in thread | raw e-mail | index | archive | help
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 <curses.h> to
<ncurses.h>, and -lcurses to -lncurses. But creating the System V
semaphores fails 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 about what can be the cause of this problem? 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-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?d2n1t0bi4c.fsf>
