From: Ji Hoo <jihoo79@gmail.com>
To: xen-devel@lists.xensource.com
Subject: xend permission error
Date: Tue, 07 Jul 2009 18:21:34 +0900 [thread overview]
Message-ID: <4A53139E.7090206@gmail.com> (raw)
Hi all.
This is error message in /var/log/xen/xend.log when I run xend start.
[2009-07-07 18:06:30 29173] INFO (SrvDaemon:332) Xend Daemon started
[2009-07-07 18:06:30 29173] INFO (SrvDaemon:336) Xend changeset:
unavailable.
[2009-07-07 18:06:30 29173] ERROR (SrvDaemon:349) Exception starting
xend ((13, 'Permission denied'))
Traceback (most recent call last):
File "/usr/lib/python2.6/xen/xend/server/SrvDaemon.py", line 341, in run
servers = SrvServer.create()
File "/usr/lib/python2.6/xen/xend/server/SrvServer.py", line 251, in
create
root.putChild('xend', SrvRoot())
File "/usr/lib/python2.6/xen/xend/server/SrvRoot.py", line 40, in __init__
self.get(name)
File "/usr/lib/python2.6/xen/web/SrvDir.py", line 84, in get
val = val.getobj()
File "/usr/lib/python2.6/xen/web/SrvDir.py", line 52, in getobj
self.obj = klassobj()
File "/usr/lib/python2.6/xen/xend/server/SrvNode.py", line 30, in __init__
self.xn = XendNode.instance()
File "/usr/lib/python2.6/xen/xend/XendNode.py", line 948, in instance
inst = XendNode()
File "/usr/lib/python2.6/xen/xend/XendNode.py", line 91, in __init__
self.other_config["xen_pagesize"] = self.xeninfo_dict()["xen_pagesize"]
File "/usr/lib/python2.6/xen/xend/XendNode.py", line 937, in xeninfo_dict
return dict(self.xeninfo())
File "/usr/lib/python2.6/xen/xend/XendNode.py", line 881, in xeninfo
info['xen_scheduler'] = self.xenschedinfo()
File "/usr/lib/python2.6/xen/xend/XendNode.py", line 871, in xenschedinfo
sched_id = self.xc.sched_id_get()
Error: (13, 'Permission denied')
[2009-07-07 18:06:31 29172] INFO (SrvDaemon:220) Xend exited with status 1.
How could I run xend without this error.
reply other threads:[~2009-07-07 9:21 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=4A53139E.7090206@gmail.com \
--to=jihoo79@gmail.com \
--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.