From: David F Barrera <dfbp@us.ibm.com>
To: xen-devel <xen-devel@lists.xensource.com>
Cc: Ian Pratt <m+Ian.Pratt@cl.cam.ac.uk>
Subject: Error: Error creating domain: (2, 'No such file or directory')
Date: Tue, 13 Sep 2005 10:47:47 -0500 [thread overview]
Message-ID: <1126626467.29730.2.camel@dbarrera_tp> (raw)
In-Reply-To: <1126532983.5901.7.camel@dbarrera_tp>
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
next prev parent reply other threads:[~2005-09-13 15:47 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` David F Barrera [this message]
2005-09-13 16:21 ` Error: Error creating domain: (2, 'No such file or directory') Li Ge
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=1126626467.29730.2.camel@dbarrera_tp \
--to=dfbp@us.ibm.com \
--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.