Date: Thu, 04 Mar 1999 13:16:27 +0100 From: Marcel Moolenaar <marcel@scc.nl> To: Carl Makin <carl@xena.IPAustralia.gov.au> Cc: stable@freebsd.org Subject: Re: Linux emulation failures under 3.1-STABLE. Message-ID: <36DE799B.3794FE8B@scc.nl> References: <Pine.BSF.4.05.9903041435100.946-100000@newton.aipo.gov.au>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?36DE799B.3794FE8B>