similar to: about xc

Displaying 20 results from an estimated 10000 matches similar to: "about xc"

2005 Jul 25
1
Error in xend start of xen-unstable
xend cannot start with error: ...ption starting xend: ''module'' object has no attribute ''VIRQ_DOM_EXC'' Traceback (most recent call last): File "/usr/lib/python2.3/xen/xend/server/SrvDaemon.py", line 304, in run self.createFactories() File "/usr/lib/python2.3/xen/xend/server/SrvDaemon.py", line 319, in createFactories
2010 Jul 12
1
Bug#588811: pygrub fails to import xen.lowlevel.xc
Package: xen-utils-4.0 Version: 4.0.1~rc3-1 Severity: important When invoking pygrub either via command line or via bootloader being set in the configuration file, pygrub fails because it cannot import xen.lowlevel.xc. Example output: # /usr/lib/xen-default/bin/pygrub Traceback (most recent call last): File "/usr/lib/xen-default/bin/pygrub", line 20, in <module> import
2006 Jul 14
1
FW: error..please help me
I am working on FC5 [root@blrkec38274d ~]# xm list Error: Error connecting to xend: No such file or directory. Is xend running? THE LOG FILE xend.log is below.... [2006-06-28 18:22:59 xend] INFO (SrvDaemon:285) Xend Daemon started [2006-06-28 18:22:59 xend] INFO (SrvDaemon:289) Xend changeset: unavailable . [2006-06-28 18:23:00 xend.XendDomainInfo] DEBUG (XendDomainInfo:201)
2007 Apr 12
0
Problem with Xen3.0.4-1 ?
Hello all: My Environment: Ubuntu6.06 + Xen3.0.4 My XenLinux was booted successfully. But when i starting the "xend" service, errors displayed. I searched in google, but could not get an available solution. Please help me! Thank you very much! Error log: ----------------------------------------------------------------------------------------------- root@zwang-desktop:~#
2008 Aug 29
1
Debian version and xend
Hello, I just upgraded my 64-bits dom0 from Etch to Lenny, I am still running the 2.6.18 Xen kernel by apt-pinning it (see later). But now xend does not start anymore: ------------ xen:~# /etc/init.d/xend start Starting XEN control daemon: xendTraceback (most recent call last): File "/usr/lib/xen-3.0.3-1/bin/xend", line 40, in <module> from xen.xend.server import SrvDaemon
2006 Aug 30
3
arch-specific xc.c code?
Hi Ewan/Alistair, I have a patch that looks like this: diff -r a39ad4c78850 tools/libxc/xenctrl.h --- a/tools/libxc/xenctrl.h Wed Aug 30 13:51:12 2006 +0100 +++ b/tools/libxc/xenctrl.h Wed Aug 30 15:11:20 2006 -0500 @@ -416,6 +416,10 @@ int xc_domain_memory_populate_physmap(in unsigned int address_bits, xen_pfn_t
2010 Oct 17
2
Problems with installing Xen 3.1.3 from source code.
Hi, I am trying to install Xen 3.1.3 from the source code. The machine on which I would like to install it doesn''t have access to the Internet. So I did a "make world" on a different machine, copied the files to where I actually wanted to install Xen and then re-built and installed it. However, when I boot into the new kernel and try to execute "xm" or
2008 Jun 10
3
Bug#485598: xen-utils-3.0.3-1: xend doesn't start on amd64
Package: xen-utils-3.0.3-1 Version: 3.0.3-0-4 Severity: important # /etc/init.d/xend start Restarting XEN control daemon: xendTraceback (most recent call last): File "/usr/lib/xen-3.0.3-1/bin/xend", line 40, in <module> from xen.xend.server import SrvDaemon File "/usr/lib/xen-3.0.3-1/lib/python/xen/xend/server/SrvDaemon.py", line 17, in <module> import
2007 Oct 11
0
Problems starting xend.
Hi all, I know that this list isn't for usage and install level questions, but the people at xen-users at lists.xensource.com had no idea of what could be the problem and told me to get hold of a "debian-xen"-type list. Which yours came closest to. :-) My setup is a little bit strange, since i change the motherboard and processor of the system from a K7 to an AMD 64 a couple of
2005 Jun 11
0
Xend won''t start: attribute VIRQ_DOM_EXC (fwd)
I''ll step back to Xen stable, because of my network probs with Xen unstable. So I configured and compiled Xen 2.0.6, but I came to the following error after starting Xend: Exception starting xend: ''module'' object has no attribute ''VIRQ_DOM_EXC'' Traceback (most recent call last): File "/usr/lib/python/xen/xend/server/SrvDaemon.py", line 302,
2010 Jul 12
2
Bug#588811: [Patch] Import xen.lowlevel.xc later in pygrub
This is a relatively simple fix i found, I don't know if it need to be reported to upstream. Since the script resolves additional dependencies anyway by appending the path, we simply move the import xen.lowlevel.xc line to below the line that appends path. Worked like a charm for me. Rergards, Dmitry -------------- next part -------------- A non-text attachment was scrubbed... Name:
2006 Oct 18
0
can''t start xend
Hi, I''m running a recent fedora-compiled xen kernel and the libs that come with it. I''m unable to start xend. I''ve tracked down the problem to the fact that xen.lowlevel.xc seems to be unable to talk to xen via /proc/xen/ privcmd. When I run the test program below, I get a "function not implemented" which I think results from the fact that an ioctl
2018 Jan 25
0
Re: python 3 bindings on libguestfs
On Thu, Jan 25, 2018 at 01:31:09PM +0000, abinaya.manikandan@wipro.com wrote: > Hi, > > We are trying to build libguestfs RPM package using SPEC file. This is new information, and good that's how you should be building libguestfs on RHEL or CentOS. ... > 4. We could see python-guestfs libraries in below path, > > [root@euca-172-31-15-221 site-packages]$ pwd >
2008 Apr 14
0
Bug#476201: Fails to start
Package: xen-utils-3.2-1 Severity: normal Starting xend in sid from today gives: Starting XEN control daemon: xendTraceback (most recent call last): File "/usr/lib/xen-default/bin/xend", line 38, in <module> from xen.xend.server import SrvDaemon File "/usr/lib/xen-3.2-1/bin/../lib/python/xen/xend/server/SrvDaemon.py", line 20, in <module> import
2006 Sep 27
1
Trouble with xen-unstable x86_64
Hello, I downloaded the latest unstable and installed on 2 amd dual athalon 64 x2''s (dual cores). Kernel went fine. I''m getting this error when trying to start xend : ImportError: /usr/lib64/python/xen/lowlevel/xc.so: cannot open shared object file: No such file or directory .Traceback (most recent call last): File "/usr/sbin/xend", line 49, in ? from
2012 Apr 07
3
xenstored cannot start
Hi, My base system is Gentoo x64, and I compiled my kernel with Xen paravirtualization support. The kernel can boot without any problem in native mode. But when boot in Xen mode, I cannot start the xenstored service. This is my grub config file: title Gentoo x64 kernel-3.2.11-gentoo root (hd0,2) kernel /boot/kernel-3.2.11-gentoo root=UUID=38213e99-588e-4a7d-a215-8835f7afb1c4\
2010 Sep 09
2
[PATCH]: add libxl python binding
Changes since last time: - split auto-generated code in to c and h files - un-break the build system - fix ocaml binding due to libxl API change - lot''s of tidy-ups too numerous to mention Please consider and apply :) -----8<--------------------------------------------------------------- Introduce python binding for libxl. The binding is not yet complete but list_domains,
2007 Jul 15
0
virtman breaks after installing XEN 3.1 on SELS 10.1
I have an installation of 32bit SLES 10.1 on 2 servers in my lab that I just rebuilt. I applied the files from xen-3.1.0-install-x86_32.tgz and broke all the virtman functions. The errors I got indicate some missing python classes, specifically xen.install. I''m not sure why. This is what I get when I try to run virtman from the command line. If I try to run it from yast i get nothing.
2011 Jul 11
5
Unable to start xend
Hi, I''m trying to install Xen on Ubuntu 11.04. I read somewhere (please correct me if this is wrong) that Ubuntu hasn''t had dom0 support since 8.04 LTS, and the recommended action was to grab a dom0-enabled kernel from Debian, so I did. I''m running 2.6.32-5-xen-amd64 and built Xen 4.1.1 from source. After installation and some troubleshooting, I tried to start
2007 Nov 06
3
Problem while installing XEN 3.1 on Fedora 6
Hi, I downloaded XEN 3.1 source code on a fedora 6 machine. I did # make world # make install It did not give me an error then when I restarted the machine the Grub did not have 2 options. It had only one option that was the kernel. On loading the OS, when i gave # xend it gives the following errors: [root@localhost sbin]# xend ERROR Internal error: Could not obtain handle on privileged command