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] Xen 3.0 domU not getting configured

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Xen 3.0 domU not getting configured
From: Grant Monroe <grant@xxxxxxxxxxx>
Date: Tue, 31 Jan 2006 10:30:09 -0800
Delivery-date: Tue, 31 Jan 2006 18:40:13 +0000
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:mime-version:content-type; b=T3k03W2w+1M5sfJeUW1sRYDvTk/d8EGvII0SIDRqgtkRJNCYJ00eEsxM8Yi/TXdXw9bcWd4f7jWa7frdO0JiXDoPPQLVbhTfsZspfAXUIM0gD4nLZNWXqsrOCyyxn06orgZuymSOd85PhRuWipkEy7XkUywGPsFqFdzHr3u1GDA=
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/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hello,
I'm running a bit of a hybrid system. My distro is debian testing. I
installed the xen tools with install.sh from
xen-3.0.0-install-x86_32.tgz. I needed a kernel that supported the
hardware I am using so I'm using
kernel-xen-hypervisor-2.6.15-1.29_FC5.i686.rpm and
kernel-xen-guest-2.6.15-1.29_FC5.i686.rpm from the fedora project. In
addition, I have created a ramdisk for the guest system to load the
xennet kernel module and that seems to be working fine. I'm just
trying to get a very simple system running with one domU and xenbr0.
The problem I am having is that the domU does not seem to get any of
the settings from the configuration file (i.e. eth0 is not configured
and the system has no hostname). My configuration is as follows.

behemoth:~# cat /etc/xen/domu1
#  -*- mode: python; -*-
kernel = "/boot/vmlinuz-2.6.15-1.29_FC5guest"
ramdisk = "/boot/initrd.img-2.6.15-1.29_FC5guest"
memory = 128
name = "domu1"
vif = [' bridge=xenbr0']
disk = 
['phy:/dev/xenimages/domu1,hda1,w','phy:/dev/xenimages/domu1-swap,hda2,w']
ip="10.0.0.103"
netmask="255.255.255.0"
gateway="10.0.0.1"
hostname = "domu1"
root = "/dev/hda1 ro"
extra = "4"

The output of dmesg from domu1 is attached. Thanks for any help.
--
Grant Monroe
JanRain, Inc.

Attachment: domu1_dmesg.txt
Description: Text document

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Xen 3.0 domU not getting configured, Grant Monroe <=