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] HVM Squeeze in domu without network

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] HVM Squeeze in domu without network
From: Sam <liste-xen@xxxxxxxxxxxx>
Date: Mon, 18 Apr 2011 22:51:29 +0200
Delivery-date: Mon, 18 Apr 2011 13:53:44 -0700
Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ingescom.com; s=dkim; h=Content-Transfer-Encoding:Content-Type:Subject:To:MIME-Version:From:Date:Message-ID; bh=hBdC8ut56AsVLA2tQZbt++hJz6aBmRTsCAq7VSTdroI=; b=Jpki8MRrEZkj0WhWHdzXcZXFRnim8ZXM4y5yMGYUJES3WCH0iTZgJbQ/k1wToVZ1oD2jGpGO+lHu9pMHRkRiixnMc7LKUjeSm25fi/CSLLtISZ8W7BgxWLBJkvIKwTr8pALHmjKuyb4XpDXoyfCPq1PwleB6DjyUJnEE+0bsfFs=;
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
Hello,

This is my first post in this list.

I'm running Debian Squeeze as Dom0 on a bi-xeon 64 bits :

root@sd-29499:/etc/xen# uname -a
Linux sd-29499 2.6.32-5-xen-amd64 #1 SMP Tue Mar 8 00:01:30 UTC 2011 x86_64 GNU/Linux

I'm trying to install a Squeeze DomU but there is no network card, even during install wich doesn't show any network card with lspci (but when I install Debian Lenny, there is a network card):

root@sd-29499:/etc/xen# ls -lah /usr/download/
-rw-r--r--  1 root root 646M 22 mars  17:27 debian-6.0.1a-amd64-CD-1.iso

root@sd-29499:/etc/xen# lspci

00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] (rev 02)
00:01.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II]

00:01.1 IDE interface: Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]

00:01.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 01)
00:02.0 VGA compatible controller: Cirrus Logic GD 5446

00:03.0 Unassigned class [ff80]: XenSource, Inc. Xen Platform Device (rev 01)

This is my config with LVM and routed for this VM :

root@sd-29499:/etc/xen# egrep -v "#|^$" vm1-xen-hvm.cfg
import os, re
arch = os.uname()[4]
if re.search('64', arch):
      arch_libdir = 'lib64'
else:
      arch_libdir = 'lib'
kernel = "/usr/lib/xen-default/boot/hvmloader"
builder='hvm'
device_model="/usr/lib64/xen-4.0/bin/qemu-dm"
name = "vm1-xen-hvm"
disk = [ 'phy:/dev/vm1-xen-hvm/home,hda,w','file:/usr/download/debian-6.0.1a-amd64-CD-1.iso,ioemu:hdc:cdrom,r']
memory = "2048"
vif= [ 'ip=xxx.xx.230.16, mac=00:16:3E:25:3B:58, type=ioemu, model=e1000' ]
boot="c"
vcpus=4
vnc=1
vncviewer=1
vncdisplay=1

and my xend-config :

root@sd-29499:/etc/xen# egrep -v "#|^$" xend-config.sxp
(network-script 'network-route netdev=eth0')
(vif-script     vif-route)
(dom0-min-mem 196)
(enable-dom0-ballooning yes)
(total_available_memory 0)
(dom0-cpus 0)
(vnc-listen '0.0.0.0')
(vncpasswd 'xxx')
(keymap 'fr')

I've tried with rtl8139 and ne2k_pci drivers but no luck :

vif= [ 'ip=88.190.230.16, mac=00:16:3E:25:3B:58, type=ioemu, model=ne2k_pci' ]

What do I need for having network with a Squeeze DomU on a Squeeze Dom0 with LVM + routed + HVM ?

Thanks a lot for any help.

Sam

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