Displaying 20 results from an estimated 10000 matches similar to: "xenconsoled"
2011 Jun 02
2
Bug#628912: xenconsoled and xenstored stopping unhandled by init script
Package: xen-utils-4.0
Version: 4.0.1-2
Hi,
When you change XENCONSOLED_ARGS in /etc/default/xend, there's no normal way
to apply it. Even if you do '/etc/init.d/xend stop', that doesn't stop
xenconsoled, despite the fact the analogous 'start' action did start it.
There isn't even a separate init script action to stop it, it has to be
killed manually. Same goes for
2010 Mar 20
3
Bug#574675: xen-utils-common: stop fails when some of the daemons are not running
Package: xen-utils-common
Version: 3.4.2-3
Severity: normal
If one daemon is running but the others are not then the stop script will
fail.
It should use the pid file for each daemon and try to stop them independently.
Note that the fact that Xen shouldn't get into this state is not relevant,
daemons do periodically fail, relevant system control scripts should be able
to stop them even
2007 Jun 27
2
xen not working: xmlrpc.sock doesn''t exist
Hi all,
I have some serious problems making Xen run. I have spent a couple of days
looking in Google and trying a lot of different things, but none of them has
worked. I hope you can help me...
First of all: xen was running smoothly on my machine, but suddenly (I think
I haven''t changed any configuration) it doesn''t work anymore.
I am using a Debian 4.0 with Xen 3.
When
2013 Jan 10
10
[PATCH v2 1/2] xenconsoled: use grant references instead of map_foreign_range
Grant references for the xenstore and xenconsole shared pages exist, but
currently only xenstore uses these references. Change the xenconsole
daemon to prefer using the grant reference over map_foreign_range when
mapping the shared console ring.
This allows xenconsoled to be run in a domain other than dom0 if set up
correctly - for libxl, the xenstore path /tool/xenconsoled/domid
specifies the
2007 Jul 19
1
Bug#433780: xen-utils-common: /etc/init.d/xend restart should restart xenstored and xenconsole
Package: xen-utils-common
Version: 3.0.3-0-2
Severity: normal
There should be a clean and clearly defined way to restart all the Xen daemons
in the case of error.
If the file /var/lib/xenstored/tdb is corrupt then you must stop xenstored,
rm the file, and then restart it. Currently there is no defined way of doing
this so the solution is to kill -9 the process, rm the file, and then reboot.
--
2017 Jan 17
2
Bug#851654: Prerm maintainer script unconditionally stops xend/xenconsoled
Hi Ian,
On Tue, Jan 17, 2017 at 10:58 +0000, Ian Jackson wrote:
> Wolodja Wentland writes ("Bug#851654: Prerm maintainer script unconditionally
> stops xend/xenconsoled"): > We triggered a xen stop by removing obsolete
> xen-utils-4.1 packages while already using xen-utils-4.4.
> I think a xenconsoled restart should be harmless, so I think it is
> probably right that
2007 Jun 01
1
RFC: making the xen startup integrate better with distros
What follows below is an outline of what we''re changing in Xen startup
for Fedora 8. I know historically when getting into initscripts you tend
to hit distro specific issues. So I''m posting this to see if there''s any
interest from others in having these changes integrated upstream. I''d
like to thing that with a few minor tweaks this is general enough to be
2010 Nov 04
3
newbie: "Is xend running?"
hello all,
it''s my first time ever with xen (or even virtualization in general).
I installed Xen 3.2 on top of a Debian Lenny kernel 2.6.26-2-686 via
apt-get. Boot options are:
title Xen 3.2-1-i386 / Debian GNU/Linux, kernel 2.6.26-2-xen-686
root (hd0,0)
kernel /xen-3.2-1-i386.gz dom0_mem=512000
module /vmlinuz-2.6.26-2-xen-686 root=/dev/mapper/athena-root ro console=tty0
module
2017 Jan 17
6
Bug#851654: Prerm maintainer script unconditionally stops xend/xenconsoled
Package: xen-utils-4.4
Severity: normal
Dear Maintainer,
the xen-utils-4.4 and xen-utils-4.1 prerm maintainer scripts contain the following code snippet:
remove|upgrade)
update-alternatives --remove xen-default /usr/lib/xen-4.4
if [ -x "/etc/init.d/xen" ]; then
invoke-rc.d xen stop || exit $?
fi
;;
which, in conjunction with the postinst
2008 Jun 12
3
Detach specific partition LVM of XEN
Hi...
I have had a problem when I am going to detach one specific LVM partitions
of Xen, so I have been trying xm destroy <domain>, lvchange -an
<lvm_partition>, lvremove -f.... So I haven''t had sucess. I restarted the
server with init 1 yet and nothing... I have seem two specific process
started xenwatch and xenbus, but I am not sure if this processes have
some action over
2010 Aug 09
1
[PATCH 1 of 4] xenconsoled: do not write the pty under serial
xenconsoled: do not write the pty under serial in xenstore if
xenconsoled is handling a consolepath.
The idea is that pv consoles use the "console" prefix in xenstore and
emulated serials use the "serial" prefix in xenstore.
There is no need to write the pty for a pv console under "serial",
considering that xenconsoled is already writing the pty under
2006 Dec 07
6
problem restarting xenstored
As any other daemon, I''d assume it should be possible to restart xenstored (i.e.
if it crashed or if, during development, a fix was made to it that needs to be
tested). However, as I learned after over a day of digging, things don''t work
anymore after doing so: Since the watches are transient, they''re lost with the
daemon going away.
Right now I specifically need this in
2009 Mar 02
2
Bug#517863: Make logging of guest console output in dom0 via xenconsoled configurable
Package: xen-utils-3.2-1
Version: 3.2.1-2
Severity: wishlist
Hi,
this morning I spend some time to find out how to log console output of
Xen guest domains into a file in dom0.
I ended up using a quick 'n dirty solution:
mario:/usr/lib/xen-3.2-1/bin 0-# diff -u xend.orig xend
--- xend.orig 2009-03-02 16:49:49.000000000 +0100
+++ xend 2009-03-02 16:16:03.000000000 +0100
@@ -100,7 +100,8 @@
2010 Sep 19
3
Bug#597403: xen-utils-common: need to run restorecon in /etc/init.d/xend on SE Linux systems
Package: xen-utils-common
Version: 4.0.0-1
Severity: important
After running modules_setup you need to have the following line:
[ -x /sbin/restorecon ] && /sbin/restorecon -R /dev/xen
The reason is that the module load causes the kernel to create device nodes in
the devtmpfs. This bypasses the udev code for labelling the device node and
results in xenstored being unable to access
2012 Dec 13
3
[PATCH] xenconsoled: use grant references instead of map_foreign_range
Grant references for the xenstore and xenconsole shared pages exist, but
currently only xenstore uses these references. Change the xenconsole
daemon to prefer using the grant reference over map_foreign_range when
mapping the shared console ring.
This allows xenconsoled to be run in a domain other than dom0 if set up
correctly - for libxl, the xenstore path /tool/xenconsoled/domid
specifies the
2006 Aug 30
1
Bug#385308: Please provide way to run xend in the foreground, without daemonizing
Package: xen-utils-3.0
Version: 3.0.2+hg9697-2
Severity: wishlist
Hi,
it would be nice to run xend under the supervision of runit. xenconsoled and
xenstored already provide relevant switches (-i and --no-fork).
Thanks
Andras
--
Andras Korn <korn at chardonnay.math.bme.hu>
<http://chardonnay.math.bme.hu/~korn/> QOTD:
Paranoid: someone
2010 Mar 31
1
Xend not starting (Lenny backport of Xen 3.4.3-rc3)
Hi,
I have recompiled xen-3_3.4.3~rc3-1 in Lenny, together with the
2.6.32-10 kernel. While my dom0 boots without issue under Xen, xend
refuses to start. I have cut/past my xend.log is bellow.
Is there any reason why a backport of this version of Xen wouldn't work
in Lenny? Should I try the already compiled SID binaries in Lenny
without trying to build myself?
Cheers,
Thomas
When I start
2006 Dec 11
2
changes in libxc
Hi,
I''m trying to test some changes of mine to libxc and python/xc.c, does
it requires a boot any time I''m trying to test them?
What are your development practices?
Thanks,
David.
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2012 Oct 06
7
How to auto-start Guests when using 'xl' toolstack? 'old' configs in /etc/xen/auto/ are ignored without xend service active.
I''ve migrated my Dom0 host to Xen 4.2.0 + xl toolstack.
With ''xm'' toolstack, configs in /etc/xen/auto are autostarted, assuming
xend/xendomains services are started.
IIUC, when using xl toolstack, those services are not to be started;
and, afaict, the installation process for 4.2 has them disabled by
default.
Now, the configs in /etc/xen/auto are simply ignored. I
2007 Jan 22
5
Final Xen SMF fast-track
This fast-track covers the SMF-related changes for dom0. This is a final draft,
so any comments by the end of the week please...
Man pages are attached.
thanks
john
SMF services for Xen
1. Introduction
This case introduces the SMF services used by a Solaris-based domain 0 when
running on Xen, or a Xen-compatible hypervisor. All of these services only
run on domain 0 when booted