From: Andrew Warfield <andrew.warfield@gmail.com>
To: James Harper <jamesh@bendigoit.com.au>
Cc: "xen-devel@lists.sourceforge.net" <xen-devel@lists.sourceforge.net>
Subject: Re: can't start domains
Date: Sat, 21 Aug 2004 14:10:03 +0100 [thread overview]
Message-ID: <eacc82a404082106101d6c127@mail.gmail.com> (raw)
In-Reply-To: <226ABD7A-EC17-4931-B229-E7B474474AC1@mimectl>
I suspect this crash is just a glitch in the python, but that your
domain isn't starting for some other reason. Try commenting out the
line:
File "/usr/lib/python2.3/site-packages/xen/xend/server/blkif.py",
line 207, in destroy
log.debug("Destroying vbd domain=%d vdev=%d", self.controller.dom,
self.vdev)
and see if it gets any further with the crash.
a.
----- Original Message -----
From: James Harper <jamesh@bendigoit.com.au>
Date: Sat, 21 Aug 2004 22:53:19 +1000
Subject: [Xen-devel] can't start domains
To: "xen-devel@lists.sourceforge.net" <xen-devel@lists.sourceforge.net>
i've just set up xen on a new machine and now get an error when trying
to start a domain. It goes like this:
op_create> Exception creating domain:
Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/xen/xend/server/SrvDomainDir.py",
line 64, in op_create
deferred = self.xd.domain_create(config)
File "/usr/lib/python2.3/site-packages/xen/xend/XendDomain.py", line
359, in domain_create
deferred = XendDomainInfo.vm_create(config)
File "/usr/lib/python2.3/site-packages/xen/xend/XendDomainInfo.py",
line 259, in vm_create
return vm.construct(config)
File "/usr/lib/python2.3/site-packages/xen/xend/XendDomainInfo.py",
line 511, in construct
self.destroy()
File "/usr/lib/python2.3/site-packages/xen/xend/XendDomainInfo.py",
line 613, in destroy
self.cleanup()
File "/usr/lib/python2.3/site-packages/xen/xend/XendDomainInfo.py",
line 641, in cleanup
self.release_devices()
File "/usr/lib/python2.3/site-packages/xen/xend/XendDomainInfo.py",
line 652, in release_devices
self.release_vbds()
File "/usr/lib/python2.3/site-packages/xen/xend/XendDomainInfo.py",
line 675, in release_vbds
ctrl.destroy()
File "/usr/lib/python2.3/site-packages/xen/xend/server/blkif.py",
line 364, in destroy
self.destroyDevices()
File "/usr/lib/python2.3/site-packages/xen/xend/server/blkif.py",
line 371, in destroyDevices
dev.destroy()
File "/usr/lib/python2.3/site-packages/xen/xend/server/blkif.py",
line 207, in destroy
log.debug("Destroying vbd domain=%d vdev=%d", self.controller.dom,
self.vdev)
File "/usr/lib/python2.3/logging/__init__.py", line 879, in debug
apply(self._log, (DEBUG, msg, args), kwargs)
File "/usr/lib/python2.3/logging/__init__.py", line 994, in _log
self.handle(record)
File "/usr/lib/python2.3/logging/__init__.py", line 1004, in handle
self.callHandlers(record)
File "/usr/lib/python2.3/logging/__init__.py", line 1037, in callHandlers
hdlr.handle(record)
File "/usr/lib/python2.3/logging/__init__.py", line 592, in handle
self.emit(record)
File "/usr/lib/python2.3/logging/handlers.py", line 102, in emit
msg = "%s\n" % self.format(record)
File "/usr/lib/python2.3/logging/__init__.py", line 567, in format
return fmt.format(record)
File "/usr/lib/python2.3/logging/__init__.py", line 362, in format
record.message = record.getMessage()
File "/usr/lib/python2..3/logging/__init__.py", line 233, in getMessage
msg = msg % self.args
TypeError: int argument required
Error: Error creating domain: int argument required
it got to be something i haven't installed.... maybe it's too late at
night... any ideas?
thanks
James
-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
next prev parent reply other threads:[~2004-08-21 13:10 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-08-21 12:53 can't start domains James Harper
2004-08-21 13:10 ` Andrew Warfield [this message]
2004-08-21 13:21 ` Ian Pratt
2004-08-21 23:21 ` James Harper
2004-08-22 8:24 ` Ian Pratt
2004-08-22 9:45 ` James Harper
2004-08-22 10:33 ` Ian Pratt
2004-08-22 11:18 ` James Harper
2004-08-22 11:42 ` James Harper
2004-08-22 16:37 ` Ian Pratt
2004-08-22 23:16 ` James Harper
2004-08-23 10:25 ` Ian Pratt
2004-08-23 5:10 ` Rik van Riel
2004-08-23 6:00 ` James Harper
2004-08-23 10:08 ` Ian Pratt
2004-08-23 21:09 ` Rik van Riel
2004-08-23 21:35 ` Ian Pratt
2004-08-23 23:38 ` Rik van Riel
2004-08-24 20:33 ` Ian Pratt
2004-08-24 21:44 ` Rik van Riel
2004-08-24 22:18 ` Ian Pratt
2004-08-25 0:06 ` James Harper
2004-08-25 0:37 ` Niraj Tolia
2004-08-25 1:13 ` Rik van Riel
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=eacc82a404082106101d6c127@mail.gmail.com \
--to=andrew.warfield@gmail.com \
--cc=andrew.warfield@cl.cam.ac.uk \
--cc=jamesh@bendigoit.com.au \
--cc=xen-devel@lists.sourceforge.net \
/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.