14 messages in com.xensource.lists.xen-devel[Xen-devel] BUG? domu network interf...
FromSent OnAttachments
Michal OstrowskiAug 30, 2005 5:23 pm 
Keir FraserAug 31, 2005 1:00 am 
Ted KaczmarekAug 31, 2005 4:44 am 
Ian PrattAug 31, 2005 5:01 am 
Michal OstrowskiAug 31, 2005 5:42 am 
Ted KaczmarekAug 31, 2005 6:11 am 
Christian LimpachAug 31, 2005 6:53 am 
Hien NguyenAug 31, 2005 7:59 am 
Ted KaczmarekAug 31, 2005 8:09 am 
Michal OstrowskiAug 31, 2005 8:23 am 
Nivedita SinghviAug 31, 2005 9:03 am 
Hien NguyenAug 31, 2005 9:56 am 
Hien NguyenAug 31, 2005 3:07 pm 
Michal OstrowskiSep 1, 2005 7:26 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[Xen-devel] BUG? domu network interface configurationActions...
From:Michal Ostrowski (most@watson.ibm.com)
Date:Aug 30, 2005 5:23:53 pm
List:com.xensource.lists.xen-devel

I have a config file to specify a domU that contains the following:

nics=1 vif = [ 'mac=aa:00:00:00:00:11,ip=9.2.209.165' ]

(The rest of the config is nothing special; sets up kernel arguments for nfsroot.)

- xend is configured to use routing.

- xend.log now contains:

[2005-08-30 15:14:01 xend] ERROR (XendDomainInfo:434) ['vif', ['mac',
'aa:00:00:00:00:11'], ['ip', '9.2.209.165']] [2005-08-30 15:14:01 xend] ERROR (XendDomainInfo:454) aa:00:00:00:00:11

- vif-route has never been called, so the domain's networking doesn't come up, even though the domain runs.

- this same configuration was working prior to an update this afternoon (previous snapshot was from last Thursday).