Displaying 3 results from an estimated 3 matches for "handle_xend_error".
2005 Sep 22
3
Invalid state record -- pfn count out of range: 268435456
...1 511 3 1 r---- 411.3
[root@bl2-10 ~]# xm save 1 /tmp/vm1-saved
Traceback (most recent call last):
File "/usr/sbin/xm", line 10, in ?
main.main(sys.argv)
File
"/tmp/xen-unstable.hg/dist/install/usr/lib64/python/xen/xm/main.py", line
729, in main
handle_xend_error(argv[1], args[0], ex)
File
"/tmp/xen-unstable.hg/dist/install/usr/lib64/python/xen/xm/main.py", line
163, in handle_xend_error
raise ex
xen.xend.XendProtocol.XendError: xc_save failed: Invalid state record -- pfn
count out of range: 268435456
--
Regards,
David F Barrera
______...
2005 Dec 22
3
bug report of xm list and xm vcpu-list
...is unnatural.
# xm vcpu-list 13 15
Name ID VCPU CPU State Time(s) CPU
Affinity
Error: Domain ''13'' not found when running ''xm vcpu-list''
cause:
In tools/python/xen/xm/main.py, dom is always the first parameter of
non_option
def handle_xend_error(cmd, args, ex):
non_option = filter(lambda x: x[0] != ''-'', args)
dom = len(non_option) > 0 and non_option[0] or None
<---------look
error = str(ex)
if error == "Not found" and dom != None:
err("Domain ''%s'' not found w...
2005 Sep 13
1
xend falls over *a lot* in past 2 weeks
...root=/dev/ram0 name=default memory=64''
Using config file "/dev/null".
Traceback (most recent call last):
File "/usr/sbin/xm", line 10, in ?
main.main(sys.argv)
File "/root/xen-unstable/dist/install/usr/lib/python/xen/xm/main.py", line 724, in main
handle_xend_error(argv[1], args[0], ex)
File "/root/xen-unstable/dist/install/usr/lib/python/xen/xm/main.py", line 162, in handle_xend_error
raise ex
xen.xend.XendProtocol.XendError: (3, ''No such process'')
Unable to create domain
...
Any thoughts on why this is might be the case?...