From: David F Barrera <dfbp@us.ibm.com>
To: Keir Fraser <Keir.Fraser@cl.cam.ac.uk>
Cc: Ian Pratt <m+Ian.Pratt@cl.cam.ac.uk>,
xen-devel <xen-devel@lists.xensource.com>
Subject: Re: Unabe to create guest domain on PAE enabled SLES 9 SP2 box, 4GB RAM
Date: Wed, 14 Sep 2005 14:52:22 -0500 [thread overview]
Message-ID: <1126727542.6339.18.camel@dbarrera_tp> (raw)
In-Reply-To: <bcaabb2840329e86d8420e44b4d5312f@cl.cam.ac.uk>
On Wed, 2005-09-14 at 18:49 +0100, Keir Fraser wrote:
> On 14 Sep 2005, at 18:11, David F Barrera wrote:
>
> >>
> >> How about now? :-)
> >
> > Nope.
>
> Maybe you could fprintf(stderr) some interesting values in
> setup_pg_tables_pae() in xc_linux_build.c. There's a test there whether
> page_array[ppt_alloc] > 0xfffff. If that if statement is executed then
> printing out the value of 'nmfn' and 'ppt_alloc' would be interesting.
x335b:/tmp/xen # xm create -c vm1.cfg
Using config file "vm1.cfg".
Error: Error creating domain: (22, 'Invalid argument')
x335b:/tmp/xen # cat /var/log/xend-debug.log
Before the page_array{ppt_alloc] > 0xfffff lines.
Executing the page_array{ppt_alloc] > 0xfffff lines.
nmfn = 2b5e
ppt_alloc = 42d
Dom_mmuext operation failed (rc=-1 errno=22)-- need to rebuild the user-
space tool set?
ERROR: Error constructing guest OS
Traceback (most recent call last):
File "/tmp/xen-
unstable.hg/dist/install/usr/lib/python/xen/xend/XendDomainInfo.py",
line 646, in construct
self.construct_image()
File "/tmp/xen-
unstable.hg/dist/install/usr/lib/python/xen/xend/XendDomainInfo.py",
line 701, in construct_image
self.image.createImage()
File "/tmp/xen-
unstable.hg/dist/install/usr/lib/python/xen/xend/image.py", line 181, in
createImage
self.createDomain()
File "/tmp/xen-
unstable.hg/dist/install/usr/lib/python/xen/xend/image.py", line 218, in
createDomain
err = self.buildDomain()
File "/tmp/xen-
unstable.hg/dist/install/usr/lib/python/xen/xend/image.py", line 277, in
buildDomain
vcpus = self.vm.vcpus)
error: (22, 'Invalid argument')
ERROR: do_evtchn_op: HYPERVISOR_event_channel_op failed: -1
ERROR: do_evtchn_op: HYPERVISOR_event_channel_op failed: -1
Traceback (most recent call last):
File "/tmp/xen-
unstable.hg/dist/install/usr/lib/python/xen/xend/server/SrvDomainDir.py", line 78, in op_create
dominfo = self.xd.domain_create(config)
File "/tmp/xen-
unstable.hg/dist/install/usr/lib/python/xen/xend/XendDomain.py", line
301, in domain_create
dominfo = XendDomainInfo.create(self.dbmap, config)
File "/tmp/xen-
unstable.hg/dist/install/usr/lib/python/xen/xend/XendDomainInfo.py",
line 136, in create
vm.construct(config)
File "/tmp/xen-
unstable.hg/dist/install/usr/lib/python/xen/xend/XendDomainInfo.py",
line 646, in construct
self.construct_image()
File "/tmp/xen-
unstable.hg/dist/install/usr/lib/python/xen/xend/XendDomainInfo.py",
line 701, in construct_image
self.image.createImage()
File "/tmp/xen-
unstable.hg/dist/install/usr/lib/python/xen/xend/image.py", line 181, in
createImage
self.createDomain()
File "/tmp/xen-
unstable.hg/dist/install/usr/lib/python/xen/xend/image.py", line 218, in
createDomain
err = self.buildDomain()
File "/tmp/xen-
unstable.hg/dist/install/usr/lib/python/xen/xend/image.py", line 277, in
buildDomain
vcpus = self.vm.vcpus)
error: (22, 'Invalid argument')
>
> -- Keir
>
>
> _______________________________________________
> 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
next prev parent reply other threads:[~2005-09-14 19:52 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-09-14 15:38 Unabe to create guest domain on PAE enabled SLES 9 SP2 box, 4GB RAM David F Barrera
2005-09-14 16:02 ` Keir Fraser
2005-09-14 16:42 ` David F Barrera
2005-09-14 17:02 ` Keir Fraser
2005-09-14 17:11 ` David F Barrera
2005-09-14 17:49 ` Keir Fraser
2005-09-14 19:52 ` David F Barrera [this message]
2005-09-14 20:32 ` Keir Fraser
2005-09-14 20:47 ` David F Barrera
2005-09-14 20:55 ` Keir Fraser
2005-09-14 21:10 ` David F Barrera
2005-09-15 15:26 ` Unab[l]e " David F Barrera
2005-09-15 22:39 ` Xen and USB devices sanjay kumar
2005-09-15 23:01 ` Mark Williamson
2005-09-16 8:59 ` harry
2005-09-19 11:12 ` Unab[l]e to create guest domain on PAE enabled SLES 9 SP2 box, 4GB RAM Keir Fraser
2005-09-19 12:49 ` David F Barrera
2005-09-19 14:28 ` Keir Fraser
2005-09-19 15:51 ` Keir Fraser
2005-09-19 18:45 ` David F Barrera
2005-09-19 19:53 ` Jerone Young
2005-09-19 21:29 ` David F Barrera
2005-09-20 8:44 ` Keir Fraser
2005-09-20 13:25 ` David F Barrera
2005-09-20 13:56 ` David F Barrera
2005-09-20 14:16 ` Keir Fraser
2005-09-20 14:38 ` David F Barrera
2005-09-20 14:54 ` Keir Fraser
2005-09-20 15:13 ` David F Barrera
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1126727542.6339.18.camel@dbarrera_tp \
--to=dfbp@us.ibm.com \
--cc=Keir.Fraser@cl.cam.ac.uk \
--cc=m+Ian.Pratt@cl.cam.ac.uk \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.