Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Sep 2000 09:57:44 +1000 (EST)
From:      andrew@ugh.net.au
To:        Chris Cuzner <ccuzner@targetnet.com>
Cc:        hackers@freebsd.org
Subject:   Re: [ccuzner@targetnet.com: msgget errors]
Message-ID:  <Pine.BSF.4.21.0009010954540.48171-100000@starbug.ugh.net.au>
In-Reply-To: <20000831135556.A64919@targetnet.com>

next in thread | previous in thread | raw e-mail | index | archive | help


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 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?Pine.BSF.4.21.0009010954540.48171-100000>