John Levon wrote:
On Wed, Oct 07, 2009 at 12:53:01PM -0400, Mark Johnson wrote:

xvm 3.3.2 is affected by well known bug view CS 19740 (xen-3.4-testing.hg).
Failure to startup DomUs with timeout=0

--- pygrub-xen341 2009-08-17 22:22:29.000000000 +0300
+++ pygrub 2009-08-19 18:39:17.000000000 +0300
@@ -447,7 +447,7 @@
# So we may come here even after a key has been pressed.
# Check both timeout and mytime to avoid exiting
# when we shouldn't.
- if timeout != -1 and mytime >= int(timeout):
+ if mytime >= int(timeout):
self.isdone = True
break
else:

Thanks Boris... I'll see if can get the fix integrated into b126.
We already have integrated a fix for this one...
   xen.hg/.hg/patches/curses-timeout-workaround

Isn't the problem that this was merged, caused this problem, and then
got reverted upstream? I'm not sure what the issue is exactly though.

oh, your right.... I believe the bug was if timeout=0, you never
exited pygrub.







MRJ

_______________________________________________
xen-discuss mailing list
xen-discuss@opensolaris.org

Reply via email to