Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!simtel!oleane!tank.news.pipex.net!pipex!dispatch.news.demon.net!demon!palmer.demon.co.uk!palmer.demon.co.uk!not-for-mail From: gary@palmer.demon.co.uk (Gary Palmer) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: test&set? Semaphores? Date: 19 Oct 1995 21:02:02 +0100 Organization: none Lines: 15 Message-ID: <466arq$1bm@palmer.demon.co.uk> References: <460ivi$3j9@netnews.upenn.edu> NNTP-Posting-Host: pc.my.org X-NNTP-Posting-Host: palmer.demon.co.uk In article <460ivi$3j9@netnews.upenn.edu>, Darrel Herbst <dherbst@gradient.cis.upenn.edu> wrote: >Doing a man -k with semaphore points me to the System V IPC -- but >ipcs tells me that SysV IPC is not enabled on my machine -- is it a >separate package, and is that what I should be looking for? You need to recompile your kernel. Look in /sys/i386/conf/LINT for descriptions of the various options available to enable SYS V IPC. Note: AFAIK, the FreeBSD SYS V IPC implimentation is NOT complete. You may have problems. Gary