Displaying 7 results from an estimated 7 matches for "vmpath".
Did you mean:
mpath
2009 Dec 07
1
Automon -> Voicemail
Hi all,
What's the best method to send automon call recordings (*1) to the
voicemail box of the Asterisk user?
Do you have to trap hangups, etc, or is there some global variable
that can be set?
Thanks!
S.
2007 Mar 05
2
[PATCH] Make save/restore of multiple VCPU contexts arch dependent
...-r 3ac19fda0bc2 tools/python/xen/xend/XendDomainInfo.py
--- a/tools/python/xen/xend/XendDomainInfo.py Fri Mar 02 12:11:52 2007 +0000
+++ b/tools/python/xen/xend/XendDomainInfo.py Mon Mar 05 10:30:22 2007 -0700
@@ -775,13 +775,18 @@ class XendDomainInfo:
t.write(''vm'', self.vmpath)
def _storeDomDetails(self):
+ if arch.type == "x86":
+ mp_suspend = 1
+ else:
+ mp_suspend = 0
+
to_store = {
''domid'': str(self.domid),
''vm'': sel...
2013 Jul 09
0
Xen + libvirt: VM name 'Domain-Unnamed' already exists
...ent call last):
File "/ usr/lib64/python2.6/site-packages/xen/xend/XendDomain.py", line 445, in _refreshTxn
new_dom XendDomainInfo.recreate = (dom, False)
File "/ usr/lib64/python2.6/site-packages/xen/xend/XendDomainInfo.py", line 204, in recreate
vmpath = vmpath)
File "/ usr/lib64/python2.6/site-packages/xen/xend/XendDomainInfo.py", line 455, in __ init__
self._checkName (self.info ['name_label'])
File "/ usr/lib64/python2.6/site-packages/xen/xend/XendDomainInfo.py", line 3524, in _checkName...
2012 Jul 17
1
Bug#681213: Full logs?
Hi Orazio,
Is "NoneType object is unsubscriptable" the full and complete error message?
I'd have expected some sort of accompanying backtrace, if not on the console
then in /var/log/xen/*
Is this issue by any chance fixed by installing the xen-qemu-dm-4.0 package?
Lastly, does this happen with the packages from Wheezy?
Thanks,
Ian.
2007 Jun 15
0
Exception starting xend ((11, ''Resource temporarily unavailable''))
...6, in init
dom0 = XendDomainInfo.recreate(dom0info, True)
File "//usr/lib/python/xen/xend/XendDomainInfo.py", line 186, in recreate
vm._registerWatches()
File "//usr/lib/python/xen/xend/XendDomainInfo.py", line 757, in
_registerWatches
self.vmWatch = xswatch(self.vmpath, self._storeChanged)
File "//usr/lib/python/xen/xend/xenstore/xswatch.py", line 35, in __init__
xs.watch(path, self)
Error: (11, ''Resource temporarily unavailable'')
[2007-06-14 05:02:02 xend 26519] INFO (SrvDaemon:218) Xend exited with
status 1.
Pranav.
________...
2014 Apr 10
0
Bug#744163: xenstore problems
...elf._refreshTxn(txn, refresh_shutdown)
File "/usr/lib/xen-4.1/bin/../lib/python/xen/xend/XendDomain.py", line 445, in _refreshTxn
new_dom = XendDomainInfo.recreate(dom, False)
File "/usr/lib/xen-4.1/bin/../lib/python/xen/xend/XendDomainInfo.py", line 180, in recreate
vmpath = xstransact.Read(dompath, "vm")
File "/usr/lib/xen-4.1/bin/../lib/python/xen/xend/xenstore/xstransact.py", line 307, in Read
return complete(path, lambda t: t.read(*args))
File "/usr/lib/xen-4.1/bin/../lib/python/xen/xend/xenstore/xstransact.py", line 361, in...
2007 Feb 26
2
[PATCH 0 of 2] Parse image elfnotes, write them to xenstore, save and load via image sxpr
Here are two patches that let xm create, save and restore extract and
preserve elfnotes read by the domain builder. This is handy for a few
things. In particular, I''d like it so that xm can decide whether or
not guest domains support fast resume (if save fails, or for
checkpointing).
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com