From owner-freebsd-emulation@FreeBSD.ORG Sat Apr 11 19:24:39 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 72E611065670 for ; Sat, 11 Apr 2009 19:24:39 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (77-93-215-190.static.masterinter.net [77.93.215.190]) by mx1.freebsd.org (Postfix) with ESMTP id 2B9F28FC0C for ; Sat, 11 Apr 2009 19:24:38 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 73EC89CB074; Sat, 11 Apr 2009 21:23:38 +0200 (CEST) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (lev.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XFjZyHQ58VOX; Sat, 11 Apr 2009 21:23:26 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 4F3489CB10C; Sat, 11 Apr 2009 21:23:26 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.3/8.14.3/Submit) id n3BJNQ5m073207; Sat, 11 Apr 2009 21:23:26 +0200 (CEST) (envelope-from rdivacky) Date: Sat, 11 Apr 2009 21:23:26 +0200 From: Roman Divacky To: jtidwell Message-ID: <20090411192326.GA73059@freebsd.org> References: <22999502.post@talk.nabble.com> <22999521.post@talk.nabble.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <22999521.post@talk.nabble.com> User-Agent: Mutt/1.4.2.3i Cc: 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: Sat, 11 Apr 2009 19:24:40 -0000 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