Xen 
 
Home About Xen.org Xen Xen Summit Wiki Mailing List Bug Tracker Xen Downloads
 
   
 

xen-bugs

[Xen-bugs] [Bug 491] reboot failed in route configuration

To: xen-bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-bugs] [Bug 491] reboot failed in route configuration
From: bugzilla-daemon@xxxxxxxxxxxxxxxxxxx
Date: Thu, 26 Jan 2006 00:56:46 +0000
Delivery-date: Thu, 26 Jan 2006 01:12:23 +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>
Reply-to: bugs@xxxxxxxxxxxxxxxxxx
Sender: xen-bugs-bounces@xxxxxxxxxxxxxxxxxxx
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=491





------- Additional Comments From wenshengwang@xxxxxxxxx  2006-01-26 00:56 
-------
if I add these line to /usr/lib/python/xen/xend/server/netif.py
after line 90
-------------------------
            for i in range(len(ipaddr)):
                if ipaddr[i] and type(ipaddr[i]) == type([]):
                    ipaddr[i]=ipaddr[i][0]
----------------------------

after a "xend restart", reboot now worked.

But I guess we need to figure out why it become a list instead of string.

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