WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] Xen dom0 kernel freezes - how to debug it?

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Xen dom0 kernel freezes - how to debug it?
From: Tomasz Chmielewski <mangoo@xxxxxxxx>
Date: Fri, 09 Feb 2007 11:02:46 +0100
Delivery-date: Fri, 09 Feb 2007 02:03:40 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.8) Gecko/20061110 Mandriva/1.5.0.8-1mdv2007.1 (2007.1) Thunderbird/1.5.0.8 Mnenhy/0.7.4.666
I wanted to use Xen 3.0.4 on a diskless server (started via PXE/tftp).

I use open-iscsi (2.0-754) to access the root filesystem etc.

Unfortunately, it doesn't work very well - dom0 freezes after some time, even if I don't start xend.

It's very easy to freeze the machine with a simple script that uses "dd" command:

#!/bin/bash

FILE=/file.test

i=1

while true
do
echo "Run: $i"
dd if=/dev/zero of=$FILE bs=1k count=400000
free

i=$((i+1))
done


Usually, the machine will freeze after 5-7 runs.

The freeze doesn't happen if I replace the kernel with a regular one (with no Xen patches).


"Freeze" characteristics:

- happens only with Xen kernel; no domUs are running; even xend was not started

- I can't switch between consoles (ctrl+alt+F1 etc.) anymore

- I can ping the machine, and can establish a connection to ports that were already opened (like SSH/22) i.e. with telnet (the ports are open, and I can connect to them, but they do not respond)

- I can use magic SysRQ keys to reboot the machine


Is there a way to debug it?


--
Tomasz Chmielewski
http://wpkg.org

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Xen dom0 kernel freezes - how to debug it?, Tomasz Chmielewski <=