search for: domain_getinfo

Displaying 12 results from an estimated 12 matches for "domain_getinfo".

2009 Jun 25
0
Error creating vm xen3.4
...eate a new virtual machine in a new instalation of xen3.4 ( compiled from source) i get this error: xm create windows2.hvm Using config file "./windows2.hvm". Error: Domain ''y'' does not exist. And this is the log: [2009-06-25 17:59:42 13862] TRACE (XendDomainInfo:291) domain_getinfo(2) failed, ignoring: (3, ''No such process'') [2009-06-25 17:59:42 13862] TRACE (XendDomainInfo:291) domain_getinfo(2) failed, ignoring: (3, ''No such process'') [2009-06-25 17:59:42 13862] DEBUG (XendDomainInfo:2198) Destroying device model [2009-06-25 17:59:42 1386...
2008 Mar 25
2
Re: [Fedora-xen] RHEL5 - Xend will not start after software upgrade
...end/XendDomain.py", line 655, in instance inst.init() File "/usr/lib64/python2.4/site-packages/xen/xend/XendDomain.py", line 76, in init self._add_domain( File "/usr/lib64/python2.4/site-packages/xen/xend/XendDomain.py", line 139, in xen_domains domlist = xc.domain_getinfo() Error: (13, ''Permission denied'') I googled around, but I can''t find anything useful. Some people mentioned they rolled back to the previous version of the kernel-xen, xend, xen-libs. I would like to find the reasons behind the problem before rolling back. Any assist...
2006 Oct 18
0
can''t start xend
...not implemented" which I think results from the fact that an ioctl call to a newly opened /proc/xen/privcmd fails. Any ideas what may cause this to fail? Thanks for any ideas!!! /Lars [root@cluster13 ~]# cat test.py #!/bin/env python import xen.lowlevel.xc xc = xen.lowlevel.xc.xc() print xc.domain_getinfo() [root@cluster13 ~]# ./test.py Traceback (most recent call last): File "./test.py", line 4, in ? print xc.domain_getinfo() xen.lowlevel.xc.Error: (38, ''Function not implemented'') [root@cluster13 ~]# [root@cluster13 ~]# uname -a Linux cluster13.sics.se 2.6.18-1...
2007 Jun 27
2
xen not working: xmlrpc.sock doesn''t exist
...en/xend/XendDomain.py", line 582, in instance inst.init() File "/usr/lib/python2.4/site-packages/xen/xend/XendDomain.py", line 75, in init self._add_domain( File "/usr/lib/python2.4/site-packages/xen/xend/XendDomain.py", line 138, in xen_domains domlist = xc.domain_getinfo() error: (38, ''Function not implemented'') also, I tried strace xm list 2>&1 to see what''s exactly happening. Everything works correctly until it tries to open /var/run/xend/xmlrpc.sock , wich doesn''t exists. this is the output. socket(PF_FILE, SOCK_ST...
2010 Oct 26
0
XCP 0.5 killing umanaged domain (BUG?)
...te_env) D:634f731b810a|xenops] Domain.destroy: rm /local/domain/369 [20101026T14:50:09.829Z|debug|cvt-xh4|0 thread_zero|dbsync (update_env) D:634f731b810a|xenops] Domain.destroy: deleting backend paths [20101026T14:50:09.830Z|debug|cvt-xh4|0 thread_zero|dbsync (update_env) D:634f731b810a|xenops] Xc.domain_getinfo 369 threw: getinfo failed: domain 369: hypercall 36 fail: 11: Resource temporarily unavailable (ret -1) -- assuming domain nolonger exists [20101026T14:50:09.830Z|debug|cvt-xh4|0 thread_zero|dbsync (update_env) D:634f731b810a|xenops] Xc.domain_getinfo 369 threw: getinfo failed: domain 369: getinfo...
2005 Sep 16
0
Creating domU failed with "xenconsole: xs_get_domain_path(): No such file or directory"
...lib/python/xen/xend/XendDomain.py", line 207, in _delete_domain info.delete() File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 712, in delete if dom_get(self.domid): File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 113, in dom_get domlist = xc.domain_getinfo(dom, 1) SystemError: Objects/listobject.c:61: bad argument to internal function 142,1 Bot Regards, Hien Nguyen Linux Technology Center AUSTIN Phone: (512) 838-4140 Tie Line: 678-4140 e-mail: hien1@us.ibm.c...
2013 Jul 06
0
"Operation not permitted" error when using "xe vm-start"
...rt R:5de44eac7eab|xenops] Domain.destroy: rm /local/domain/2 [20130705T23:36:17.963Z|debug|vmhost|145 UNIX /var/lib/xcp/xapi|VM.start R:5de44eac7eab|xenops] Domain.destroy: deleting backend paths [20130705T23:36:17.964Z|debug|vmhost|145 UNIX /var/lib/xcp/xapi|VM.start R:5de44eac7eab|xenops] Xenctrl.domain_getinfo 2 threw: 1: Operation not permitted -- assuming domain nolonger exists [20130705T23:36:17.964Z|debug|vmhost|145 UNIX /var/lib/xcp/xapi|VM.start R:5de44eac7eab|xenops] Xenctrl.domain_getinfo 2 threw: 1: Operation not permitted -- assuming domain nolonger exists [20130705T23:36:17.964Z| info|vmhost|1...
2006 May 02
0
Mini-OS and Xend issue
...lem goes away and does not show up again. This happens only on fresh boots. I did a little tracing on "xm list". (xm log is at the bottom) xm list ends up calling xm/main.py: xm_list()->getDomains()->server.xend.domains(1) This ends up in xend/XendDomain.py: xen_domains() -> xc.domain_getinfo() This ends up in lowlevel/xc/xc.c: pyxc_domain_getinfo() Strange thing is that can see the last debug print in getDomains before it called xen_domains() and the last print in xen_domains(). But I cannot see the next print in getDomains(). Is a locking issue with "domains_lock" happening...
2007 Mar 07
5
Permission denied when starting XEN
...ges/xen/xend/XendDomain.py", line 655, in instance inst.init() File "/usr/lib/python2.3/site-packages/xen/xend/XendDomain.py", line 76, in init self._add_domain( File "/usr/lib/python2.3/site-packages/xen/xend/XendDomain.py", line 139, in xen_domains domlist = xc.domain_getinfo() Error: (13, ''Permission denied'') *******************end of xend.log*********************** _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2010 Oct 27
25
xend does not start
...r self.run() File "/usr/lib/python2.6/dist-packages/xen/xend/XendMonitor.py", line 230, in run for domid, cputimes in self._get_cpu_stats().items(): File "/usr/lib/python2.6/dist-packages/xen/xend/XendMonitor.py", line 208, in _get_cpu_stats for domain in self.xc.domain_getinfo(): Error: (13, ''Permission denied'') Does anyone have any Idea of how can I start xend correctly ? Thank you! -- David Cemin _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2010 Oct 27
25
xend does not start
...r self.run() File "/usr/lib/python2.6/dist-packages/xen/xend/XendMonitor.py", line 230, in run for domid, cputimes in self._get_cpu_stats().items(): File "/usr/lib/python2.6/dist-packages/xen/xend/XendMonitor.py", line 208, in _get_cpu_stats for domain in self.xc.domain_getinfo(): Error: (13, ''Permission denied'') Does anyone have any Idea of how can I start xend correctly ? Thank you! -- David Cemin _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2005 Aug 30
4
Re: [Xen-changelog] New console transport and update xenconsoled.
...in(msg.u.control.remote_dom); >- buffer_append(&dom->buffer, >- msg.u.control.msg.msg, >- msg.u.control.msg.length); > } > } > >@@ -291,9 +421,12 @@ > { > int domid = 0; > xc_dominfo_t dominfo; >+ struct domain *dom; > > while (xc_domain_getinfo(xc, domid, 1, &dominfo) == 1) { >- lookup_domain(dominfo.domid); >+ dom = lookup_domain(dominfo.domid); >+ if (dominfo.dying || dominfo.crashed || dominfo.shutdown) >+ dom->is_dead = true; > domid = dominfo.domid + 1; > } > } >@@ -302,12 +435,11 @@ > { >...