Xref: utzoo comp.unix.questions:12284 comp.unix.wizards:15102 Path: utzoo!attcan!uunet!auspex!guy From: guy@auspex.UUCP (Guy Harris) Newsgroups: comp.unix.questions,comp.unix.wizards Subject: Re: Sys V Message Queue Question Keywords: message queues, system V, suns, msgget, msgsnd, msgrcv Message-ID: <1179@auspex.UUCP> Date: 18 Mar 89 22:14:46 GMT References: <858@dinl.mmc.UUCP> Reply-To: guy@auspex.UUCP (Guy Harris) Followup-To: comp.unix.questions Organization: Auspex Systems, Santa Clara Lines: 15 >Is it a sysgen parameter that needs to be changed to allow >message queues? There is such a sysgen parameter; you have to put options IPCMESSAGE into your config file. The "GENERIC" config file has that, along with options IPCSEMAPHORE options IPCSHMEM but the other Sun-supplied config files do not. Make sure the kernel on all the machines in question was configured with the S5 IPC feature(s) you want; if not, change the config file and rebuild the kernel.