Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 05 Aug 1997 12:03:17 +0200
From:      Marc van Kempen <marc@bowtie.nl>
To:        emulation@freebsd.org
Subject:   Re: semget in linux emulation? 
Message-ID:  <199708051003.MAA05273@nietzsche.bowtie.nl>
In-Reply-To: marc's message of Tue, 05 Aug 1997 11:22:13 %2B0200. <199708050922.LAA04626@nietzsche.bowtie.nl> 

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> 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????
> 
Grrr, I hate to follow up on my own emails, but this
is ofcourse about semaphores and not about shared memory
calls, both of which have been config'ed in the kernel:

options         SYSVSHM
options         SYSVSEM
options         SYSVMSG
options         SHMMAXPGS=4096
options         "SHMSEG=128"


> If so, is anyone working on fixing this? Or, how difficult
> is it to add?
> 

----------------------------------------------------
Marc van Kempen                 BowTie Technology     
Email: marc@bowtie.nl            WWW & Databases
tel. +31 40 2 43 20 65         
fax. +31 40 2 44 21 86         http://www.bowtie.nl
----------------------------------------------------






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