similar to: Send sysrq to pv linux guest without xm?

Displaying 20 results from an estimated 8000 matches similar to: "Send sysrq to pv linux guest without xm?"

2006 Oct 17
0
[PATCH] Fixes for linking on Solaris
# HG changeset patch # User john.levon@sun.com # Date 1161090130 25200 # Node ID afeef751f9dafa771726bcfb00b29a10b0baeabd # Parent 7147e57f18552bbb8d25155cc1c635315283ee31 On Solaris, GCC is configured to use Sun''s LD. Fix the build to use the correct flags, and link against libsocket where necessary. Signed-off-by: John Levon <john.levon@sun.com> diff --git a/config/Linux.mk
2007 Sep 07
0
Backporting Xen 3.1 to Etch
Hi, this morining I was trying to compile xen 3.1 on my Debian Etch (AMD64). I have a little problem with gcc-multilib. It depends on many packages that don't exist in Etch. So I brutally remove it from debian/control and then dpkg-buildpackage. There was some warning on compilation: dpkg-shlibdeps: warning: format of `NEEDED libxenstore.so' not recognized dpkg-shlibdeps: warning: format
2007 Jul 09
0
[PATCH] Fix xm sysrq command for inactive managed domain
Hi, I tried to test a wrong operation on purpose again. When I tried xm sysrq command to a inactive managed domain, I saw the following error message. The error message did not have a message text behind "Error:". And I found an AssertionError message in xend.log. # xm list PVdomain.1 Name ID Mem VCPUs State Time(s) PVdomain.1
2006 Feb 22
2
use case for exposing xenstore attributes via sysfs [long]
I''ve seen some people asking why exposing xenstore attributes via sysfs could be useful. Here''s why I would really like to see such a patch make it into Xen: I''ve been working on getting domU''s to know enough about themselves to be manageable. I require a 128-bit UUID for each domU, and I require that each domU be able to determine its own UUID in userspace.
2007 Dec 02
2
Changes for 3.2
Hi folks Some proposed changes: * Fixiate the API/ABI of some libs, for the stable version, including - libxenctrl, - libxenstat, - libxenstore. As upstream don't know what abinames are for, roll own abinames. * Add libxenctrlX, libxenstatX, libxenstoreX, if abinames may be different or libxenX if the abinames should the same for all libs. * Add libxen-dev including - static
2006 Aug 03
3
RE: [Patch][RFC] Support "xm dump" (is Re: Re: [Patch]Enable "sysrq c" handler for domU coredump)
Two things: 1. I''m not convinced ''xm crash'' is needed - ''xm destroy'' will do this (and if you want a dump, do ''xm dump'' followed by ''xm destroy'') 2. I don''t see the point of the --noreboot option on ''xm dump'' -- I think this command should simply live-dump the specified domain - as
2013 Aug 16
3
Bug#466683: Expanding descriptions of some packages.
tags 466683 +patch thanks commit 765ac4708e4dd8a6fea0028d631a7c3363b286b7 Author: Ian Campbell <ijc at hellion.org.uk> Date: Fri Aug 16 10:30:17 2013 +0100 * debian/changelog: Update * debian/templates/control.main.in: Update descriptions for some packages. diff --git a/xen/debian/changelog b/xen/debian/changelog index 6100e75..e5b25ef 100644 --- a/xen/debian/changelog +++
2010 May 07
0
equivalent xe subcommands to ''xm sysrq'' and ''xm dump-core''
Hi all, Are there equivalent xe subcommands to ''xm sysrq'' and ''xm dump-core''? I looked up xe''s help message and hidden subcommands in source code but cannot find. -- Regards Yu Zhiguo _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2015 Feb 26
0
Does it still make sense to have versioned xen-hypervisor, libxen and xen-utils?
On Wed, Feb 18, 2015 at 02:53:07PM +0100, Stefan Bader wrote: > - libvirt > * 1.2.12 starts to validate configs and requires full path specifications > for hvmloader, pygrub, and qemu. Things are not completely cleared up, > yet. But for the future the xen build would create a xenlight.pc that > communicates the used paths. But still this would require to rewrite >
2008 Jan 28
6
Bug#462989: add missing header file for libvirt build
Package: libxen-dev Version: 3.2.0-2 Severity: wishlist Tags: patch Hi, libvirt needs privcmd.h to build. Please apply. Thanks for building a libxen-dev package, -- Guido Index: xen-3-3.2.0/debian/libxen-dev.install =================================================================== --- xen-3-3.2.0.orig/debian/libxen-dev.install 2008-01-28 18:43:43.000000000 +0000 +++
2008 Nov 27
1
Xguests 1.1.0 released
Hi, We''re happy to announce the 1.1.0 release of xguests, which uses Xenstat internals to print guest information in a variety of formats. Most of the information in ''xm top'' is exported. Formats include: * XML 1.0 * PHP Arrays * BASH arrays * Perl * CSV * Easy to scrape text * The standard ''xm list'' style format Sample output of the program
2013 Aug 17
2
double free or corruption in xl 4.2
Hi, I backported the 4.2 packages from sid to wheezy, it works, but sometime I obtain that kind of error, when trying to start a PV VM : # xl create /etc/xen/ronflex.cfg Parsing config from /etc/xen/ronflex.cfg *** glibc detected *** /usr/lib/xen-4.2/bin/xl: double free or corruption (!prev): 0x0000000001e6a960 *** ======= Backtrace: =========
2011 Apr 15
3
[PATCHv3] libxl: Exposed Flask XSM functionality
Adds support for assigning a label to domains, obtaining and setting the current enforcing mode, and loading a policy with xl command and libxl header when the Flask XSM is in use. Adheres to the changes made by the patch to remove exposure of libxenctrl/libxenstore headers via libxl.h. tools/libxl/libxl_flask.c | 71 ++++++++++++++++++ tools/libxl/Makefile | 2
2011 Jul 28
0
Send magic-sysrq from virtual serial console?
I am using CentOS 5.6 as a KVM host. My guests are running CentOS 5.6 with the only console being a virtual serial console. The guests are configured so magic-sysreq can be used to debug kernel issues. However, in order to send magic-sysrq from a serial port, I need to send a break. How does one send a break on the virtual console serial port provided by KVM/libvirt to guests? Thanks,
2011 Jan 27
0
How to send sysrq on "virsh console"
I have a KVM guest running on CentOS 5.5 that is in a bad state. I would like to dump the kernel information using magic-sysrq commands, but I cannot figure out how to send a break on the virtaul serial port provided by "virsh console". The guest is a standard install that will respond if I can send a break on the virtual serial port. Is it possible to send a break on the virtual
2015 May 15
1
Bug#785132: Bug#785132: No screen refresh on Windows 8.1 with xen-hypervisor-4.5-amd64
Hi, Here the packages related to xen installed on my system : ii grub-xen-bin 2.02~beta2-22 amd64 GRand Unified Bootloader, version 2 (Xen binaries) ii grub-xen-host 2.02~beta2-22 amd64 GRand Unified Bootloader, version 2 (Xen host version) ii libptexenc1 2014.20140926.35254-6 amd64 TeX Live: pTeX encoding
2006 Aug 03
2
RE: [Patch][RFC] Support "xm dump" (is Re: Re:[Patch]Enable "sysrq c" handler for domU coredump)
> Hi, Simon > > >Two things: > > > >1. I''m not convinced ''xm crash'' is needed - ''xm destroy'' will do this > >(and if you want > > a dump, do ''xm dump'' followed by ''xm destroy'') > > > What do you mean? > I think we cannot dump with "xm destroy" now. >
2006 Aug 01
18
[Patch] Enable "sysrq c" handler for domU coredump
Hi, In the case of linux, crash_kexec() is occured by "sysrq c". In the case of DomainU on xen, Help is occured by "sysrq c" now. So The way of dumping DomainU''s memory manualy is nothing. I fix this issue by the following way. 1. Panic is occured by "sysrq c" on both Domain0 and DomainU. 2. On DomainU, coredump is generated in /var/xen/dump (on Domain0).
2006 Jul 09
0
[PATCH] Fix error message of xm pause/unpause command
Hi, When I tested the xm pause/unpause command, I found poor error messages. The following is the error messages. # xm list Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 492 1 r----- 394.6 vm1 1 512 1 r----- 3.0 # xm pause 0 Error: (22, ''Invalid argument'') # xm pause
2006 Jan 13
2
[PATCH] unifying error message of migrate and sysrq
This patch unifys error messag of migrate and sysrq. Signed-off-by: Yoshinori Katase <y_katase@soft.fujitsu.com> Best Regards, Yoshinori Katase diff -r bfcdf4099d23 tools/python/xen/xm/migrate.py --- a/tools/python/xen/xm/migrate.py Thu Jan 12 13:27:55 2006 +++ b/tools/python/xen/xm/migrate.py Fri Jan 13 15:26:14 2006 @@ -56,8 +56,8 @@ if opts.vals.help: opts.usage()