From owner-freebsd-stable@FreeBSD.ORG Tue May 13 19:00:49 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 282A11065675 for ; Tue, 13 May 2008 19:00:49 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: from gwyn.kn-bremen.de (gwyn.kn-bremen.de [212.63.36.242]) by mx1.freebsd.org (Postfix) with ESMTP id D49EF8FC0C for ; Tue, 13 May 2008 19:00:48 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: by gwyn.kn-bremen.de (Postfix, from userid 10) id 7D5B02D31F8; Tue, 13 May 2008 20:40:48 +0200 (CEST) Received: from saturn.kn-bremen.de (nox@localhost [127.0.0.1]) by saturn.kn-bremen.de (8.14.2/8.13.8) with ESMTP id m4DIZRcM010015; Tue, 13 May 2008 20:35:27 +0200 (CEST) (envelope-from nox@saturn.kn-bremen.de) Received: (from nox@localhost) by saturn.kn-bremen.de (8.14.2/8.13.6/Submit) id m4DIZQZq010014; Tue, 13 May 2008 20:35:26 +0200 (CEST) (envelope-from nox) Date: Tue, 13 May 2008 20:35:26 +0200 (CEST) From: Juergen Lock Message-Id: <200805131835.m4DIZQZq010014@saturn.kn-bremen.de> To: bakul@bitblocks.com X-Newsgroups: local.list.freebsd.stable In-Reply-To: <20080513045159.1563C5B4B@mail.bitblocks.com> References: Organization: home Cc: freebsd-stable@freebsd.org Subject: Re: kqemu support: not compiled X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 May 2008 19:00:49 -0000 In article <20080513045159.1563C5B4B@mail.bitblocks.com> you write: >On Tue, 13 May 2008 00:18:32 EDT bazzoola wrote: >> >> On May 12, 2008, at 10:20 PM, Bakul Shah wrote: >> >> >> I just cant get kqemu to work on my AMD64 SMP! >> > >> > echo kqemu_enable=YES >> /etc/rc.conf >> > /usr/local/etc/rc.d/kqemu start > >This should probably be described in pkg-message. > >> I looked at the rc script and all it does is kldload aio and kqemu. I >> already have them loaded by default. > >You didn't provide information so I had to guess. > >> This still does not help me with my problem. >> >> I press Ctrl + Alt + 2 >> then I type info kqemu >> I get "kqemu support: not compiled" > >Are you running qemu? It is an i386 emulator and won't use >kqemu on amd64. You need to run qemu-system-x86_64. I know, >this is a bit confusing. I just added notes about these two things to the pkg-message(s)... Juergen