[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Xen-users] Create domU failure for DHCP request, I also mounted and edited interfaces
- To: xen-users@xxxxxxxxxxxxxxxxxxx, Joni Lee <webcokies@xxxxxxxxx>
- From: Boris Derzhavets <bderzhavets@xxxxxxxxx>
- Date: Sun, 5 Jul 2009 07:18:34 -0700 (PDT)
- Cc:
- Delivery-date: Sun, 05 Jul 2009 07:19:28 -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=BdJwdI557Jp69tQKvyxG/mHtnvj8ogMtNHFPb6oQjlxFHNDGJgDA6HNlQ9wig5h927VyBsmT50mEgXrc7wRPUb4l/psRR/yMu8s4wZgnh61F0hv+ZuEM5UVJEtZXq9PJGjAHKuT1R4J1Ff+3nF+PoEgwUriwtOZv295w0PE8cps=;
- List-id: Xen user discussion <xen-users.lists.xensource.com>
> Install Xen with the distribution of Ubuntu 9.04 Could you, please, describe in more details version of Xen and installation procedure itself on Ubuntu 9.04
Boris.
--- On Sun, 7/5/09, Joni Lee <webcokies@xxxxxxxxx> wrote:
From: Joni Lee <webcokies@xxxxxxxxx> Subject: [Xen-users] Create domU failure for DHCP request, I also mounted and edited interfaces To: xen-users@xxxxxxxxxxxxxxxxxxx Date: Sunday, July 5, 2009, 8:38 AM
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
|
-----Inline Attachment Follows-----
|
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|