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

RE: [Xen-users] about dom0 disconnection when domU reboot

To: "'Diego Augusto Molina'" <diegoaugustomolina@xxxxxxxxx>, <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: RE: [Xen-users] about dom0 disconnection when domU reboot
From: "Felix Chu" <felixchu@xxxxxxxxxxxxxxxxxxxx>
Date: Fri, 5 Aug 2011 12:15:48 +0800
Cc:
Delivery-date: Thu, 04 Aug 2011 21:17:22 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <CAGOxLdGrtz9gyXRraHhJyo1miyhXR3SjL1vwXABaW5LHiB_R8A@xxxxxxxxxxxxxx>
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/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <0f0401cc5282$0db0d2e0$291278a0$@com> <CAGOxLdGrtz9gyXRraHhJyo1miyhXR3SjL1vwXABaW5LHiB_R8A@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcxSuST+1/sUsk9gS/u8raQf+WKOKgAbSJsw
Thanks. Finally fixed as I find this error in xend.log

"restarting too fast (Elapsed time: 37.758292 seconds). Refusing to restart to 
avoid loops."


-----Original Message-----
From: xen-users-bounces@xxxxxxxxxxxxxxxxxxx 
[mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Diego Augusto Molina
Sent: Thursday, August 04, 2011 11:13 PM
To: Felix Chu; xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] about dom0 disconnection when domU reboot

2011/8/4, Felix Chu <felixchu@xxxxxxxxxxxxxxxxxxxx>:
> Hello,

Hello!

> I have installed rpm version of xen 3.4.3+ libvirt 0.7.0-6 on my server with
> Centos 5.4 (kernel 2.6.18-238.12.1.el5xen)
>
>
>
> When I run reboot a domU (para virtualized Linux) by command "virsh reboot
> [vm]", sometimes domU cannot be rebooted but sometimes can, pattern is
> random.

What does the log say about? (e.g. xend.log, xend-debug.log,
domain-builder-ng.log)

> Also sometimes when domU reboots by "virsh reboot [vm]" , my ssh connection
> to dom0 will be disconnected. I even cannot ping dom0. After a short while
> about few seconds to minutes, it will resume and able ssh to dom0 again.

Can you identify the network scripts? If so you may better debug them
by putting this three sentences before anything gets executed:

#!/bin/bash
## Some comment...
exec 3> /var/log/temporal.log
export BASH_XTRACEFD=3
set -x

If the scripts are bash scripts, that will log every command executed
to the specified log file, and we will be able to trace each
networking command executed and better debug the problem.

> I tried to look at log, no special thing can be found. I suspect something
> related to the network-script provided by xen, anyone can help?
>
>
>
> Felix
>
>


-- 
Diego Augusto Molina
diegoaugustomolina@xxxxxxxxx

ES: Por favor, evite adjuntar documentos de Microsoft Office. Serán
desestimados.
EN: Please, avoid attaching Microsoft Office documents. They shall be discarded.
LINK: http://www.gnu.org/philosophy/no-word-attachments.html

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

-----
未在此訊息中找到病毒。
已透過 AVG 檢查 - www.avg.com
版本: 10.0.1390 / 病毒庫: 1518/3810 - 發佈日期: 08/04/11


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

<Prev in Thread] Current Thread [Next in Thread>