similar to: Send magic-sysrq from virtual serial console?

Displaying 20 results from an estimated 50000 matches similar to: "Send magic-sysrq from virtual serial console?"

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
2005 Aug 11
3
serial console & sysrq?
Hi, is there some way to trigger sysrq from the serial console in xenlinux? With native linux it works by sending a break + sysrq letter, in xenlinux it doesn''t work that way though ... cheers, Gerd -- panic("it works"); /* avoid being flooded with debug messages */ _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com
2013 Sep 30
1
SysRq over usb serial adapters
I am having trouble sending sysrq commands over USB serial, and I'm not sure what else to check. I have two identical machines, each with usb-to-serial adapters, joined by a null modem adapter. One runs an agetty, the other minicom. I can log in over the agetty as a user and it works as expected, until I try to send a sysrq. To send a break in minicom, I type [Ctrl]+[a] then [f]. Then I
2008 Oct 30
0
Send sysrq to pv linux guest without xm?
Hello, Without using XM, is it safe to write the letter corresponding to the desired sysrq to xenstore in /local/domain/domid/control/sysrq ? Does anything else have to happen? I am working on some backup utilities that utilize the lvm2 library (liblvm2cmd) , libxenctrl and libxenstore. The program will issue a sysrq S to a guest, pause it, take a snapshot then unpause it (all very quickly). An
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
2019 May 22
0
system unresponsive
Scott Silverman wrote: > In the past I've found that the console may have blanked (due to time) > and when the system locked up/hung it won't unblank. Booting with > "consoleblank=0" on the kernel command line will ensure that whatever is > printed to the console (oops, panic, etc) will be there for you to see > when you connect. > > I've had intermittent
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()
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
2009 Aug 13
1
Shutdown to single user mode causes SysRq Reset
Hello, I've got a 2 node HP DL580 cluster supported by a Fibrechannel SAN with dual FC cards, dual switches and an HP EVA on the back end.? All SAN disks are multipathed.? Installed software is: Redhat 5.3 ocfs2-2.6.18-128.1.14.el5-1.4.2-1.el5 ocfs2-tools-1.4.2-1.el5 ocfs2console-1.4.2-1.el5 Oracle RAC 11g ASM Oracle RAC 11g Clusterware Oracle RAC 10g databases OCFS2 isn't being used by
2009 Nov 20
1
2.6.31+2.6.31.4: XFS - All I/O locks up to D-state after 24-48 hours (sysrq-t+w available) - root cause found = asterisk
Package: asterisk Version: 1.6.2.0~dfsg~rc1-1 See below for issue: On Wed, 21 Oct 2009, Justin Piszcz wrote: > > > On Tue, 20 Oct 2009, Justin Piszcz wrote: > > >> >> >> On Tue, 20 Oct 2009, Dave Chinner wrote: >> >>> On Mon, Oct 19, 2009 at 06:18:58AM -0400, Justin Piszcz wrote: >>>> On Mon, 19 Oct 2009, Dave Chinner wrote:
2009 Jul 22
4
How to pass messages from dom0 to domU??
I apologize if this is a newbie question, but I have been unable to work out how to do this. I am adding code to my installation on dom0 (running CentOS 5.3) to monitor for hardware faults. If there is an issue, I want to propagate the status to all of the domUs (running CentOS 4.x or CentOS 5) running on the host. What are my options to do this?? Thanks! David -------------- next part
2005 May 17
1
Xen serial console on Bladecenter virtual serial port
Has anyone accessed Xen or the dom0 Linux serial console on the virtual serial port of a Bladecenter blade via Serial-over-LAN? Was able to see bios boot screen and access grub boot menu, but only the first few characters of the kernel boot sequence are shown, then nothing. Rich _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com
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
2009 Jul 31
2
Can I bridge a bonded and vlan tagged interface directly to a guest?
I am running CentOS 5.3 x86_64 as my dom0 and CentOS 5.3 on my domU's. On the dom0, I have two interfaces that are bonded and have tagged VLANs. I can get the networks to the domU's by creating a bridge for each of the VLANS (bond0.3, bond0.4, etc). On the domU, the interfaces show up as eth0, eth1, etc. Is there a way to set up the network on the dom0 so my domU's see a single
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 Sep 15
0
FW: xm sysreq
________________________________ From: Manogna Ramakrishna Chebiyyam Sent: Friday, September 15, 2006 11:53 AM To: ''xen-users-bounces@lists.xensource.com'' Subject: xm sysreq Hi all, Can anyone tell me what are the options I can use with xm sysreq.. Basically I want to find out the CPU Slice of each dom-U.. Can anyone help? Thanks in advance "If we knew what
2009 Feb 15
3
Wine always crash very badly
I all, I'm using wine 1.1.14 and when I try to play any game all the system crash and become unresponsive: I can't restart X with ctrl+alt+backspace and the Sysrq magic key doesn't work. Wine crashes in about 0 to 10 minutes EVERY time no matter which game I'm playng. I don't know if it is a wine, Xorg, Kernel or nvidia driver problem but a month ago wine worked like a charm.
2000 Apr 03
1
Re: IPMASQ and lock-up of all terminals ---- Sum mary and update
In article <27BC18174C3CD2118F6000A0C99E423E026A17F3@CRPHEX02.NAVSSES.NAVY.MIL>, <MeriwetherDJ@nswccd.navy.mil> wrote: >Well, last night, my box was hit again.. same symptoms: > >All attempts to connect remotely receive a connection, but a login prompt >never comes up. What about other servers that this machine is running? Do they all hang, or can you get a response from
2009 May 20
3
Running 3D in Virtual Desktop Mode freezes Nvidia hardware
Greetings. This is a problem that just started 2 days ago. Neither Wine, nor any config has changed. I even played back an old system backup from when it worked to no avail. Basically, the problem is this: When 2D apps run in Virtual Desktop Mode, they run fine. As soon as the apps switches to 3D, or is a 3D app to begin with, the following can be observed: - app works fine for about 10
2014 Oct 21
0
VGA resume & thaw (wake up from S3 & S4) broken - reloaded & Fedora kernels 3.18 boot from soft-off(S5) broken
On 21.10.2014 02:23, poma wrote: > On 20.10.2014 21:30, poma wrote: >> On 20.10.2014 08:13, poma wrote: >>> >>> 02:00.0 VGA compatible controller: >>> NVIDIA Corporation G98 [GeForce 8400 GS Rev. 2] (rev a1) >>> Chipset: G98 (NV98) >>> Family : NV50 >>> >>> The same for all four kernel: >>> -