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.
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users