From owner-freebsd-emulation@FreeBSD.ORG Sun Apr 12 08:58:36 2009 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 92CB6106564A; Sun, 12 Apr 2009 08:58:36 +0000 (UTC) (envelope-from gary.jennejohn@freenet.de) Received: from mout4.freenet.de (mout4.freenet.de [IPv6:2001:748:100:40::2:6]) by mx1.freebsd.org (Postfix) with ESMTP id 2D2708FC12; Sun, 12 Apr 2009 08:58:36 +0000 (UTC) (envelope-from gary.jennejohn@freenet.de) Received: from [195.4.92.19] (helo=9.mx.freenet.de) by mout4.freenet.de with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.69 #91) id 1LsvWM-0001yA-Rr; Sun, 12 Apr 2009 10:58:34 +0200 Received: from tdb60.t.pppool.de ([89.55.219.96]:34861 helo=ernst.jennejohn.org) by 9.mx.freenet.de with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.69 #79) id 1LsvWM-0003Mq-LB; Sun, 12 Apr 2009 10:58:34 +0200 Date: Sun, 12 Apr 2009 10:58:33 +0200 From: Gary Jennejohn To: Roman Divacky Message-ID: <20090412105833.7c553a86@ernst.jennejohn.org> In-Reply-To: <20090411192326.GA73059@freebsd.org> References: <22999502.post@talk.nabble.com> <22999521.post@talk.nabble.com> <20090411192326.GA73059@freebsd.org> X-Mailer: Claws Mail 3.7.1 (GTK+ 2.14.7; amd64-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: jtidwell , freebsd-emulation@freebsd.org Subject: Re: cannot get kqemu to load with kldload X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gary.jennejohn@freenet.de List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Apr 2009 08:58:36 -0000 On Sat, 11 Apr 2009 21:23:26 +0200 Roman Divacky wrote: > On Sat, Apr 11, 2009 at 02:43:52AM -0700, jtidwell wrote: > > > > > > > > jtidwell wrote: > > > > > > Greetings, qemu folk :) > > > > > > I've recently upgraded my FreeBSD box from 6.2 to 7.2. I'm trying to > > > install qemo, but I keep getting stuck at the point where I load kqemu > > > with kldload. The module file exists in /boot/modules, but I get this > > > error every time I try to load: > > > > > > # kldload kqemu > > > kldload: can't load kqemu: No such file or directory > > > > > > # ls /boot/modules > > > kqemu.ko linker.hints rt2500_sys.ko rt61_sys.ko > > > > > > > > > > I forgot to add, I get this error message on the console when i try to load > > the module: > > > > link_elf : symbol sched_lock undefined > > you use ULE, right? try switching to 4BSD... the .ko uses 4BSD specific things, > no idea why > I use ULE and have no problem loading kqemu.ko (8-current). Apr 12 10:36:18 ernst kernel: kqemu version 0x00010400 Apr 12 10:36:18 ernst kernel: kqemu: KQEMU installed, max_locked_mem=2025160kB. --- Gary Jennejohn