|
|
|
|
|
|
|
|
|
|
xen-bugs
[Xen-bugs] [Bug 491] reboot failed in route configuration
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
|
|
|
|
|