* RE: Daily Xen Builds @ 2005-09-10 3:13 Subrahmanian, Raj 2005-09-12 13:49 ` David F Barrera 0 siblings, 1 reply; 5+ messages in thread From: Subrahmanian, Raj @ 2005-09-10 3:13 UTC (permalink / raw) To: Ian Pratt, David F Barrera, Puthiyaparambil, Aravindh Cc: Koren, Bradley J, xen-devel, Vessey, Bruce A I tried again with 6714. xend start went through, no problem. However, I got errors when I tried to do xm create vm1. On the serial port, I got the error. (XEN) DOM0: (file=mm.c, line=1497) Error while validating pfn e0d8d for type 26000000. caf=80000002 taf=26000001 (XEN) DOM0: (file=mm.c, line=1497) Error while validating pfn e10c0 for type 40030000. caf=80000002 taf=40030001 (XEN) DOM0: (file=mm.c, line=370) Bad page type for pfn e10c0 (00000000) (XEN) DOM0: (file=mm.c, line=1497) Error while validating pfn e09f8 for type 67ff0000. caf=80000002 taf=67ff0001 (XEN) DOM0: (file=mm.c, line=370) Bad page type for pfn e09f8 (00000000) (XEN) DOM0: (file=mm.c, line=1723) Error while pinning mfn e09f8 On the console, I see. 'Error Creating Domain :(2, No such file or Directory). Thanks Raj -----Original Message----- From: Ian Pratt [mailto:m+Ian.Pratt@cl.cam.ac.uk] Sent: Friday, September 09, 2005 2:41 PM To: Subrahmanian, Raj; David F Barrera; Puthiyaparambil, Aravindh Cc: Koren, Bradley J; xen-devel; Vessey, Bruce A; ian.pratt@cl.cam.ac.uk; ian.pratt@cl.cam.ac.uk Subject: RE: [Xen-devel] Daily Xen Builds > I saw this happen as recently as changeset 6654. > Does doing hg pull -u and doing make world take care of installing new > tools and kernel/xen? 6654 is ancient history! There have been over 60 checkins including several from me marked "PAE bug fix". You'll need to do a ./install.sh to install new tools. Best, Ian ^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: Daily Xen Builds 2005-09-10 3:13 Daily Xen Builds Subrahmanian, Raj @ 2005-09-12 13:49 ` David F Barrera 2005-09-12 14:38 ` Daniel Hulme 2005-09-13 15:47 ` Error: Error creating domain: (2, 'No such file or directory') David F Barrera 0 siblings, 2 replies; 5+ messages in thread From: David F Barrera @ 2005-09-12 13:49 UTC (permalink / raw) To: Subrahmanian, Raj Cc: Koren, Bradley J, Ian Pratt, xen-devel, Vessey, Bruce A, Puthiyaparambil, Aravindh On Fri, 2005-09-09 at 23:13 -0400, Subrahmanian, Raj wrote: > I tried again with 6714. > xend start went through, no problem. > However, I got errors when I tried to do xm create vm1. > On the serial port, I got the error. > (XEN) DOM0: (file=mm.c, line=1497) Error while validating pfn e0d8d for > type 26000000. caf=80000002 taf=26000001 > (XEN) DOM0: (file=mm.c, line=1497) Error while validating pfn e10c0 for > type 40030000. caf=80000002 taf=40030001 > (XEN) DOM0: (file=mm.c, line=370) Bad page type for pfn e10c0 (00000000) > (XEN) DOM0: (file=mm.c, line=1497) Error while validating pfn e09f8 for > type 67ff0000. caf=80000002 taf=67ff0001 > (XEN) DOM0: (file=mm.c, line=370) Bad page type for pfn e09f8 (00000000) > (XEN) DOM0: (file=mm.c, line=1723) Error while pinning mfn e09f8 > On the console, I see. > 'Error Creating Domain :(2, No such file or Directory). I am getting this error on today's build, too, on a PAE enabled box with 4GB of physical memory, SLES 9 SP2, with the following changeset: changeset: 6737:413c911e5780b83b622d1db84a873fe6303ed150 tag: tip user: kaf24@firebug.cl.cam.ac.uk date: Mon Sep 12 07:48:33 2005 summary: Re-indent xc_linux_restore, and add code to force PAE x335b:/tmp/xen # xm create -c vm1.cfg Using config file "vm1.cfg". Error: Error creating domain: (2, 'No such file or directory') x335b:/tmp/xen # xm list Unexpected error: xen.xend.XendProtocol.XendError Please report to xen-devel@lists.xensource.com Traceback (most recent call last): File "/usr/sbin/xm", line 10, in ? main.main(sys.argv) File "/tmp/xen- unstable.hg/dist/install/usr/lib/python/xen/xm/main.py", line 710, in main rc = cmd(args) File "/tmp/xen- unstable.hg/dist/install/usr/lib/python/xen/xm/main.py", line 226, in xm_list doms = server.xend_domains() File "/tmp/xen- unstable.hg/dist/install/usr/lib/python/xen/xend/XendClient.py", line 199, in xend_domains return self.xendGet(self.domainurl()) File "/tmp/xen- unstable.hg/dist/install/usr/lib/python/xen/xend/XendClient.py", line 152, in xendGet return self.client.xendGet(url, args) File "/tmp/xen- unstable.hg/dist/install/usr/lib/python/xen/xend/XendProtocol.py", line 86, in xendGet return self.xendRequest(url, "GET", args) File "/tmp/xen- unstable.hg/dist/install/usr/lib/python/xen/xend/XendProtocol.py", line 170, in xendRequest val = self.handleStatus(resp.version, resp.status, resp.reason) File "/tmp/xen- unstable.hg/dist/install/usr/lib/python/xen/xend/XendProtocol.py", line 106, in handleStatus return self.handleException(XendError(message)) File "/tmp/xen- unstable.hg/dist/install/usr/lib/python/xen/xend/XendProtocol.py", line 132, in handleException raise err xen.xend.XendProtocol.XendError: Internal server error x335b:/tmp/xen # > > Thanks > Raj > > -----Original Message----- > From: Ian Pratt [mailto:m+Ian.Pratt@cl.cam.ac.uk] > Sent: Friday, September 09, 2005 2:41 PM > To: Subrahmanian, Raj; David F Barrera; Puthiyaparambil, Aravindh > Cc: Koren, Bradley J; xen-devel; Vessey, Bruce A; > ian.pratt@cl.cam.ac.uk; ian.pratt@cl.cam.ac.uk > Subject: RE: [Xen-devel] Daily Xen Builds > > > > I saw this happen as recently as changeset 6654. > > Does doing hg pull -u and doing make world take care of installing new > > > tools and kernel/xen? > > 6654 is ancient history! There have been over 60 checkins including > several from me marked "PAE bug fix". > > You'll need to do a ./install.sh to install new tools. > > Best, > Ian > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel > -- Regards, David F Barrera Linux Technology Center Systems and Technology Group, IBM "The wisest men follow their own direction. " Euripides ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Daily Xen Builds 2005-09-12 13:49 ` David F Barrera @ 2005-09-12 14:38 ` Daniel Hulme 2005-09-13 15:47 ` Error: Error creating domain: (2, 'No such file or directory') David F Barrera 1 sibling, 0 replies; 5+ messages in thread From: Daniel Hulme @ 2005-09-12 14:38 UTC (permalink / raw) To: xen-devel [-- Attachment #1.1: Type: text/plain, Size: 836 bytes --] > I am getting this error on today's build, too, on a PAE enabled box > with 4GB of physical memory, SLES 9 SP2, with the following changeset: Same error here on fatmansam running Saturday's unstable w/o PAE on Debian Sid. It seems to be working now, though. Some combination of fiddling with config files and restarting xend sorted it out. > x335b:/tmp/xen # xm list > Unexpected error: xen.xend.XendProtocol.XendError This one is intermittent: doing xm list a few more times will shift it 'til the next failed create. -- Though I'm deep inside a storm it won't defeat me, Floating free. Look out here comes trouble, Maybe I'm just pushing through a dream, But strange how things feel quite real to me. http://surreal.istic.org/ That which will guide the lost child back to her mother's arms... EXILE. [-- Attachment #1.2: Type: application/pgp-signature, Size: 189 bytes --] [-- Attachment #2: Type: text/plain, Size: 138 bytes --] _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel ^ permalink raw reply [flat|nested] 5+ messages in thread
* Error: Error creating domain: (2, 'No such file or directory') 2005-09-12 13:49 ` David F Barrera 2005-09-12 14:38 ` Daniel Hulme @ 2005-09-13 15:47 ` David F Barrera 2005-09-13 16:21 ` Li Ge 1 sibling, 1 reply; 5+ messages in thread From: David F Barrera @ 2005-09-13 15:47 UTC (permalink / raw) To: xen-devel; +Cc: Ian Pratt Still unable to create a guest domain on a PAE enabled SLES 9 SP2 box with 4GB of physical memory. x335b:~ # xm list Name Id Mem(MB) CPU VCPU(s) State Time(s) Domain-0 0 495 0 1 r---- 665.3 x335b:/tmp/xen # xm create -c vm1.cfg Using config file "vm1.cfg". Error: Error creating domain: (2, 'No such file or directory') x335b:/tmp/xen # x335b:/tmp/xen # xm list Unexpected error: xen.xend.XendProtocol.XendError Please report to xen-devel@lists.xensource.com Traceback (most recent call last): File "/usr/sbin/xm", line 10, in ? main.main(sys.argv) File "/tmp/xen- unstable.hg/dist/install/usr/lib/python/xen/xm/main.py", line 710, in main rc = cmd(args) File "/tmp/xen- unstable.hg/dist/install/usr/lib/python/xen/xm/main.py", line 226, in xm_list doms = server.xend_domains() File "/tmp/xen- unstable.hg/dist/install/usr/lib/python/xen/xend/XendClient.py", line 199, in xend_domains return self.xendGet(self.domainurl()) File "/tmp/xen- unstable.hg/dist/install/usr/lib/python/xen/xend/XendClient.py", line 152, in xendGet return self.client.xendGet(url, args) File "/tmp/xen- unstable.hg/dist/install/usr/lib/python/xen/xend/XendProtocol.py", line 86, in xendGet return self.xendRequest(url, "GET", args) File "/tmp/xen- unstable.hg/dist/install/usr/lib/python/xen/xend/XendProtocol.py", line 170, in xendRequest val = self.handleStatus(resp.version, resp.status, resp.reason) File "/tmp/xen- unstable.hg/dist/install/usr/lib/python/xen/xend/XendProtocol.py", line 106, in handleStatus return self.handleException(XendError(message)) File "/tmp/xen- unstable.hg/dist/install/usr/lib/python/xen/xend/XendProtocol.py", line 132, in handleException raise err xen.xend.XendProtocol.XendError: Internal server error On Mon, 2005-09-12 at 08:49 -0500, David F Barrera wrote: > On Fri, 2005-09-09 at 23:13 -0400, Subrahmanian, Raj wrote: > > I tried again with 6714. > > xend start went through, no problem. > > However, I got errors when I tried to do xm create vm1. > > On the serial port, I got the error. > > (XEN) DOM0: (file=mm.c, line=1497) Error while validating pfn e0d8d for > > type 26000000. caf=80000002 taf=26000001 > > (XEN) DOM0: (file=mm.c, line=1497) Error while validating pfn e10c0 for > > type 40030000. caf=80000002 taf=40030001 > > (XEN) DOM0: (file=mm.c, line=370) Bad page type for pfn e10c0 (00000000) > > (XEN) DOM0: (file=mm.c, line=1497) Error while validating pfn e09f8 for > > type 67ff0000. caf=80000002 taf=67ff0001 > > (XEN) DOM0: (file=mm.c, line=370) Bad page type for pfn e09f8 (00000000) > > (XEN) DOM0: (file=mm.c, line=1723) Error while pinning mfn e09f8 > > On the console, I see. > > 'Error Creating Domain :(2, No such file or Directory). > I am getting this error on today's build, too, on a PAE enabled box with > 4GB of physical memory, SLES 9 SP2, with the following changeset: > > changeset: 6737:413c911e5780b83b622d1db84a873fe6303ed150 > tag: tip > user: kaf24@firebug.cl.cam.ac.uk > date: Mon Sep 12 07:48:33 2005 > summary: Re-indent xc_linux_restore, and add code to force PAE > > x335b:/tmp/xen # xm create -c vm1.cfg > Using config file "vm1.cfg". > Error: Error creating domain: (2, 'No such file or directory') > > x335b:/tmp/xen # xm list > Unexpected error: xen.xend.XendProtocol.XendError > > Please report to xen-devel@lists.xensource.com > Traceback (most recent call last): > File "/usr/sbin/xm", line 10, in ? > main.main(sys.argv) > File "/tmp/xen- > unstable.hg/dist/install/usr/lib/python/xen/xm/main.py", line 710, in > main > rc = cmd(args) > File "/tmp/xen- > unstable.hg/dist/install/usr/lib/python/xen/xm/main.py", line 226, in > xm_list > doms = server.xend_domains() > File "/tmp/xen- > unstable.hg/dist/install/usr/lib/python/xen/xend/XendClient.py", line > 199, in xend_domains > return self.xendGet(self.domainurl()) > File "/tmp/xen- > unstable.hg/dist/install/usr/lib/python/xen/xend/XendClient.py", line > 152, in xendGet > return self.client.xendGet(url, args) > File "/tmp/xen- > unstable.hg/dist/install/usr/lib/python/xen/xend/XendProtocol.py", line > 86, in xendGet > return self.xendRequest(url, "GET", args) > File "/tmp/xen- > unstable.hg/dist/install/usr/lib/python/xen/xend/XendProtocol.py", line > 170, in xendRequest > val = self.handleStatus(resp.version, resp.status, resp.reason) > File "/tmp/xen- > unstable.hg/dist/install/usr/lib/python/xen/xend/XendProtocol.py", line > 106, in handleStatus > return self.handleException(XendError(message)) > File "/tmp/xen- > unstable.hg/dist/install/usr/lib/python/xen/xend/XendProtocol.py", line > 132, in handleException > raise err > xen.xend.XendProtocol.XendError: Internal server error > x335b:/tmp/xen # > > > > > > > Thanks > > Raj > > > > -----Original Message----- > > From: Ian Pratt [mailto:m+Ian.Pratt@cl.cam.ac.uk] > > Sent: Friday, September 09, 2005 2:41 PM > > To: Subrahmanian, Raj; David F Barrera; Puthiyaparambil, Aravindh > > Cc: Koren, Bradley J; xen-devel; Vessey, Bruce A; > > ian.pratt@cl.cam.ac.uk; ian.pratt@cl.cam.ac.uk > > Subject: RE: [Xen-devel] Daily Xen Builds > > > > > > > I saw this happen as recently as changeset 6654. > > > Does doing hg pull -u and doing make world take care of installing new > > > > > tools and kernel/xen? > > > > 6654 is ancient history! There have been over 60 checkins including > > several from me marked "PAE bug fix". > > > > You'll need to do a ./install.sh to install new tools. > > > > Best, > > Ian > > > > _______________________________________________ > > Xen-devel mailing list > > Xen-devel@lists.xensource.com > > http://lists.xensource.com/xen-devel > > -- Regards, David F Barrera Linux Technology Center Systems and Technology Group, IBM "The wisest men follow their own direction. " Euripides ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Error: Error creating domain: (2, 'No such file or directory') 2005-09-13 15:47 ` Error: Error creating domain: (2, 'No such file or directory') David F Barrera @ 2005-09-13 16:21 ` Li Ge 0 siblings, 0 replies; 5+ messages in thread From: Li Ge @ 2005-09-13 16:21 UTC (permalink / raw) To: dfbp; +Cc: Ian Pratt, xen-devel [-- Attachment #1.1.1: Type: text/plain, Size: 8078 bytes --] I've seen the exact same problems that David is seeing on my 8G RAM x86 box. It is a PAE enabled SLES9 SP2 box. Here is the memory allocation setting of dom0 and domU I had problem with: dom0: 5120 MB domU: 512 MB But, with the following setting, both dom0 and domU work perfectly for me: dom0: 512 MB domU: 5120 MB The changeset is : 6739 Thanks, Li dfbp@us.ltcfwd.li nux.ibm.com Sent by: To xen-devel-bounces xen-devel @lists.xensource. <xen-devel@lists.xensource.com> com cc Ian Pratt <m+Ian.Pratt@cl.cam.ac.uk> 09/13/2005 10:47 Subject AM [Xen-devel] Error: Error creating domain: (2, 'No such file or directory') Still unable to create a guest domain on a PAE enabled SLES 9 SP2 box with 4GB of physical memory. x335b:~ # xm list Name Id Mem(MB) CPU VCPU(s) State Time(s) Domain-0 0 495 0 1 r---- 665.3 x335b:/tmp/xen # xm create -c vm1.cfg Using config file "vm1.cfg". Error: Error creating domain: (2, 'No such file or directory') x335b:/tmp/xen # x335b:/tmp/xen # xm list Unexpected error: xen.xend.XendProtocol.XendError Please report to xen-devel@lists.xensource.com Traceback (most recent call last): File "/usr/sbin/xm", line 10, in ? main.main(sys.argv) File "/tmp/xen- unstable.hg/dist/install/usr/lib/python/xen/xm/main.py", line 710, in main rc = cmd(args) File "/tmp/xen- unstable.hg/dist/install/usr/lib/python/xen/xm/main.py", line 226, in xm_list doms = server.xend_domains() File "/tmp/xen- unstable.hg/dist/install/usr/lib/python/xen/xend/XendClient.py", line 199, in xend_domains return self.xendGet(self.domainurl()) File "/tmp/xen- unstable.hg/dist/install/usr/lib/python/xen/xend/XendClient.py", line 152, in xendGet return self.client.xendGet(url, args) File "/tmp/xen- unstable.hg/dist/install/usr/lib/python/xen/xend/XendProtocol.py", line 86, in xendGet return self.xendRequest(url, "GET", args) File "/tmp/xen- unstable.hg/dist/install/usr/lib/python/xen/xend/XendProtocol.py", line 170, in xendRequest val = self.handleStatus(resp.version, resp.status, resp.reason) File "/tmp/xen- unstable.hg/dist/install/usr/lib/python/xen/xend/XendProtocol.py", line 106, in handleStatus return self.handleException(XendError(message)) File "/tmp/xen- unstable.hg/dist/install/usr/lib/python/xen/xend/XendProtocol.py", line 132, in handleException raise err xen.xend.XendProtocol.XendError: Internal server error On Mon, 2005-09-12 at 08:49 -0500, David F Barrera wrote: > On Fri, 2005-09-09 at 23:13 -0400, Subrahmanian, Raj wrote: > > I tried again with 6714. > > xend start went through, no problem. > > However, I got errors when I tried to do xm create vm1. > > On the serial port, I got the error. > > (XEN) DOM0: (file=mm.c, line=1497) Error while validating pfn e0d8d for > > type 26000000. caf=80000002 taf=26000001 > > (XEN) DOM0: (file=mm.c, line=1497) Error while validating pfn e10c0 for > > type 40030000. caf=80000002 taf=40030001 > > (XEN) DOM0: (file=mm.c, line=370) Bad page type for pfn e10c0 (00000000) > > (XEN) DOM0: (file=mm.c, line=1497) Error while validating pfn e09f8 for > > type 67ff0000. caf=80000002 taf=67ff0001 > > (XEN) DOM0: (file=mm.c, line=370) Bad page type for pfn e09f8 (00000000) > > (XEN) DOM0: (file=mm.c, line=1723) Error while pinning mfn e09f8 > > On the console, I see. > > 'Error Creating Domain :(2, No such file or Directory). > I am getting this error on today's build, too, on a PAE enabled box with > 4GB of physical memory, SLES 9 SP2, with the following changeset: > > changeset: 6737:413c911e5780b83b622d1db84a873fe6303ed150 > tag: tip > user: kaf24@firebug.cl.cam.ac.uk > date: Mon Sep 12 07:48:33 2005 > summary: Re-indent xc_linux_restore, and add code to force PAE > > x335b:/tmp/xen # xm create -c vm1.cfg > Using config file "vm1.cfg". > Error: Error creating domain: (2, 'No such file or directory') > > x335b:/tmp/xen # xm list > Unexpected error: xen.xend.XendProtocol.XendError > > Please report to xen-devel@lists.xensource.com > Traceback (most recent call last): > File "/usr/sbin/xm", line 10, in ? > main.main(sys.argv) > File "/tmp/xen- > unstable.hg/dist/install/usr/lib/python/xen/xm/main.py", line 710, in > main > rc = cmd(args) > File "/tmp/xen- > unstable.hg/dist/install/usr/lib/python/xen/xm/main.py", line 226, in > xm_list > doms = server.xend_domains() > File "/tmp/xen- > unstable.hg/dist/install/usr/lib/python/xen/xend/XendClient.py", line > 199, in xend_domains > return self.xendGet(self.domainurl()) > File "/tmp/xen- > unstable.hg/dist/install/usr/lib/python/xen/xend/XendClient.py", line > 152, in xendGet > return self.client.xendGet(url, args) > File "/tmp/xen- > unstable.hg/dist/install/usr/lib/python/xen/xend/XendProtocol.py", line > 86, in xendGet > return self.xendRequest(url, "GET", args) > File "/tmp/xen- > unstable.hg/dist/install/usr/lib/python/xen/xend/XendProtocol.py", line > 170, in xendRequest > val = self.handleStatus(resp.version, resp.status, resp.reason) > File "/tmp/xen- > unstable.hg/dist/install/usr/lib/python/xen/xend/XendProtocol.py", line > 106, in handleStatus > return self.handleException(XendError(message)) > File "/tmp/xen- > unstable.hg/dist/install/usr/lib/python/xen/xend/XendProtocol.py", line > 132, in handleException > raise err > xen.xend.XendProtocol.XendError: Internal server error > x335b:/tmp/xen # > > > > > > > Thanks > > Raj > > > > -----Original Message----- > > From: Ian Pratt [mailto:m+Ian.Pratt@cl.cam.ac.uk] > > Sent: Friday, September 09, 2005 2:41 PM > > To: Subrahmanian, Raj; David F Barrera; Puthiyaparambil, Aravindh > > Cc: Koren, Bradley J; xen-devel; Vessey, Bruce A; > > ian.pratt@cl.cam.ac.uk; ian.pratt@cl.cam.ac.uk > > Subject: RE: [Xen-devel] Daily Xen Builds > > > > > > > I saw this happen as recently as changeset 6654. > > > Does doing hg pull -u and doing make world take care of installing new > > > > > tools and kernel/xen? > > > > 6654 is ancient history! There have been over 60 checkins including > > several from me marked "PAE bug fix". > > > > You'll need to do a ./install.sh to install new tools. > > > > Best, > > Ian > > > > _______________________________________________ > > Xen-devel mailing list > > Xen-devel@lists.xensource.com > > http://lists.xensource.com/xen-devel > > -- Regards, David F Barrera Linux Technology Center Systems and Technology Group, IBM "The wisest men follow their own direction. " Euripides _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel [-- Attachment #1.1.2: Type: text/html, Size: 11404 bytes --] [-- Attachment #1.2: graycol.gif --] [-- Type: image/gif, Size: 105 bytes --] [-- Attachment #1.3: pic08672.gif --] [-- Type: image/gif, Size: 1255 bytes --] [-- Attachment #1.4: ecblank.gif --] [-- Type: image/gif, Size: 45 bytes --] [-- Attachment #2: Type: text/plain, Size: 138 bytes --] _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2005-09-13 16:21 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2005-09-10 3:13 Daily Xen Builds Subrahmanian, Raj 2005-09-12 13:49 ` David F Barrera 2005-09-12 14:38 ` Daniel Hulme 2005-09-13 15:47 ` Error: Error creating domain: (2, 'No such file or directory') David F Barrera 2005-09-13 16:21 ` Li Ge
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.