From owner-freebsd-emulation@FreeBSD.ORG Sun Apr 12 14:16:20 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 27BFA106566C for ; Sun, 12 Apr 2009 14:16:20 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id D628F8FC19 for ; Sun, 12 Apr 2009 14:16:19 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 4003D1E000DC; Sun, 12 Apr 2009 16:16:21 +0200 (CEST) Received: from triton.kn-bremen.de (noident@localhost [127.0.0.1]) by triton.kn-bremen.de (8.14.3/8.14.3) with ESMTP id n3CEFDEL025539; Sun, 12 Apr 2009 16:15:13 +0200 (CEST) (envelope-from nox@triton.kn-bremen.de) Received: (from nox@localhost) by triton.kn-bremen.de (8.14.3/8.14.3/Submit) id n3CEFDCf025538; Sun, 12 Apr 2009 16:15:13 +0200 (CEST) (envelope-from nox) Date: Sun, 12 Apr 2009 16:15:13 +0200 (CEST) From: Juergen Lock Message-Id: <200904121415.n3CEFDCf025538@triton.kn-bremen.de> To: rdivacky@freebsd.org X-Newsgroups: local.list.freebsd.emulation In-Reply-To: <20090411192326.GA73059@freebsd.org> References: <22999502.post@talk.nabble.com> <22999521.post@talk.nabble.com> Organization: home 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 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 14:16:20 -0000 In article <20090411192326.GA73059@freebsd.org> you write: >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 Hmm thats news to me, can you elaborate? Is this something that only affects head? Surprised... Juergen (who has kqemu running fine with ule since 7.1 at least)