SUMMARY: ipcs and semaphores

From: Eric Dodson (eric@iqsc.com)
Date: Tue Jul 09 1996 - 00:59:06 CDT


Looks like the answer to my problem was on the Solaris 2 FAQ
http://www.fwi.uva.nl/pub/solaris/solaris.

The answer that works in my situation was that the ipc facilities
are loaded only when they are needed (part of Solaris' dynamic
kernel modification).

You can force them to load as well by adding these lines to
/etc/system:

forceload: sys/msgsys
forceload: sys/semsys
forceload: sys/shmsys

Thanks again.



This archive was generated by hypermail 2.1.2 : Fri Sep 28 2001 - 23:11:04 CDT