From owner-freebsd-ports@FreeBSD.ORG Thu Jun 2 18:36:23 2005 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7918E16A41C for ; Thu, 2 Jun 2005 18:36:23 +0000 (GMT) (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 3278243D49 for ; Thu, 2 Jun 2005 18:36:20 +0000 (GMT) (envelope-from nox@saturn.kn-bremen.de) Received: from gwyn.kn-bremen.de (gwyn [127.0.0.1]) by gwyn.kn-bremen.de (8.12.9/8.12.9/Debian-5) with ESMTP id j52IZXI9031095; Thu, 2 Jun 2005 20:35:33 +0200 Received: from saturn.kn-bremen.de (uucp@localhost) by gwyn.kn-bremen.de (8.12.9/8.12.8/Debian-1) with UUCP id j52IZXp2031093; Thu, 2 Jun 2005 20:35:33 +0200 Received: (from nox@localhost) by saturn.kn-bremen.de (8.11.4/8.8.5) id j52IUHs09001; Thu, 2 Jun 2005 20:30:17 +0200 (CEST) From: Juergen Lock Date: Thu, 2 Jun 2005 20:30:16 +0200 To: Osmany Guirola Cruz Message-ID: <20050602203016.B8503@saturn.kn-bremen.de> Mail-Followup-To: Osmany Guirola Cruz , ports@FreeBSD.org References: <1117616954.38284.21.camel@draco.cigb.edu.cu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i In-Reply-To: <1117616954.38284.21.camel@draco.cigb.edu.cu> Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: qemu-0.7.0s200528 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jun 2005 18:36:23 -0000 On Wed, Jun 01, 2005 at 09:09:13AM +0000, Osmany Guirola Cruz wrote: > Hi > I installed qemu recently and saw some errors during the installation and running the program > . > i installed the port with > %make WITH_KQEMU=yes install clean > but the kqemu.ko was not installed then i do make WITH_KQEMU=yes install without cleaning and copy > the kqemu.ko file to my home :-( and load it as root.. Thats weird, it installs into /boot/kernel here no problem. > the first time i run qemu the module was not loaded and see a warning "/dev/kqemu does not exist" i do > and installation of winXP and was very very very SLOW. and running the OS was SLOW too. > the i storp qemu load the module and run qemu again but after a few seconds during the boot proccess qemu freeze > i do a top to see the status of the proccess and get this > > 45558 osmany 76 0 281M 75008K WAIT 0:24 0.00% 0.00% qemu > > i try to kill -9 45558 > close the qemu window with the mouse with ctrl-c a try everithing > the only way is reseting the machine :-( because the process never die > of course i can't unload the module because qemu was using it. > > the problem is that without kqemu qemu it's very slow and with kqemu does not work > What can i do, this is normal or i have to do EXTRA tunning on my system to use qemu without problems No there is no extra tuning required. Maybe it doesnt like that particular version of XP, dunno... OTOH this is the first time I've read of a problem like this, you could post on qemu-devel if anyone else has seen something like it. (I myself have only tried free OSes on (k)qemu and had no such troubles yes.) Sorry that I don't have an immediate solution, Juergen