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 1666] xen 4.0.1 guests losing network connectivity

To: xen-bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-bugs] [Bug 1666] xen 4.0.1 guests losing network connectivity
From: bugzilla-daemon@xxxxxxxxxxxxxxxxxxx
Date: Thu, 14 Oct 2010 02:29:15 -0700
Delivery-date: Thu, 14 Oct 2010 02:29:24 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <bug-1666-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/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/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=1666





------- Comment #1 from hairyairey@xxxxxxxxxxxxxx  2010-10-14 02:29 -------
I have a workaround to this bug now which is to use pygrub to boot the
2.6.32-5-amd64 kernel. However before doing that the
/usr/lib/xen-4.0/bin/pygrub file needs altering:

import os, sys, string, struct, tempfile, re
sys.path.insert(1, sys.path[0] + '/../lib/python')
import copy
import logging
import platform

import curses, _curses, curses.wrapper, curses.textpad, curses.ascii
import getopt

#sys.path.insert(1, sys.path[0] + '/../lib/python')

ie, the sys.path.insert line has to occur earlier in the file otherwise it
won't boot anything.


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