Displaying 3 results from an estimated 3 matches for "store_channel".
2005 Aug 08
4
[PATCH] Fix TypeError when starting VMX domains
The attached patch fixes this traceback:
Traceback (most recent call last):
File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 510, in construct
self.construct_image()
File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 574, in
construct_image
self.store_channel)
File "/usr/lib/python/xen/xend/xenstore/xsobj.py", line 310, in
introduceDomain
log.info("DBMap>introduceDomain> %d %d %s %s" %(dom, page, evtchn,
path))
TypeError: int argument required
--- a/tools/python/xen/xend/XendDomainInfo.py Mon Aug 8 20:22:16 2005
+...
2005 Aug 30
4
Re: [Xen-changelog] New console transport and update xenconsoled.
...39;restart_mode'', ty=''str''),
> DBVar(''restart_state'', ty=''str''),
> DBVar(''restart_time'', ty=''float''),
>@@ -260,6 +261,8 @@
> self.channel = None
> self.store_channel = None
> self.store_mfn = None
>+ self.console_channel = None
>+ self.console_mfn = None
> self.controllers = {}
>
> self.info = None
>@@ -297,6 +300,9 @@
> if self.store_channel:
> self.store_channel.save...
2005 Nov 14
0
Xend fails to start on newly compiled xen dom0 kernel
..._new_domain
dominfo = XendDomainInfo.recreate(db, info)
File
"/usr/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py",
line 180, in recreate
vm.importFromDB()
File
"/usr/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py",
line 313, in importFromDB
self.store_channel =
self.eventChannelOld("store_channel")
File
"/usr/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py",
line 853, in eventChannelOld
return EventChannel.restoreFromDB(db, 0, self.id)
File
"/usr/lib/python2.4/site-packages/xen/xend/server/channel.py",
line 6...