From owner-freebsd-stable Wed May 15 6:16:28 2002 Delivered-To: freebsd-stable@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id F3C0537B400 for ; Wed, 15 May 2002 06:16:25 -0700 (PDT) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 15 May 2002 14:16:24 +0100 (BST) Date: Wed, 15 May 2002 14:16:24 +0100 From: David Malone To: Fred Gilham Cc: freebsd-stable@FreeBSD.ORG Subject: Re: shortcoming in linux emulation Message-ID: <20020515131624.GA29055@walton.maths.tcd.ie> References: <200205150014.g4F0EqZ4017752@quarter.csl.sri.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200205150014.g4F0EqZ4017752@quarter.csl.sri.com> User-Agent: Mutt/1.3.25i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, May 14, 2002 at 05:14:52PM -0700, Fred Gilham wrote: > When I try to run an example, instead of a window popping up I get the > following: > > linux: 'ipc' typ=258 not implemented > > It's accompanied by lisp reporting a segmentation violation, though I > suppose that's just an artifact. > > Is it likely that this will be fixed? This seems to be a 64 bit linux IPC operation, which should be easy enough to emulate (src/sys/compat/linux/linux_ipc.c would have to learn about the new structures). I dunno if anyone has plans to implement it at the moment, but I'd say you won't have to wait too long. David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message