On Thu, 31 Aug 2000, Chris Cuzner wrote:

> msgget failed, errno is 28

>From the man page for msgget:

[ENOSPC]           A new message queue could not be created because the
                   system limit for the number of message queues has been
                   reached.

What happens when you run ipcs? If there are a lot of queues that probably
aren't in use you can get rid of them with ipcrm -q <id>.

Andrew



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to