From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Mueller Subject: Re: kvm troubles Date: Thu, 24 Dec 2009 11:27:59 +0000 (UTC) Message-ID: References: <9232def20912240303r36d51aaak66122426b833811c@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To: kvm@vger.kernel.org Return-path: Received: from lo.gmane.org ([80.91.229.12]:34518 "EHLO lo.gmane.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752737AbZLXL2a (ORCPT ); Thu, 24 Dec 2009 06:28:30 -0500 Received: from list by lo.gmane.org with local (Exim 4.50) id 1NNlro-0004Fx-UA for kvm@vger.kernel.org; Thu, 24 Dec 2009 12:28:28 +0100 Received: from 80-219-101-10.dclient.hispeed.ch ([80.219.101.10]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 24 Dec 2009 12:28:28 +0100 Received: from thomas by 80-219-101-10.dclient.hispeed.ch with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 24 Dec 2009 12:28:28 +0100 Sender: kvm-owner@vger.kernel.org List-ID: Am Thu, 24 Dec 2009 16:33:38 +0530 schrieb Divick Kishore: > Hi, > I am trying to run qemu with kvm on my machine but with no > success. My system configuration is: > > Debian: 5.0.3 (lenny) > uname -a reports the following: > > Linux divkis01-pc 2.6.26-2-686 #1 SMP Wed Nov 4 20:45:37 UTC 2009 i686 > GNU/Linux > kvm in debian lenny is very outdated. * use backports package linux-image-2.6.30-bpo.2-amd64 (www.backports.org) or * or get kvm-kmod-2.6.32 and compile for your current kernel and * qemu-kvm versions from http://www.corpit.ru/debian/tls/kvm/ (package qemu-kvm_0.11.0+dfsg-1tls_amd64.deb) ( ensure that the old kvm package is gone - aptitude purge kvm ) - Thomas