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

[Xen-bugs] [Bug 62] Losing network when xend started

To: xen-bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-bugs] [Bug 62] Losing network when xend started
From: bugzilla-daemon@xxxxxxxxxxxxxxxxxxx
Date: Fri, 17 Jun 2005 09:05:05 +0000
Delivery-date: Fri, 17 Jun 2005 09:05:09 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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>
Sender: xen-bugs-bounces@xxxxxxxxxxxxxxxxxxx
http://bugzilla.xensource.com/cgi-bin/bugzilla/show_bug.cgi?id=62





------- Additional Comments From ian.pratt@xxxxxxxxxxxx  2005-06-17 09:05 
-------
Hmm, I'll take a guess at the problem:

The /etc/xen/network script executes the following lines, which I'm guessing 
are 
responsible for the messages.
        ifconfig ${netdev} -arp down
        ifconfig ${netdev} hw ether fe:ff:ff:ff:ff:ff up

I wander whether there's a race between the interface coming fully back up, and 
being added to the bridge. I'd have thought it shouln't matter whether auto 
negotatiation etc had completed before the 'brctl add', but perhaps there's 
something weird about the e1000. It might be something as daft as the bridge's 
attempt to switch the interface to promiscuous mode being lost if the card is 
part way through auto neg.

Please could you try adding a 'promisc' to the 'up' line above.
Alternatively, you could try adding a delay, but there's not really any such 
thing as a safe delay as autoneg can take ages with some switches.

I guess we could poll once a second for 10s to see if the interface goes up, 
else continue anyway and hope for the best.







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