<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 10/14/2013 12:17 PM, JD wrote:<br>
</div>
<blockquote cite="mid:525C1912.4040908@algoloma.com" type="cite">
<pre wrap="">Are you sure that isn't due to inode exhaustion?</pre>
</blockquote>
<br>
System V IPC doesn't use inodes, it uses memory segments. See
svipc(7). That functionality covers message queues, semaphores and
shared memory segments using the API that is inherited from SVr4 and
formally standardized in POSIX.1-2001.<br>
<br>
While error numbers (such as ENOSPC) are reused throughout the POSIX
APIs, they tend to be used for things that make sense within their
context. Obviously ENOSPC in a call that doesn't work with a
filesystem device means that something else is, well, out of space.
:-)<br>
<br>
— Mike<br>
<br>
<div class="moz-signature">-- <br>
<table border="0">
<tbody>
<tr>
<td> <img src="cid:part1.03060808.03010708@naunetcorp.com"
alt="Naunet Corporation Logo"> </td>
<td> Michael B. Trausch<br>
<br>
President, <strong>Naunet Corporation</strong><br>
☎ (678) 287-0693 x130 or (855) NAUNET-1 x130<br>
FAX: (678) 783-7843<br>
</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>