WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] cant start hvm because of ioemu network device.

To: Joris Dobbelsteen <Joris@xxxxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-users] cant start hvm because of ioemu network device.
From: Ori <ori@xxxxxxxxxxxxx>
Date: Tue, 19 Feb 2008 09:23:50 +0200
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Fri, 22 Feb 2008 07:24:09 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <E4953B65D9E5054AA6C227B410C56AA9C380@xxxxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Organization: Radix
References: <200802140349.01912.ori@xxxxxxxxxxxxx> <E4953B65D9E5054AA6C227B410C56AA9C380@xxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: KMail/1.9.7
I just solved the issue by myself.
Digging in the Qemu logs I've found something like "tap0 unknown interface"
Apparently the tun kernel module was missing, after loading it everything 
works fine.
X logs are quite messy and xm's error messages are not really helpful.

I'm using Xen 3.2.0 on Gentoo as well. kernel 2.6.20-r6
it works nice also I had a lockup once but I think it's related to NFSv4
Right now happily running 4 domUs and some of them are HVM.
Thank you for your interest.
Ori.

On Tuesday, 19 בFebruary 2008 02:49:55 Joris Dobbelsteen wrote:
> Which Xen version are you using?
> Which distribution are you running on dom0?
>
> I had a similar problem with Gentoo using Xen 3.2.0. The HVMs did not
> work, so I quickly reverted back to 3.1.2 (from backup). Did not look
> any futher into it...
>
> If you provide more information about your setup, other are better able
> to help you.
>
> - Joris
>
> >-----Original Message-----
> >From: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
> >[mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Ori
> >Sent: Thursday, 14 February 2008 2:49
> >To: xen-users@xxxxxxxxxxxxxxxxxxx
> >Subject: [Xen-users] cant start hvm because of ioemu network device.
> >
> >Hello.
> >I'm trying to set up hvm for linux or windows.
> >I start with a very simple configuration without disks at all.
> >but the virtual machine does boot or even "power up".
> >If i remove the ioemu from the network device and specify
> >type=brige or type=route everything goes fine, the boot
> >process is starting but then I cant get network working in the guest.
> >
> >----------------------------
> >import os, re
> >arch = os.uname()[4]
> >if re.search('64', arch):
> >    arch_libdir = 'lib64'
> >else:
> >    arch_libdir = 'lib'
> >kernel = "/usr/lib64/xen/boot/hvmloader"
> >builder='hvm'
> >memory = 128
> >name = "xptest"
> >disk = [
> >        'file:/tmp/install-amd64-minimal-2007.0.iso,hdc:cdrom,r'
> >        ]
> >vif = [ 'type=ioemu, mac=00:16:3d:aa:b0:11, bridge=xenbr0' ]
> >--------------------------------
> >
> >the result:
> >
> >Name                                        ID   Mem VCPUs
> > State
> >Time(s)
> >Domain-0                                     0  1480     2
> >r-----     36.9
> >fwh                                          1   384     1
> >-b----     14.5
> >xptest                                       2   128     1
> >------      0.0
> >
> >
> >I'll appreciate any help.
> >
> >_______________________________________________
> >Xen-users mailing list
> >Xen-users@xxxxxxxxxxxxxxxxxxx
> >http://lists.xensource.com/xen-users



_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>