From owner-freebsd-questions Tue Mar 18 22:11:42 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA08707 for questions-outgoing; Tue, 18 Mar 1997 22:11:42 -0800 (PST) Received: from lisa.supersex.com (lisa.supersex.com [209.5.1.2]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA08698 for ; Tue, 18 Mar 1997 22:11:31 -0800 (PST) Received: (from leo@localhost) by lisa.supersex.com (8.8.5/8.8.5) id BAA23229; Wed, 19 Mar 1997 01:10:50 -0500 (EST) Date: Wed, 19 Mar 1997 01:10:50 -0500 (EST) From: Leo Papandreou To: questions@freebsd.org Subject: re: CyberCash Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk As an addendum to my original question, the problem is almost certainly related to the RAIMA database functions used by CyberCash. The software fails when one of its component bsdi binaries, sem_lm (probably stands for something like semaphore lock manager), catches a SIGSYS and dumps core. That would be an unimplemented system call, am I right? Raima code is statically linked and announces itself as Database Lock Manager for UNIX SYSV (LMC_SEMAPHORE) I remade the kernel (2.2-RELEASE) with the SYSV IPC options but I never remade any libraries. Should have I? Am I missing something obvious or should I download linux which - surprise, surprise - is supported? Thanks for any help.