xend cannot start with error:
...ption starting xend: 'module' object has no attribute 'VIRQ_DOM_EXC'
Traceback (most recent call last):
File "/usr/lib/python2.3/xen/xend/server/SrvDaemon.py", line 304, in run
self.createFactories()
File "/usr/lib/python2.3/xen/xend/server/SrvDaemon.py", line 319, in createFactories
self.channelF = channel.channelFactory()
File "/usr/lib/python2.3/xen/xend/server/channel.py", line 217, in channelFactory
inst = ChannelFactory()
File "/usr/lib/python2.3/xen/xend/server/channel.py", line 65, in __init__
self.bind_virq(xen.lowlevel.xc.VIRQ_DOM_EXC)
AttributeError: 'module' object has no attribute 'VIRQ_DOM_EXC'
-------------------------------\var\log\xend.log--------------------------------------------
2005-07-25 09:46:31 xend] INFO (__init__:988) Xend Daemon started
[2005-07-25 09:46:31 xend] ERROR (__init__:988) Exception starting xend
Traceback (most recent call last):
File "/usr/lib/python2.3/xen/xend/server/SrvDaemon.py", line 304, in run
self.createFactories()
File "/usr/lib/python2.3/xen/xend/server/SrvDaemon.py", line 319, in createFactories
self.channelF = channel.channelFactory()
File "/usr/lib/python2.3/xen/xend/server/channel.py", line 217, in channelFactory
inst = ChannelFactory()
File "/usr/lib/python2.3/xen/xend/server/channel.py", line 65, in __init__
self.bind_virq(xen.lowlevel.xc.VIRQ_DOM_EXC)
AttributeError: 'module' object has no attribute 'VIRQ_DOM_EXC'
[2005-07-25 09:47:35 xend] INFO (__init__:988) Xend Daemon started
[2005-07-25 09:47:35 xend] ERROR (__init__:988) Exception starting
xend
Traceback (most recent call last):
File "/usr/lib/python2.3/xen/xend/server/SrvDaemon.py", line 304, in run
self.createFactories()
File "/usr/lib/python2.3/xen/xend/server/SrvDaemon.py", line 319, in createFactories
self.channelF = channel.channelFactory()
File "/usr/lib/python2.3/xen/xend/server/channel.py", line 217, in channelFactory
inst = ChannelFactory()
File "/usr/lib/python2.3/xen/xend/server/channel.py", line 65, in __init__
self.bind_virq(xen.lowlevel.xc.VIRQ_DOM_EXC)
AttributeError: 'module' object has no attribute 'VIRQ_DOM_EXC'
Does some software have not been installed?