14 messages in com.xensource.lists.xen-develRe: [Xen-devel] BUG? domu network in...
FromSent OnAttachments
Michal Ostrowski30 Aug 2005 17:23 
Keir Fraser31 Aug 2005 01:00 
Ted Kaczmarek31 Aug 2005 04:44 
Ian Pratt31 Aug 2005 05:01 
Michal Ostrowski31 Aug 2005 05:42 
Ted Kaczmarek31 Aug 2005 06:11 
Christian Limpach31 Aug 2005 06:53 
Hien Nguyen31 Aug 2005 07:59 
Ted Kaczmarek31 Aug 2005 08:09 
Michal Ostrowski31 Aug 2005 08:23 
Nivedita Singhvi31 Aug 2005 09:03 
Hien Nguyen31 Aug 2005 09:56 
Hien Nguyen31 Aug 2005 15:07 
Michal Ostrowski01 Sep 2005 19:26 
Subject:Re: [Xen-devel] BUG? domu network interface configuration
From:Ted Kaczmarek (ted@optonline.net)
Date:08/31/2005 04:44:46 AM
List:com.xensource.lists.xen-devel

On Wed, 2005-08-31 at 09:00 +0100, Keir Fraser wrote:

On 31 Aug 2005, at 01:24, Michal Ostrowski wrote:

- 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).

The changes to xenbus mean that we call vif up/down via hotplug, and our hotplug script is hardcoded to call the bridge script. Probably it ought to pull stuff out of xenstore to work out what to do, but that's not implemented right now.

One fix would be for you to just hack the hotplug script. Another, slightly better, way would be to grep around in xend's config script to find out what script should be run, and call that. We might even take that as an interim patch.

-- Keir

Any idea when this would be implemented?

Regards, Ted