[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Xen-users] Create domU failure for DHCP request, I also mounted and edited interfaces
- To: xen-users@xxxxxxxxxxxxxxxxxxx
- From: Joni Lee <webcokies@xxxxxxxxx>
- Date: Sun, 5 Jul 2009 05:38:45 -0700 (PDT)
- Delivery-date: Sun, 05 Jul 2009 05:39:40 -0700
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=I/Ft0NE8bwZwG53cYoaLco/QN8CQ6vVxVjMBeJZIOpGUerLve43tfGJTTYTphRdCdXIIO1fumLTU5YTFB8DLPgET978ydDbdUyolmNBdxWIdt1BtB6JfC6QGmGzr1IvyPke67YZHGhAdIeYVlh7znlSTkpyL5yw2feApRTazqjU=;
- List-id: Xen user discussion <xen-users.lists.xensource.com>
Hi all,
I stuck for a week with no process and I hope someone can give me some advices. Following is my info
- Install Xen with the distribution of Ubuntu 9.04 - Because Ubuntu doesn't give any Xen Kernel after installation so I use this one to boot into Xen from GRUB: http://packages.debian.org/lenny/i386/linux-image-2.6.26-2-xen-686/download - boot in Xen: OK
- my network interfaces: auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp
- Xen bridge config with: eth0 - First test: create domU with this image euca-ttylinux from Eucalyptus http://open.eucalyptus.com/downloads/3
- This is my xen.cfg kernel =
'/root/ttylinux/vmlinuz-2.6.16.33-xen' ramdisk = '/root/ttylinux/initrd-2.6.28-11-generic' memory = 128 name = "ttylinux" vif = [ 'bridge=eth0' ] dhcp = "dhcp" disk = ['file:/root/ttylinux/ttylinux.img,sda1,w'] root = "/dev/sda ro" extra = 'xencons=tty'
xm create just hang forever by XENBUS: Device with no driver: device/console/0 Sending DHCP requests ...... timed out!
xm list shows new domU. brctl shows bridge eth0 with 2 interface peth0 and vif.7.0 ifconfig: peth0 and vif7.0 don't have IPnet address, they have only inet6 addr
I mounted the image to a directory and edit its interfaces.eth0 like
this auto eth0
iface eth0 inet dhcp
But it doesn't work too.
Thank you very much Hope somebody help
|
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|