Xen 
 
Home About Xen.org Xen Xen Summit Wiki Mailing List Bug Tracker Xen Downloads
 
   
 

xen-bugs

[Xen-bugs] [Bug 584] vif-route configures wrong interface for hmx domain

To: xen-bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-bugs] [Bug 584] vif-route configures wrong interface for hmx domains
From: bugzilla-daemon@xxxxxxxxxxxxxxxxxxx
Date: Fri, 8 Dec 2006 07:36:02 -0800
Delivery-date: Fri, 08 Dec 2006 07:37:03 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <bug-584-3@xxxxxxxxxxxxxxxxxxxxxxxxxxx/bugzilla/>
List-help: <mailto:xen-bugs-request@lists.xensource.com?subject=help>
List-id: Xen Bugzilla <xen-bugs.lists.xensource.com>
List-post: <mailto:xen-bugs@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=unsubscribe>
Reply-to: bugs@xxxxxxxxxxxxxxxxxx
Sender: xen-bugs-bounces@xxxxxxxxxxxxxxxxxxx
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=584


hugo-xen@xxxxxxxxxxxxx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hugo-xen@xxxxxxxxxxxxx




------- Comment #1 from hugo-xen@xxxxxxxxxxxxx  2006-12-08 07:36 -------
I'm seeing exactly the same problem with Xen 3.0.3. There's no obvious
parameter being passed to the network scripts to identify what the network
device should be.

My config:

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 = 256
shadow_memory = 8
name = "fc6"
vcpus=1
pae=1
acpi=1
apic=1
vif = [ 'type=ioemu, mac=00:16:3e:17:5e:65, ip=10.16.0.1' ]
disk = [ 'phy:/dev/primary/fc6-64-base,hda,w' ]
device_model = '/usr/local/' + arch_libdir + '/xen/bin/qemu-dm'
boot="dca"
sdl=0
vnc=1
vncdisplay=1
stdvga=0
serial='pty'


-- 
Configure bugmail: 
http://bugzilla.xensource.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-bugs] [Bug 584] vif-route configures wrong interface for hmx domains, bugzilla-daemon <=