Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Sep 1995 14:35:15 -0700
From:      "Justin T. Gibbs" <gibbs@freefall.FreeBSD.org>
To:        Tim Strayer <strayer@lucky.ca.sandia.gov>
Cc:        questions@freebsd.org
Subject:   Re: Shared Memory and ftok() 
Message-ID:  <199509182135.OAA14123@aslan.cdrom.com>
In-Reply-To: Your message of "Mon, 18 Sep 1995 14:18:53 PDT." <9509182118.AA23402@lucky.ca.sandia.gov> 

next in thread | previous in thread | raw e-mail | index | archive | help
>Hello,
>
>I am trying to use shm and ftok on FreeBSD 2.1.0.
>
>The function call "shmget()", when called, produces
>
>   Bad system call (core dumped)
>
>Does shared memory exist in FreeBSD 2.1? Here's the test program
>I used:
Do you have:

options         SYSVSHM

in your kernel config file?  Shared memory is a kernel option that is
not enabled by default.

>Thanks for your help,
>-Tim.
>
>--------------------------------------------------------------------
>W. Timothy Strayer                      Sandia National Laboratories
>Distributed Systems Research             P.O. Box 969, Mailstop 9011
>(510) 294-3671 (OFFICE)                     Livermore, CA 94551-0969
>(510) 294-1225 (FAX)                           strayer@ca.sandia.gov
>

--
Justin T. Gibbs
===========================================
  Software Developer - Walnut Creek CDROM
  FreeBSD: Turning PCs into workstations
===========================================



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199509182135.OAA14123>