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

[Xen-users] Xen 3.0.4 +HVM Linux +NIC problem

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Xen 3.0.4 +HVM Linux +NIC problem
From: "Nagy Zoltán Márk" <moho.jojo@xxxxxxxxx>
Date: Tue, 3 Apr 2007 14:09:32 +0200
Delivery-date: Tue, 03 Apr 2007 05:08:43 -0700
Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=fo4lihCiK1ET1JiTTm6gzRb1p0sj/2ph4uxSNi7SQkQ0JA9/gRe7HRUX64Iol3ZzNYjEXLe4XpWD/7xzaGKz2x8H7hhoqto3o3m1nv2sOopny5RYiBh2JrGjJmGrzsDnuuChOe8vFdXmG5xvj8jK7JVed/F9lyBzhXb9WjZ70XU=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=lh+eeNb8gB4bFDpgwycz3RXQJHm0WhDE/+qwpZYNrLnwN4uTUGvZpfLyme9z9zlTF7HRfAwj00xrmxj9qzqjuaG7tVFiOOCVR+waO/BMWPfawe84AuA5insoFuaH5TQo33hnjfnZHn53/2aRH7ub/yLETXbmKOFI8WwV3HwJuBY=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi everyone!

I have installed the Xen 3.0.4 onto a Dell server.
The processor included in the server supports the HVM.
I have made a linux domain which works just fine in HVM.
The only problem with it is that with every startup the name of the NIC changes.
At the first startup its name was eth0 and now it says eth7, but i
always want it with the name eth0.

I can send the config if needed.

import os, re
arch = os.uname()[4]
if re.search('64', arch):
   arch_libdir = 'lib64'
else:
   arch_libdir = 'lib'

kernel = "/usr/lib/xen/boot/hvmloader"
builder='hvm'
memory = 512
shadow_memory = 8
name = "linux"
vcpus=1
pae=1
acpi=1
apic=1
vif = [ 'type=ioemu, bridge=xenbr0, vifname=vif1.0' ]
#i have tried without vifname=vif1.0.

disk = [ 'phy:/dev/xen_vg/test_root,ioemu:hda,w' ,
'file:/usr/local/iso/debian-testing-i386-netinst.iso,hdc:cdrom,r' ]

device_model = '/usr/' + arch_libdir + '/xen/bin/qemu-dm'
boot="c"
sdl=1
vnc=1

Best regards,
mark

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

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