[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Xen-users] Debugging domain crashes
- To: Steven Hand <Steven.Hand@xxxxxxxxxxxx>
- From: Jayesh Salvi <jayeshsalvi@xxxxxxxxx>
- Date: Mon, 19 Dec 2005 12:50:41 -0600
- Cc: Bart Braem <bart.braem@xxxxxxxxx>, xen-users@xxxxxxxxxxxxxxxxxxx
- Delivery-date: Mon, 19 Dec 2005 18:53:25 +0000
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=Ny5RiGrVCa0xqBn6Mju6BYjZpBzCnnD9XtHqva8OgEKjUpKOX+q01DImYbXg+KuRIiJxoeUdf/BKaqK7kwuI3mUeANV8x7Om3yXWT55Ovcv9a1EdcX6CMxbksz6aN6akjiyyRZJiGmH69gxMV0D/DM+CW9OG+1XFPOe6yQuXoOQ=
- List-id: Xen user discussion <xen-users.lists.xensource.com>
Can this kind of debugging settings be used for dom0? Or are there any additional logs where the dom0 boot process writes? I have only checked /var/log/messages and in my case that doesn' t give any useful information.
Thanks, Jayesh
On 12/19/05, Steven Hand <Steven.Hand@xxxxxxxxxxxx> wrote:
>I have a domain that dies upon creation. The xend.log mentions >"XenDomain>reap> domain died". But how does one debug that error? I don't >see anything more, the other log output is startup or shutdown logging...
Do you see any console output? (i.e. are you booting with "xm create <configfile> -c")?
If not, and assuming you're using xen 3.0, you can add the following line to your config file:
This will keep the domain around after it's crashed. Depending on how far it got you may get some more info from "xenctx" (a debugging tool in the tree) or "xenbugtool" (an automated bug reporting tool).
You can also take a look at /var/log/messages (or wherever your syslog goes) and /var/log/xend-debug.log within domain0 for more information.
cheers,
S.
_______________________________________________
Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
-- Jayesh
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|