Displaying 20 results from an estimated 21 matches for "xshandl".
Did you mean:
xshandle
2010 Jun 30
6
Xen 4 - Error 111 Refused Connection
...te(path, lambda t: t.mkdir(*args))
File
"/usr/lib64/python2.6/site-packages/xen/xend/xenstore/xstransact.py",
line 361, in complete
t = xstransact(path)
File
"/usr/lib64/python2.6/site-packages/xen/xend/xenstore/xstransact.py",
line 29, in __init__
self.transaction = xshandle().transaction_start()
File "/usr/lib64/python2.6/site-packages/xen/xend/xenstore/xsutil.py",
line 18, in xshandle
xs_handle = xen.lowlevel.xs.xs()
Error: (111, ''Connection refused'')
tail -f xend-debug.log
cat: /sys/bus/scsi/devices/host5/model: No such file or d...
2005 Oct 27
2
[PATCH] Enable xenstat to use xenstore & fix bugzilla #311
Signed-off-by: Jerone Young <jyoung5@us.ibm.com>
--
Jerone Young
IBM Linux Technology Center
jyoung5@us.ibm.com
512-838-1157 (T/L: 678-1157)
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2005 Oct 31
0
[PATCH] wild pointer in xenstat.c
...len;
struct xs_transaction_handle *xstranshandle;
snprintf(path, sizeof(path),"/local/domain/%i/name",
domain_id);
@@ -715,7 +715,7 @@ static char *xenstat_get_domain_name(xen
exit(1); /* Change this */
}
- name = (char *) xs_read(handle->xshandle, xstranshandle, path,
len);
+ name = (char *) xs_read(handle->xshandle, xstranshandle, path,
&len);
xs_transaction_end(handle->xshandle, xstranshandle, false);
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://li...
2011 Aug 10
2
xend fails on Open SUSE 11.4
...return complete(path, lambda t: t.read(*args))
File "/usr/lib64/python2.7/site-packages/xen/xend/xenstore/xstransact.py",
line 361, in complete
t = xstransact(path)
File "/usr/lib64/python2.7/site-packages/xen/xend/xenstore/xstransact.py",
line 29, in __init__
self.transaction = xshandle().transaction_start()
File "/usr/lib64/python2.7/site-packages/xen/xend/xenstore/xsutil.py", line
18, in xshandle
xs_handle = xen.lowlevel.xs.xs()
Error: (111, ''Connection refused'')
_______________________________________________
Xen-users mailing list
Xen-users@lists...
2010 Mar 31
1
Xend not starting (Lenny backport of Xen 3.4.3-rc3)
...dir
complete(path, lambda t: t.mkdir(*args))
File "/usr/lib/xen-3.4/lib/python/xen/xend/xenstore/xstransact.py",
line 361, in complete
t = xstransact(path)
File "/usr/lib/xen-3.4/lib/python/xen/xend/xenstore/xstransact.py",
line 29, in __init__
self.transaction = xshandle().transaction_start()
File "/usr/lib/xen-3.4/lib/python/xen/xend/xenstore/xsutil.py", line
18, in xshandle
xs_handle = xen.lowlevel.xs.xs()
Error: (111, 'Connection refused')
[2010-03-31 22:40:52 8813] INFO (SrvDaemon:220) Xend exited with status 1.
2014 Apr 10
0
Bug#744163: xenstore problems
...lete(path, self._allocateDeviceID)
File "/usr/lib/xen-4.1/bin/../lib/python/xen/xend/xenstore/xstransact.py", line 361, in complete
t = xstransact(path)
File "/usr/lib/xen-4.1/bin/../lib/python/xen/xend/xenstore/xstransact.py", line 29, in __init__
self.transaction = xshandle().transaction_start()
Error: (2, 'No such file or directory')
[2014-04-01 10:58:08 4821] ERROR (XendDomainInfo:488) VM start failed
After this, the system is left in an inconsistent state:
# xm list|grep x
x 69 1024 1 --ps-- 0.0
# xm de...
2006 Dec 02
3
Bug#401249: xen-utils-common: xenbr0 not being created
...lambda t: t.mkdir(*args))
File "/usr/lib/xen-3.0-unstable-1/lib/python/xen/xend/xenstore/xstransact.py", line 351, in complete
t = xstransact(path)
File "/usr/lib/xen-3.0-unstable-1/lib/python/xen/xend/xenstore/xstransact.py", line 20, in __init__
self.transaction = xshandle().transaction_start()
File "/usr/lib/xen-3.0-unstable-1/lib/python/xen/xend/xenstore/xsutil.py", line 18, in xshandle
xs_handle = xen.lowlevel.xs.xs()
Error: (111, 'Connection refused')
[2006-12-02 02:26:50 xend 2940] INFO (__init__:1072) Xend exited with status 1.
I have...
2006 May 11
0
"Exception starting xend ((2, ''No such file or directory''))" - what file?
...y", line 317, in Mkdir
complete(path, lambda t: t.mkdir(*args))
File "/usr/lib/python/xen/xend/xenstore/xstransact.py", line 323, in complete
t = xstransact(path)
File "/usr/lib/python/xen/xend/xenstore/xstransact.py", line 20, in __init__
self.transaction = xshandle().transaction_start()
File "/usr/lib/python/xen/xend/xenstore/xsutil.py", line 18, in xshandle
xs_handle = xen.lowlevel.xs.xs()
RuntimeError: (2, ''No such file or directory'')
(END)
--
Rasputin :: Jack of All Trades - Master of Nuns
http://number9.hellooperator.n...
2009 Jul 26
0
Bug#538766: xen-utils-common: fail to start xend
...ath, lambda t: t.mkdir(*args))
File "/usr/lib/xen-3.2-1/bin/../lib/python/xen/xend/xenstore/xstransact.py", line 361, in complete
t = xstransact(path)
File "/usr/lib/xen-3.2-1/bin/../lib/python/xen/xend/xenstore/xstransact.py", line 29, in __init__
self.transaction = xshandle().transaction_start()
File "/usr/lib/xen-3.2-1/bin/../lib/python/xen/xend/xenstore/xsutil.py", line 18, in xshandle
xs_handle = xen.lowlevel.xs.xs()
Error: (111, 'Connection refused')
[2009-07-27 00:48:52 14846] INFO (SrvDaemon:219) Xend exited with status 1.
2011 Apr 01
2
Need help with an issue after upgrading to 4.1.0
...path, lambda t: t.read(*args))
File "/usr/lib64/python2.6/site-packages/xen/xend/xenstore/xstransact.py",
line 361, in complete
t = xstransact(path)
File "/usr/lib64/python2.6/site-packages/xen/xend/xenstore/xstransact.py",
line 29, in __init__
self.transaction = xshandle().transaction_start()
Error: (19, ''No such device'')
The no such file or directory errors existed in 4.0.1 as well and never
cause me an issue. It''s the exception starting xend that is killing me.
I have attempted to search the userlist without any success. Has any...
2012 Nov 08
0
Sometimes unable to reboot VM
...complete(self.dompath, lambda t: self._recreateDomFunc(t))
File "/usr/lib/python2.6/dist-packages/xen/xend/xenstore/xstransact.py",
line 364, in complete
if t.commit():
File "/usr/lib/python2.6/dist-packages/xen/xend/xenstore/xstransact.py",
line 41, in commit
rc = xshandle().transaction_end(self.transaction, False)
Error: (2, ''No such file or directory'')
[2012-11-08 15:17:33 2381] ERROR (XendDomainInfo:2235) Failed to restart
domain 70.
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/xen/xend/XendDomainInfo.py"...
2009 Jul 13
0
Bug#536806: xen-utils-common - xend start fails
...lete(path, lambda t: t.mkdir(*args))
File "/usr/lib/xen-3.2-1/bin/../lib/python/xen/xend/xenstore/xstransact.py",
line 361, in complete
t = xstransact(path)
File "/usr/lib/xen-3.2-1/bin/../lib/python/xen/xend/xenstore/xstransact.py",
line 29, in __init__
self.transaction = xshandle().transaction_start()
File "/usr/lib/xen-3.2-1/bin/../lib/python/xen/xend/xenstore/xsutil.py", line
18, in xshandle
xs_handle = xen.lowlevel.xs.xs()
Error: (111, 'Connection refused') es lag an der neuen xen-utils-common
Version 3.3.1-1.
Ich habe auf 3.2.0-2 gedowngegradet...
2006 May 22
2
Bug#368531: RuntimeError: (111, 'Connection refused')
...t.mkdir(*args))
File "/usr/lib/python2.3/site-packages/xen/xend/xenstore/xstransact.py", line 323, in complete
t = xstransact(path)
File "/usr/lib/python2.3/site-packages/xen/xend/xenstore/xstransact.py", line 20, in __init__
self.transaction = xshandle().transaction_start()
File "/usr/lib/python2.3/site-packages/xen/xend/xenstore/xsutil.py", line 18, in xshandle
xs_handle = xen.lowlevel.xs.xs()
RuntimeError: (111, 'Connection refused')
The machine is a plain etch.
The kernel is a binary obtained from Xen.
Th...
2010 Jun 13
3
Can''t start xend
Hi everyone,
I managed to install xen 4 on ubuntu lucid. I managed to read around what
kernel configuration options are needed.
The problem is that xend can''t start. If I try to run it I get errors from
some python scripts.
virt-viewer can''t connect to xend, also.
I followed the steps in the Xen 4 wiki and the links from Boris'' blog.
What should I do?
These are the
2009 Nov 17
0
xend and xen-tool crashed after intensive operation
...t
self._refresh(refresh_shutdown = False)
File "/usr/lib64/python2.5/site-packages/xen/xend/XendDomain.py", line
396, in _refresh
txn = xstransact()
File "/usr/lib64/python2.5/site-packages/xen/xend/xenstore/xstransact.py",
line 21, in __init__
self.transaction = xshandle().transaction_start()
Error: (9, ''Bad file descriptor'')
*So I tried to restart xend daemon but failed to do so. *
*What is the problem for this? and How can I re-run the guests without
rebooting the physical machine? *
>service xend start
Starting xen daemons: xenstored blkta...
2012 Aug 24
0
Bug#666135: [PATCH] xen-xs: fix uuid of renamed domain
...oreDomainGetUUID(virConnectPtr conn,
snprintf(prop, 199, "/local/domain/%d/vm", id);
prop[199] = 0;
/* This will return something like
- * /vm/00000000-0000-0000-0000-000000000000 */
+ * /vm/00000000-0000-0000-0000-000000000000[-*] */
uuidstr = xs_read(priv->xshandle, 0, prop, &len);
+ /* Strip optional version suffix when VM was renamed */
+ if (len > 40) /* strlen('/vm/') + VIR_UUID_STRING_BUFLEN - sizeof('\0') */
+ uuidstr[40] = '\0';
/* remove "/vm/" */
ret = virUUIDParse(uuidstr + 4, uuid);...
2007 Jan 10
1
xenstore watch for domU shutdown
...Thanks!
~Dave
#####################BEGIN CODE##############################
from xen.xend.xenstore.xsutil import *
from xen.xend.xenstore.xswatch import *
from sys import argv
from xen.xend.xenstore.xstransact import xstransact
#domid of the domU guest
domid = int(argv[1])
xs = xshandle()
path = xs.get_domain_path(domid)
def myHandleShutdownWatch(_):
f = open("/scratch/TEST", "w")
f.write("Shutdown called")
f.close()
return True
mywatch = xswatch(path+"/control/shutdown",myHandleShutdownWatch)
_________________...
2010 May 25
0
Loss of hypervisor control - xm, xentop
...07,
in list
self._refresh(refresh_shutdown = False)
File "/usr/lib/xen-3.2-1/lib/python/xen/xend/XendDomain.py", line 396,
in _refresh
txn = xstransact()
File "/usr/lib/xen-3.2-1/lib/python/xen/xend/xenstore/xstransact.py",
line 29, in __init__
self.transaction = xshandle().transaction_start()
Error: (32, ''Broken pipe'')
All the same (xen) processes are running on both machines:
ps waux|grep xen
root 63 0.0 0.0 0 0 ? S< May19 0:00
[xenwatch]
root 64 0.0 0.0 0 0 ? S< May19 0:00
[xen...
2007 Oct 31
3
Error: (9, ''Bad file descriptor'')
...uot;/home/xen/xen-3.1-testing.hg/dist/install/usr/lib/python/xen/xend/xenstore/xstransact.py",
line 352, in complete
t = xstransact(path)
File "/home/xen/xen-3.1-testing.hg/dist/install/usr/lib/python/xen/xend/xenstore/xstransact.py",
line 21, in __init__
self.transaction = xshandle().transaction_start()
Error: (9, ''Bad file descriptor'')
Config file
kernel = "/boot/vmlinuz-2.6.18-xen"
ramdisk = "/boot/initrd-2.6.18-xen.img"
name = "ldap"
memory = "1024"
disk = [ ''phy:/dev/VolGroup00/ldap,sda1,w'']
r...
2005 Nov 14
0
Xend fails to start on newly compiled xen dom0 kernel
...if"):
File
"/usr/lib/python2.4/site-packages/xen/xend/xenstore/xstransact.py",
line 110, in list
ret.extend(self._list(key))
File
"/usr/lib/python2.4/site-packages/xen/xend/xenstore/xstransact.py",
line 103, in _list
return map(lambda x: key + "/" + x,
xshandle().ls(path))
RuntimeError: (2, ''No such file or directory'')
Exception exceptions.RuntimeError: (2, ''No such file
or directory'') in <bound method xstransact.__del__ of
<xen.xend.xenstore.xstransact.xstransact
instance$Traceback (most recent call last):
Fi...