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@xxxxxxxxxxxxxxxxxxx
> 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@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|