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-devel

[Xen-devel] xen-unstable - vifname="xxx" no longer working ?

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] xen-unstable - vifname="xxx" no longer working ?
From: Bruce Edge <bruce.edge@xxxxxxxxx>
Date: Tue, 14 Sep 2010 10:40:12 -0700
Delivery-date: Tue, 14 Sep 2010 10:41:09 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=PeRKVydv3dzXjkj5mZGykanjduJPav2ClFWUmfZC12k=; b=PMwhh4pROnzinnTCuye2ZEszaaaIP7gbUqhbBss6DSs8JbZu5unN9dcLXLnGCEcVil fn66x0q75G4ojiHM4OGwpl2bA0FCKxiXkoqVQiXN+TTg3E7wLntJ1UAfnlrGVRclP0HI D5DY/KhcWb+rkXdS2Z0MmztdB+Y0oPjhcY8Eo=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=lbAWTh9GHiENuZhGvSTkWateVxyErfLjKmqtaDWLGOy0M7GI/aTBktRak5ruQuRL1x /878sB4AAvKMC8m78CaD9mRw3Oy31UeiTHn7DMA962n5XXEehBYzntv7QQttVrCeeXuD dT7Sgl/mOeKwBmwiV+hnv9k/2fWieoUZybyho=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
This is the vif config line I was using for testing:

vif         = [ 'model = e1000, mac = ' + mac + ',vifname = vif-dpm' ]

and here's what I had to use for unstable:

vif         = [ 'model = e1000, mac = ' + mac  ]

With the 1st line, xen-unstable VM creation would always hang here:

[2010-09-14 10:35:02 1799] DEBUG (DevController:95) DevController:
writing {'protocol': 'x86_64-abi', 'state': '1', 'backend-id': '0',
'backend': '/local/domain/0/backend/console/13/0'} to
/local/domain/13/device/console/0.
[2010-09-14 10:35:02 1799] DEBUG (DevController:97) DevController:
writing {'domain': 'dpm', 'frontend':
'/local/domain/13/device/console/0', 'uuid':
'8490e7a6-1bc0-f28c-6650-b3656a2e3871', 'frontend-id': '13', 'state':
'1', 'location': '2', 'online': '1', 'protocol': 'vt100'} to
/local/domain/0/backend/console/13/0.
[2010-09-14 10:35:02 1799] DEBUG (pciif:460) XendDomainInfo.handleAerStateWatch
[2010-09-14 10:35:02 1799] DEBUG (XendDomainInfo:1881)
XendDomainInfo.handleShutdownWatch
[2010-09-14 10:35:02 1799] DEBUG (DevController:139) Waiting for devices tap2.
[2010-09-14 10:35:02 1799] DEBUG (DevController:139) Waiting for devices vif.
[2010-09-14 10:35:02 1799] DEBUG (DevController:144) Waiting for 0.
[2010-09-14 10:35:02 1799] DEBUG (DevController:628)
hotplugStatusCallback /local/domain/0/backend/vif/13/0/hotplug-status.


As soon as I removed the ",vifname = vif-dpm'" component, it booted OK.

Is it not possible to name interfaces in dom0 with unstable?

Thanks

-Bruce

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] xen-unstable - vifname="xxx" no longer working ?, Bruce Edge <=