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] NetBSD 5.1 DomU

To: Xen Users <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] NetBSD 5.1 DomU
From: Net Warrior <netwarrior863@xxxxxxxxx>
Date: Sat, 04 Dec 2010 22:30:11 -0300
Delivery-date: Sat, 04 Dec 2010 17:31:33 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=tRou6jamu+7SqefOcPBB1Tmgu5SHU5K2/ate3CUt3Ps=; b=RLN6OM5Opz1Qdgu3wnzVIOeP6hTbAUGdF4mBzT2NByibgaawQVH0ePb4VWhdBGDbmA i1331FwpG43qoKk41jJX/U+S6W7EMd9gz9KuaZgy41XDXK6htYPFEZqw4uiMYefHEdsz 6dN3WLO940WJTEp5N+F0KIXUEq8ikiOuv56kA=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=nKl+0XBf+cItSC/xZAMqsc/rA89euNsdi30FniUdIrJn1+rxjTnFqw63Ay2XGMkGtq Fh1B3QOwmSTKYXYkr6q87SMgKOs/Zjnk+/0BR/w+gS+PfK0dQqNRuUeia7pgh+QmkvrW bSp5rkb816Yqf8+f80PYtImIUdMvctZlmg7go=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.12) Gecko/20101029 Lightning/1.0b3pre Thunderbird/3.1.6
Hi there guys.

I'm trying to install netbsd 5.1 and something weird is happening.

this is my conf


arch_libdir = 'lib'
arch = os.uname()[4]
if os.uname()[0] == 'Linux' and re.search('64', arch):
    arch_libdir = 'lib64'

kernel = "/mnt/lvm/netbsd-INSTALL_XEN3_DOMU"
builder='linux'
disk = [ 'phy:/dev/NETWARRIOR/LXVIRTUAL1,ioemu:hda,w',
'file:/mnt/lvm/NetBSD-5.1-AMD64.iso,ioemu:hdc:cdrom,r' ]
device_model = '/usr/lib64/xen/bin/qemu-dm'
boot="dc"

xm info
release                : 2.6.32.18
version                : #5 SMP Tue Aug 31 10:26:14 ART 2010
machine                : x86_64
nr_cpus                : 4
nr_nodes               : 1
cores_per_socket       : 4
threads_per_core       : 1
cpu_mhz                : 2812
hw_caps                :
178bf3ff:efd3fbff:00000000:00001310:00802001:00000000:000037ff:00000000
virt_caps              : hvm
total_memory           : 3583
free_memory            : 1297
node_to_cpu            : node0:0-3
node_to_memory         : node0:1297
node_to_dma32_mem      : node0:1110
max_node_id            : 0
xen_major              : 4
xen_minor              : 0
xen_extra              : .1
xen_caps               : xen-3.0-x86_64 xen-3.0-x86_32p hvm-3.0-x86_32
hvm-3.0-x86_32p hvm-3.0-x86_64
xen_scheduler          : credit
xen_pagesize           : 4096
platform_params        : virt_start=0xffff800000000000
xen_changeset          : unavailable
xen_commandline        : iommu=1 vtd=1
cc_compiler            : gcc version 4.4.3 (Gentoo 4.4.3-r2 p1.2)
cc_compile_by          : root
cc_compile_domain      :
cc_compile_date        : Mon Aug 30 18:59:58 ART 2010
xend_config_format     : 4

 --- Logical volume ---
  LV Name                /dev/NETWARRIOR/LXVIRTUAL1
  VG Name                NETWARRIOR
  LV UUID                VPHOvl-FlrU-nUl8-FF2O-fiI2-qgkd-vhSiu4
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                8.00 GiB



When I fire xm create netbsd -c I get the menu install, when I reach the
disk selection I get two disk xbd0 and  xbd1 240 and  340 MB
each one, the logical volume is 8 GB in size, I tried to install it 
with the new LV created, then formatting it, but still do not know why
I see two disk with these size, maybe someone was able to install it and
can shed some light


Thanks in advance
Best Regards


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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] NetBSD 5.1 DomU, Net Warrior <=