From owner-freebsd-stable Thu Mar 4 4:18:19 1999 Delivered-To: freebsd-stable@freebsd.org Received: from gaia.euronet.nl (gaia.euronet.nl [194.134.0.10]) by hub.freebsd.org (Postfix) with ESMTP id 835AB14E9E for ; Thu, 4 Mar 1999 04:16:49 -0800 (PST) (envelope-from marcel@scc.nl) Received: from scones.sup.scc.nl (i133.ztm.euronet.nl [194.134.112.94]) by gaia.euronet.nl (8.8.8/8.8.8) with ESMTP id NAA17014; Thu, 4 Mar 1999 13:16:31 +0100 (MET) Received: from scc.nl (scones.sup.scc.nl [192.168.2.4]) by scones.sup.scc.nl (8.9.2/8.9.1) with ESMTP id NAA25178; Thu, 4 Mar 1999 13:16:28 +0100 (CET) (envelope-from marcel@scc.nl) Message-ID: <36DE799B.3794FE8B@scc.nl> Date: Thu, 04 Mar 1999 13:16:27 +0100 From: Marcel Moolenaar Organization: SCC vof X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 3.1-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Carl Makin Cc: stable@freebsd.org Subject: Re: Linux emulation failures under 3.1-STABLE. References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Carl Makin wrote: > 1641 dsm CALL linux_ipc(0x17,0,0x460,0x780,0) > 1641 dsm RET linux_ipc 65537/0x10001 > 1641 dsm CALL linux_ipc(0x15,0x10001,0,0xefbfcdcc,0) > 1641 dsm RET linux_ipc 0 > 1641 dsm CALL linux_ipc(0x2,0,0x2,0x380,0) > 1641 dsm PSIG SIGSYS SIG_DFL > 1641 dsm NAMI "dsm.core" linux_ipc is implemented. The failing syscall [linux_ipc(0x2,...)] has to to with semaphores (semget). You do have ``options SYSVSEM'' in your kernel config file? The generic kernel only has options SYSVSHM and SYSVMSG. marcel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message