search for: xsutil

Displaying 13 results from an estimated 13 matches for "xsutil".

Did you mean: psutil
2010 Jun 30
6
Xen 4 - Error 111 Refused Connection
...ore/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 directory cat: /sys/bus/scsi/devices/host5/type: No such file or directory cat: /sys/bus/scsi/dev...
2011 Aug 10
2
xend fails on Open SUSE 11.4
...n/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.xensource.com http://lists.xensource.com/xen-users
2010 Mar 31
1
Xend not starting (Lenny backport of Xen 3.4.3-rc3)
...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.
2009 Mar 23
2
[LLVMdev] Problem Compiling Test-suite
Hello, I am new in using llvm so I would like to get some help on how to compile test-suite. Assumptions: llvm is in /llvm directory llvm-gcc is in /llvm-4.2-2.4-x86-linux-RHEL4/bin I have tried compiling test-suite and I get the following error: $make make[1]: Entering directory '/llvm/projects/test-suite/SingleSource' make[2]: Entering directory
2007 Jan 10
1
xenstore watch for domU shutdown
...; token... seems promising? My code is attached below. As is, if fails to call the registered watch function on a domain shutdown. Any help or suggestions would be greatly appreciated. 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&quot...
2006 Dec 02
3
Bug#401249: xen-utils-common: xenbr0 not being created
...ansact.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 another Debian sid which I installed last week and does not show that behavior. Just in case i am a...
2006 May 11
0
"Exception starting xend ((2, ''No such file or directory''))" - what file?
...e "/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.net/ _______________________________________________ Xen-users mailing list X...
2009 Jul 26
0
Bug#538766: xen-utils-common: fail to start xend
...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.
2009 Jul 13
0
Bug#536806: xen-utils-common - xend start fails
...store/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 und xend l?uft wieder. [2009-07-12 06:55:41 15119] INFO (SrvDaemon:219) Xend exited with status...
2006 May 22
2
Bug#368531: RuntimeError: (111, 'Connection refused')
...quot;, 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. The previous installation of Xen was manual and everything worked (it is not my first Xen instal...
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
2007 Jul 15
0
virtman breaks after installing XEN 3.1 on SELS 10.1
...test_XendConfig xen.xend.tests.test_sxp xen.xend.tests.test_uuid xen.xend.uuid - Universal Unique Identifiers (UUIDs). By default, UUIDs generated here are xen.xend.xenstore (package) xen.xend.xenstore.tests (package) xen.xend.xenstore.tests.stress_xs xen.xend.xenstore.xstransact xen.xend.xenstore.xsutil xen.xend.xenstore.xswatch xen.xm.XenAPI xen.xm (package) xen.xm.addlabel - Labeling a domain configuration file or a resource. xen.xm.cfgbootpolicy - Configuring a security policy into the boot configuration xen.xm.console xen.xm.create - Domain creation. xen.xm.dry-run - Tests the security setting...
2007 Sep 15
9
Boot Problem with XEN 3.1.
Hi to all. I''m installed XEN3.1 correctly but I''m some problem to start it. XEN start but I received this message: VFS: Cannot open root device "hda5" or unknown-block(0,0) Please append a correct "root=" boot option Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0) This is strange because my grub is configured like this: