Rick Gonzalez
2006-Jun-21 16:50 UTC
[Xen-devel] Daily Xen-HVM Build Testing: cs10470: broken
Hardware: x460 - 32bit and 64bit dom0 boots fine. - 32bit and 64bit hvm guests do not boot at all. the get in a pause state. - dom0 crashes when I issue the following command "xm destroy <id>" - no error messages are displayed with "xm dmesg" or "dmesg" on dom0. I need to hookup a console to get debug information. Investigation further. ------------------------ Rick Gonzalez Linux Technology Center IBM Corporation Phone#: 512-838-0623 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Nakajima, Jun
2006-Jun-21 17:05 UTC
RE: [Xen-devel] Daily Xen-HVM Build Testing: cs10470: broken
Yes, we are observing the same problem. Our team is saying it would work if the changeset 10454 "Add support to Xend XML-RPC server for HTTP/1.1 Keep-Alive" is backed out. Looks like the newly created HVM guest is placed into the pause state. If we do xm unpause, it starts running. Jun --- Intel Open Source Technology Center -----Original Message----- From: xen-devel-bounces@lists.xensource.com [mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of Rick Gonzalez Sent: Wednesday, June 21, 2006 9:51 AM To: Xen Developers Subject: [Xen-devel] Daily Xen-HVM Build Testing: cs10470: broken Hardware: x460 - 32bit and 64bit dom0 boots fine. - 32bit and 64bit hvm guests do not boot at all. the get in a pause state. - dom0 crashes when I issue the following command "xm destroy <id>" - no error messages are displayed with "xm dmesg" or "dmesg" on dom0. I need to hookup a console to get debug information. Investigation further. ------------------------ Rick Gonzalez Linux Technology Center IBM Corporation Phone#: 512-838-0623 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Anthony Liguori
2006-Jun-21 18:28 UTC
Re: [Xen-devel] Daily Xen-HVM Build Testing: cs10470: broken
Does xm create return? Can you liberally sprinkle xen/xm/create.py:make_domain() with print''s to figure out where the exception is being generated? I''ve seen the RPC''s for HVM domain creation exhibit strange behavior with not closing the connection (for HTTP/1.0). I believe this is due to a bug somewhere in the HVM create path (probably when it spawns off qemu-dm -- not properly daemonizing it). Regards, Anthony Liguori Nakajima, Jun wrote:> Yes, we are observing the same problem. Our team is saying it would work > if the changeset 10454 "Add support to Xend XML-RPC server for HTTP/1.1 > Keep-Alive" is backed out. > > Looks like the newly created HVM guest is placed into the pause state. > If we do xm unpause, it starts running. > > Jun > --- > Intel Open Source Technology Center > > -----Original Message----- > From: xen-devel-bounces@lists.xensource.com > [mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of Rick > Gonzalez > Sent: Wednesday, June 21, 2006 9:51 AM > To: Xen Developers > Subject: [Xen-devel] Daily Xen-HVM Build Testing: cs10470: broken > > > Hardware: x460 > > > - 32bit and 64bit dom0 boots fine. > - 32bit and 64bit hvm guests do not boot at all. the get in a pause > state. > - dom0 crashes when I issue the following command "xm destroy <id>" > - no error messages are displayed with "xm dmesg" or "dmesg" on dom0. > > I need to hookup a console to get debug information. > > Investigation further. > > > > ------------------------ > Rick Gonzalez > Linux Technology Center > IBM Corporation > Phone#: 512-838-0623 > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel >_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Anthony Liguori
2006-Jun-21 21:48 UTC
Re: [Xen-devel] Daily Xen-HVM Build Testing: cs10470: broken
Can ya''ll try out the following patch? It seems to solve the problem for me. Have not run it through xm-test yet though. Regards, Anthony Liguori Nakajima, Jun wrote:> Yes, we are observing the same problem. Our team is saying it would work > if the changeset 10454 "Add support to Xend XML-RPC server for HTTP/1.1 > Keep-Alive" is backed out. > > Looks like the newly created HVM guest is placed into the pause state. > If we do xm unpause, it starts running. > > Jun > --- > Intel Open Source Technology Center > > -----Original Message----- > From: xen-devel-bounces@lists.xensource.com > [mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of Rick > Gonzalez > Sent: Wednesday, June 21, 2006 9:51 AM > To: Xen Developers > Subject: [Xen-devel] Daily Xen-HVM Build Testing: cs10470: broken > > > Hardware: x460 > > > - 32bit and 64bit dom0 boots fine. > - 32bit and 64bit hvm guests do not boot at all. the get in a pause > state. > - dom0 crashes when I issue the following command "xm destroy <id>" > - no error messages are displayed with "xm dmesg" or "dmesg" on dom0. > > I need to hookup a console to get debug information. > > Investigation further. > > > > ------------------------ > Rick Gonzalez > Linux Technology Center > IBM Corporation > Phone#: 512-838-0623 > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel >_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Xin, Xiaohui
2006-Jun-22 02:12 UTC
RE: [Xen-devel] Daily Xen-HVM Build Testing: cs10470: broken
Yes, your patch works! I have tested it, the PAE guest and 32bit guest can be created now against CS 10470.:-) Thanks Xiaohui -----Original Message----- From: xen-devel-bounces@lists.xensource.com [mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of Anthony Liguori Sent: 2006年6月22日 5:49 To: Nakajima, Jun Cc: Xen Developers; Rick Gonzalez Subject: Re: [Xen-devel] Daily Xen-HVM Build Testing: cs10470: broken Can ya''ll try out the following patch? It seems to solve the problem for me. Have not run it through xm-test yet though. Regards, Anthony Liguori Nakajima, Jun wrote:> Yes, we are observing the same problem. Our team is saying it would work > if the changeset 10454 "Add support to Xend XML-RPC server for HTTP/1.1 > Keep-Alive" is backed out. > > Looks like the newly created HVM guest is placed into the pause state. > If we do xm unpause, it starts running. > > Jun > --- > Intel Open Source Technology Center > > -----Original Message----- > From: xen-devel-bounces@lists.xensource.com > [mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of Rick > Gonzalez > Sent: Wednesday, June 21, 2006 9:51 AM > To: Xen Developers > Subject: [Xen-devel] Daily Xen-HVM Build Testing: cs10470: broken > > > Hardware: x460 > > > - 32bit and 64bit dom0 boots fine. > - 32bit and 64bit hvm guests do not boot at all. the get in a pause > state. > - dom0 crashes when I issue the following command "xm destroy <id>" > - no error messages are displayed with "xm dmesg" or "dmesg" on dom0. > > I need to hookup a console to get debug information. > > Investigation further. > > > > ------------------------ > Rick Gonzalez > Linux Technology Center > IBM Corporation > Phone#: 512-838-0623 > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel >_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Anthony Liguori
2006-Jun-22 02:28 UTC
Re: [Xen-devel] Daily Xen-HVM Build Testing: cs10470: broken
Xin, Xiaohui wrote:> Yes, your patch works! I have tested it, the PAE guest and 32bit guest can be created now against CS 10470.:-) >I''m pretty sure this is the correct fix. This uncovered another bug though that I''ll let someone else hunt down. Xen appears to die quite quickly if you attempt to do an xm destroy on a paused domain (or perhaps on a domain that has never been started). I''ll submit as a [PATCH] tomorrow unless anyone finds additional problems. Regards, Anthony Liguori> Thanks > Xiaohui > > -----Original Message----- > From: xen-devel-bounces@lists.xensource.com [mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of Anthony Liguori > Sent: 2006年6月22日 5:49 > To: Nakajima, Jun > Cc: Xen Developers; Rick Gonzalez > Subject: Re: [Xen-devel] Daily Xen-HVM Build Testing: cs10470: broken > > Can ya''ll try out the following patch? It seems to solve the problem > for me. > > Have not run it through xm-test yet though. > > Regards, > > Anthony Liguori > > Nakajima, Jun wrote: > >> Yes, we are observing the same problem. Our team is saying it would work >> if the changeset 10454 "Add support to Xend XML-RPC server for HTTP/1.1 >> Keep-Alive" is backed out. >> >> Looks like the newly created HVM guest is placed into the pause state. >> If we do xm unpause, it starts running. >> >> Jun >> --- >> Intel Open Source Technology Center >> >> -----Original Message----- >> From: xen-devel-bounces@lists.xensource.com >> [mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of Rick >> Gonzalez >> Sent: Wednesday, June 21, 2006 9:51 AM >> To: Xen Developers >> Subject: [Xen-devel] Daily Xen-HVM Build Testing: cs10470: broken >> >> >> Hardware: x460 >> >> >> - 32bit and 64bit dom0 boots fine. >> - 32bit and 64bit hvm guests do not boot at all. the get in a pause >> state. >> - dom0 crashes when I issue the following command "xm destroy <id>" >> - no error messages are displayed with "xm dmesg" or "dmesg" on dom0. >> >> I need to hookup a console to get debug information. >> >> Investigation further. >> >> >> >> ------------------------ >> Rick Gonzalez >> Linux Technology Center >> IBM Corporation >> Phone#: 512-838-0623 >> >> >> _______________________________________________ >> Xen-devel mailing list >> Xen-devel@lists.xensource.com >> http://lists.xensource.com/xen-devel >> >>_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Rick Gonzalez
2006-Jun-22 17:55 UTC
Re: [Xen-devel] Daily Xen-HVM Build Testing: cs10470: broken
Anthony Liguori wrote:> Xin, Xiaohui wrote: > >> Yes, your patch works! I have tested it, the PAE guest and 32bit guest can be created now against CS 10470.:-) >> >> > > I''m pretty sure this is the correct fix. This uncovered another bug > though that I''ll let someone else hunt down. Xen appears to die quite > quickly if you attempt to do an xm destroy on a paused domain (or > perhaps on a domain that has never been started). > > I''ll submit as a [PATCH] tomorrow unless anyone finds additional problems. >Anthony, It works fine for me too so far. Please do submit the patch as soon as you can. :) regards, rick> Regards, > > Anthony Liguori > > >> Thanks >> Xiaohui >> >> -----Original Message----- >> From: xen-devel-bounces@lists.xensource.com [mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of Anthony Liguori >> Sent: 2006年6月22日 5:49 >> To: Nakajima, Jun >> Cc: Xen Developers; Rick Gonzalez >> Subject: Re: [Xen-devel] Daily Xen-HVM Build Testing: cs10470: broken >> >> Can ya''ll try out the following patch? It seems to solve the problem >> for me. >> >> Have not run it through xm-test yet though. >> >> Regards, >> >> Anthony Liguori >> >> Nakajima, Jun wrote: >> >> >>> Yes, we are observing the same problem. Our team is saying it would work >>> if the changeset 10454 "Add support to Xend XML-RPC server for HTTP/1.1 >>> Keep-Alive" is backed out. >>> >>> Looks like the newly created HVM guest is placed into the pause state. >>> If we do xm unpause, it starts running. >>> >>> Jun >>> --- >>> Intel Open Source Technology Center >>> >>> -----Original Message----- >>> From: xen-devel-bounces@lists.xensource.com >>> [mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of Rick >>> Gonzalez >>> Sent: Wednesday, June 21, 2006 9:51 AM >>> To: Xen Developers >>> Subject: [Xen-devel] Daily Xen-HVM Build Testing: cs10470: broken >>> >>> >>> Hardware: x460 >>> >>> >>> - 32bit and 64bit dom0 boots fine. >>> - 32bit and 64bit hvm guests do not boot at all. the get in a pause >>> state. >>> - dom0 crashes when I issue the following command "xm destroy <id>" >>> - no error messages are displayed with "xm dmesg" or "dmesg" on dom0. >>> >>> I need to hookup a console to get debug information. >>> >>> Investigation further. >>> >>> >>> >>> ------------------------ >>> Rick Gonzalez >>> Linux Technology Center >>> IBM Corporation >>> Phone#: 512-838-0623 >>> >>> >>> _______________________________________________ >>> Xen-devel mailing list >>> Xen-devel@lists.xensource.com >>> http://lists.xensource.com/xen-devel >>> >>> >>> > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel > >-- -------------------- Rick Gonzalez Linux Technology Center IBM Corporation Phone#: 512-838-0623 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel