Displaying 20 results from an estimated 10000 matches similar to: "Xen and X, KDE, Gnome"
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 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
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
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
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
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
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\
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 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
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
2006 Jul 31
1
[PATCH 5/6] xen, tools: calculate nr_cpus via num_online_cpus
Once Xen calculates nr_nodes properly, all nr_cpu calculations based on
nr_nodes * sockets_per_node * cores_per_socket * threads_per_core are
broken. The easy fix is to replace those calculations with a new field,
nr_cpus in physinfo which is calculated by num_online_cpus(). This
patch does so and attempts to change all users over to nr_cpus field in
physinfo. This patch touches
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
2006 Sep 17
1
Error starting xend?
After upgrading to xen unstable packages I'm seeing the following
problem:
skx@itchy:~$ sudo /etc/init.d/xend restart
Restarting XEN control daemon: xendTraceback (most recent call last):
File "/usr/lib/xen-3.0-unstable-1/bin/xend", line 40, in ?
from xen.xend.server import SrvDaemon
File "/usr/lib/python2.4/site-packages/xen/xend/server/SrvDaemon.py", line 17,
2010 May 06
3
Bug#580500: xen-hypervisor-3.4-i386: Hypervisor fails to populate sysfs, causing xend to fail
Package: xen-hypervisor-3.4-i386
Version: 3.4.3~rc3-2
Severity: important
Tags: sid
After booting into the xen kernel, xm cannot run because xend is not running
(the sysfs hypervisor is not populated)
# dpkg -l | grep xen
ii libc6-xen 2.10.2-6
GNU C Library: Shared libraries [Xen version]
ii libxenstore3.0
2006 Aug 17
4
[PATCH]configuration files(sched-credit)
Currently with the credit scheduler, cpu_weight cannot be assigned to guest
domains at boot time.(it can be set with xm sched-weight after booting)
This patch allows CPU weight, and CAP to be set by the Xen configuration
files.
Specification:
The following can be added to the Xen configuration files.
1.CPU WEIGHT [OPTIONAL]
cpu_weight = cpu weight value
-sets the cpu time ratio to be
2008 Dec 20
1
xen/kernel-xen on OpenSuse 11.1 not starting; OK on OpenSuse 11.0
hi,
i''ve been successfully running a headless install of OpenSuse 11.0 + Xen 321 as
a Xen Dom0 w/ multiple DomUs for quite awhile ...
i just built up a new OpenSuse 11.1 + Xen 331 box.
short story -- not working, and not clear as to why not .entirely
possible i''ve missed some new config req''ts ...
what do I need to do to get xen behaving under 11.1?
i''m
2005 Oct 13
2
[PATCH] sedf get in XendClient API
Here are some patches I compiled to get sedf_get to the XendClient
API... sadly, however, the current xc frontend is missing a variable
(weight) and needed to be edited.
Below are my "homemade" patches (I did this since my code base is
EXTREMELY old... however the code is still valid)
tools/python/xen/lowlevel/xc/xc.c
line 766
static PyObject *pyxc_sedf_domain_get(PyObject *self,
2006 May 11
2
Problem to run xend
Hello People!!
I''ve a problem with the xend service, when i want to run it don'' t show me
nothing, so then i tried to run it like these:
/usr/sbin/xend start and show me a lot of errors see -->
ERROR: Could not obtain handle on privileged command interface (2 = No such file
or directory)
Traceback (most recent call last):
File "/usr/sbin/xend", line 33, in ?
2005 Sep 11
0
xend crashes, error 111 connection refused
Hi,
I have a problem with xend on Debian Sarge. I am using the 2.6.12-xen0
kernel with xen-unstable. I also installed the TwistedWeb package
TwistedWeb-0.5.0.
# xend start
/usr/lib/python2.3/site-packages/xen/xend/server/SrvDir.py:4:
DeprecationWarning: twisted.protocols.http has moved to
twisted.web.http. See http://twistedmatrix.com/projects/web.
from twisted.protocols import http
I think