Subject: Seeing semget errors with gramofile package
To: None <netbsd-users@netbsd.org>
From: =?iso-8859-1?Q?james0512?= <james0512@spoonfork.org>
List: netbsd-users
Date: 12/20/2005 18:44:14
Thinking I would have time over the holidays to rip my old vinyl to digital, I built the audio/gramofile package on a NetBSD 2.0/generic kernel system.  When starting the program to record audio to a sound file, I see:

semget: No space left on device [OK]

It looks like there is a limit of 32 semaphores, and I seem to have used them all up:

$ ipcs -s -t -b
Semaphores:
T        ID     KEY        MODE       OWNER    GROUP NSEMS    OTIME    CTIME
s    196608          0 --rw-------      jim    staff    32 no-entry 11:20:15

Did gramofile do this, or did some other program grab the 32 semaphores?

Thanks!
===
Jim