From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KlPlO-0001O4-3W for qemu-devel@nongnu.org; Thu, 02 Oct 2008 11:06:46 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KlPlM-0001Nm-Lh for qemu-devel@nongnu.org; Thu, 02 Oct 2008 11:06:45 -0400 Received: from [199.232.76.173] (port=58210 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KlPlM-0001Nj-EZ for qemu-devel@nongnu.org; Thu, 02 Oct 2008 11:06:44 -0400 Received: from ti-out-0910.google.com ([209.85.142.185]:46627) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KlPlL-0003nG-R9 for qemu-devel@nongnu.org; Thu, 02 Oct 2008 11:06:44 -0400 Received: by ti-out-0910.google.com with SMTP id y6so512401tia.18 for ; Thu, 02 Oct 2008 08:06:42 -0700 (PDT) Message-ID: Date: Thu, 2 Oct 2008 22:06:41 +0700 From: "Mulyadi Santosa" Subject: Re: [Qemu-devel] Problem on QEMU that doesn't exist on VMware In-Reply-To: <48E1F2AB.5010703@h3g.it> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <48E1F2AB.5010703@h3g.it> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: marco.canto.con@h3g.it, qemu-devel@nongnu.org On Tue, Sep 30, 2008 at 4:34 PM, Marco Canto wrote: > Hi All, > I'm running ubuntu at 64bit on a quadcore Q6600. > > I need to install on my qemu, compiled from svn yesterday, a 64bit redhat > (rhel4 AS update 3) and after Veritas volume manager. > > I haven't problem to install redhat at 64bit. > > After when I install the Veritas volume manager packages I have a bad > surprise, on qemu I can't start a kernel module compiled for my kernel > version 2.6.9-34.EL : > insmod /etc/vx/kernel/vxdmp.ko.2.6.9-34.EL ++ '[' 1 -eq 0 ']' ++ error_load > vxdmp ++ echo 'Error in loading module "vxdmp". See documentation.' Error in > loading module "vxdmp". See documentation. ++ return 1 are you running x86_64 emulation of qemu? and does vmware also emulate x86_64? quite possible you ran x86_64 qemu system emulation and your Veritas package doesn't support it. regards, Mulyadi.