From owner-freebsd-emulation Tue Aug 5 03:19:52 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA04945 for emulation-outgoing; Tue, 5 Aug 1997 03:19:52 -0700 (PDT) Received: from mail12.digital.com (mail12.digital.com [192.208.46.20]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA04940 for ; Tue, 5 Aug 1997 03:19:48 -0700 (PDT) From: garyj@frt.dec.com Received: from cssmuc.frt.dec.com (cssmuc.frt.dec.com [16.186.96.161]) by mail12.digital.com (8.7.5/UNX 1.5/1.0/WV) with SMTP id GAA27502 for ; Tue, 5 Aug 1997 06:14:55 -0400 (EDT) Received: from localhost by cssmuc.frt.dec.com; (5.65v3.2/1.1.8.2/14Nov95-0232PM) id AA20140; Tue, 5 Aug 1997 12:14:54 +0200 Message-Id: <9708051014.AA20140@cssmuc.frt.dec.com> X-Mailer: exmh version 1.6.4 10/10/95 To: emulation@FreeBSD.ORG In-Reply-To: Message from Marc van Kempen of Tue, 05 Aug 97 11:22:13 +0200. Reply-To: gjennejohn@frt.dec.com Subject: Re: semget in linux emulation? Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 05 Aug 97 12:14:54 +0200 X-Mts: smtp Sender: owner-freebsd-emulation@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk marc@bowtie.nl writes: > > Hi, > > I have a Linux application that I want to run on a > 2.2.2 system, but it seems to use shared memory. > I config'ed shared memory in my kernel. > > The application complains about a failing SEMGET, > and when I looked in the linux_ipc.c, the call returns > ENOSYS, does this mean that the semget won't work???? > > If so, is anyone working on fixing this? Or, how difficult > is it to add? > it wants semaphores, not shared memory. Did you compile that in ? --- Gary Jennejohn (work) gjennejohn@frt.dec.com (home) Gary.Jennejohn@munich.netsurf.de (play) gj@freebsd.org