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-devel

[Xen-devel] Re: unpredictable Xen crash w NetBSD 5.0.2(XEN3PAE_DOMU)

To: Manuel Bouyer <bouyer@xxxxxxxxxxxxxxx>, port-xen@xxxxxxxxxx, xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Re: unpredictable Xen crash w NetBSD 5.0.2(XEN3PAE_DOMU)
From: 彧 <sukinull@xxxxxxxxx>
Date: Sat, 25 Sep 2010 21:36:16 +0800
Cc:
Delivery-date: Sat, 25 Sep 2010 06:37:04 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=SRK7fB/FcP7VfaFvQOdxpypwjiT32dkAjoefBohOB+o=; b=Ao6LseCSShWjL9B/TIKFSSskm/xRJLRwRGblFz2cMhX0VUWkba8tE/um2NDS6DhWSN kI2Rf2RvYw/X+C3/aJ57LU5t9uMoz0livE7k/ZGAMP5tqWQCfTE/3HsW8ymn1WA5C/0T swxDrDbLXyLRbLCyOoXGKQi/Kl7sbCgAEHhO0=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=eDnJbfVHaSHP7PV62NE8bLBJ8NXQtuBCGdr7v5uHSZW0KgojiBEuMlKRg8Gcr6qgKZ xFK7be8jyGn28XTgJSXL5hhbBuMjEzx2zUNIcVf9Q0fOObdw9RVBX73Hjw5+wwN2jUQ4 eN0yked9aAGp9sx1DJwTtvBjEKcI7u+Oi3RNg=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <20100925105414.GA5496@xxxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <AANLkTi=N0sDTAxx3FxPwdk6he2cHmKHDbe2a6YxtqD=s@xxxxxxxxxxxxxx> <20100925105414.GA5496@xxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Sorry for my English.
Let me explain more detail what I would like to do.
Here is my setup.

1. One Linux box(D0) acts as dom0 with Xen4.0

2. One NetBSD 5.0.2(Du502) act as domU on D0
2.1 pkg_add aoe-vblade in Du502 and run as an AoE target[1,2], AoE is
similar to iSCSI
2.2 ex: vblade 1 1 xennet0 /TEST.img

3. Another Linux box(C1) issues read/write requests with dd
3.1. the /dev/etherd/e?.?[3] is AoE target block device which is
exported by Du502 and
       is showed under C1's /dev/etherd path
3.2 ex: modprobe aoe # ls /dev/etherd will find /dev/etherd/e1.1
           for i in {1..65535}; dd if=/dev/zero of=/dev/etherd/e1.1 bs=4K; done

4. wait for 20~40mins, D0 reboot without any warning.
  dd of=/dev/zero if=/dev/etherd/e1.1

And Yes, I tried
ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-5.1_RC4/i386/binary/kernel/netbsd-XEN3PAE_DOMU.gz
I'll try 
ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-4.0.1/i386/binary/kernel/netbsd-XEN3_DOMU.gz
netbsd-current and Xen 3.4.2 later, but it would take a little time
And I try figure out how to remote debug netbsd kernel.(Is it possible?)

Angelo Liaw
--
*1 http://pkgsrc.se/net/aoe-vblade
*2 https://help.ubuntu.com/community/ATAOverEthernet  Section "#To
create an AoE device"
*3 https://help.ubuntu.com/community/ATAOverEthernet  Section "#Using AoE"


2010/9/25 Manuel Bouyer <bouyer@xxxxxxxxxxxxxxx>:
> On Sat, Sep 25, 2010 at 01:24:32PM +0800, ? wrote:
>> Dear all:
>>
>> I'm sorry I crossmail.
>>
>> I try setup aoe-vblade server on netbsd 5.0.2(domU)
>> and I try to do some stress test with
>> for i in {65536}; do dd if=/dev/zero of=/dev/etherd/e?.? bs=4K;done
>> on a Linux box
>> Two Xen dom0 configurations I use:
>> 1. 32bits SuSE Enterprise Linux 11sp1 2.6.32.12-0.7-xen with 32bits
>> Xen 4.0.0_21091_04-0.2.6
>> 2. 64bits Gentoo 2.6.32-xen-r1 with 64bits Xen 4.0.0
>> The NIC is RTL-8169 on board
>
> Sorry, but I don't understand what your're trying to do.
> What is /dev/etherd/e?.? ? how does it relate to the NetBSD domU ?
>
> BTW, any chance to try NetBSD 5.1_RC4 instead of 5.0.2 ?
>
> --
> Manuel Bouyer <bouyer@xxxxxxxxxxxxxxx>
>     NetBSD: 26 ans d'experience feront toujours la difference
> --
>

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