From owner-freebsd-hackers Sun Apr 9 14:41:57 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA16904 for hackers-outgoing; Sun, 9 Apr 1995 14:41:57 -0700 Received: from ibp.ibp.fr (ibp.ibp.fr [132.227.60.30]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id OAA16897 for ; Sun, 9 Apr 1995 14:41:53 -0700 From: Remy.Card@masi.ibp.fr Received: from blaise.ibp.fr (blaise.ibp.fr [132.227.60.1]) by ibp.ibp.fr (8.6.12/jtpda-5.0) with ESMTP id XAA22714 ; Sun, 9 Apr 1995 23:42:42 +0200 Received: from (uucp@localhost) by blaise.ibp.fr (8.6.12/jtpda-5.0) with UUCP id XAA14887 ; Sun, 9 Apr 1995 23:41:27 +0200 Received: (card@localhost) by bbj.ibp.fr (8.6.9/bbj-1.0) id XAA00331; Sun, 9 Apr 1995 23:41:58 GMT Message-Id: <199504092341.XAA00331@bbj.ibp.fr> Subject: Re: Installing Lites 1.1 To: hosokawa@mt.cs.keio.ac.jp (HOSOKAWA Tatsumi) Date: Sun, 9 Apr 1995 23:41:54 +0000 () Cc: freebsd-hackers@FreeBSD.org In-Reply-To: <199504091955.EAA00250@vivian.mt.cs.keio.ac.jp> from "HOSOKAWA Tatsumi" at Apr 10, 95 04:55:49 am X-Mailer: ELM [version 2.4 PL23beta2] Content-Type: text Content-Length: 1058 Sender: hackers-owner@FreeBSD.org Precedence: bulk > Hi! > > I'm trying to install Lites 1.1 on FreeBSD 2.0R and 950322-SNAP, but > it doesn't boot. > > I used UK02p8 of Mach4 as the MK and installed Lites in the way that > the document "lites-on-freebsd" describes. The "startup" and the > "emulator" are loaded without errors, but later, it hangs with a > message, > > init died > > and down into the kernel debugger. > > I tryed to use mach_init of CMU binary distribution, mach_init of > RT-Mach 3.0 and mach_init of user-22 (it needs some patches to > Makefile.bnr and sources) as the mach_init of Lites, but all my > efforts were in vain. > > Does anyone help me? The bare mach_init from CMU cannot be used with Lites on top of FreeBSD: mach_init tries to exec /etc/init which does not exist on FreeBSD. You have to change the mach_init source to exec /sbin/init instead. > -- > HOSOKAWA, Tatsumi E-mail: hosokawa@mt.cs.keio.ac.jp > WWW homepage: http://www.mt.cs.keio.ac.jp/person/hosokawa.html > Department of Computer Science, Keio University, Yokohama, Japan > Remy