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

Re: [Xen-users] Dom-0 and Dom-Us dont receibe Ip from network [Solved]

To: "Emiliano Vazquez" <emilianovazquez@xxxxxxxxx>
Subject: Re: [Xen-users] Dom-0 and Dom-Us dont receibe Ip from network [Solved]
From: "Thiago Camargo Martins Cordeiro" <thiagocmartinsc@xxxxxxxxx>
Date: Tue, 16 Sep 2008 19:20:22 -0300
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Tue, 16 Sep 2008 15:21:04 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=nWjOWFwFKmdZgvL1MBkcAj1ajyBGhw3ZlLogXVHyn5A=; b=EldD8Xgl9rsbo3l9sfopRRx0XC7TvVevCnP97CK3oAEeX9OUaPz/c9vSkqsk/54zGF P5keK4/8SQUWdD8Od+Z7ht2rIIMpgLeHOVsE70zOCGspg9B3AL2zr413t7UDXN3yNKQr CMmU6BxcRxvVXxzSmH30h45GIfEoJVu4H2aYk=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=pQC1EG6VAabBjl7QLMtcnSIO4S9c/2Q+VyTdOprXytOk6MwliVllIY/Z/yPkvrKFqq LQcXuAOW7q3ltzaQZL+B3H9W6Bx5OUzMCqGFBWFOtVIOeP4sTVGAFSBlD5lZMWkYEfqp +w2qZI3lJfgBz8vDgJb4U5zt2JaBSK1IRktsc=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <1134e2d50809161352lcbd474ag95caa6c10132c2c4@xxxxxxxxxxxxxx>
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>
References: <1134e2d50809161352lcbd474ag95caa6c10132c2c4@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Emiliano,

 Add the proposed updates repository on you sources.list and do apt-get update;apt-get dist-upgrade!

add this lines to your /etc/apt/sources.list:

# Ubuntu Proposed Updates
deb http://br.archive.ubuntu.com/ubuntu/ hardy-proposed main restricted universe multiverse
#deb-src http://br.archive.ubuntu.com/ubuntu/ hardy-proposed main restricted universe multiverse

And upgrade your system to a new kernel 2.6.24-21-xen.   ;-)

Take a look at this doc:
https://help.ubuntu.com/community/Xen

If you use adapted raid devices, on this doc you can get some help "AACRaid Bugfix"...

[]s
Thiago

2008/9/16 Emiliano Vazquez <emilianovazquez@xxxxxxxxx>
Hi again !

Finally, after 10 days and 4.000.000 distros & formats, Xen is working like a charm!

How it works?

Remember the problem:
BOX:  AMD 64+ 5200 with Asus M2N-X PLUS motherboard.
* Before i install some distro i receibe IP from the DHCP server of the network, everything goes OK, update my box and install xen (hypervisor v3.2) and xen kernel (uname -r give me this ==> 2.6.24-19-xen) this in Ubuntu 8.04 . Using one of the 3000 howto's of the web.
When i restart with the Xen Kernel i never receibe IP again, like lossing conection.

Solution:
NOAPIC on the xen-kernel!!

I change the file /boot/grub/menu.list

old line
title        Xen 3.2 / Ubuntu 8.04.1, kernel 2.6.24-19-xen
root       (hd0,0)
kernel    /boot/xen-3.2.gz
module  /boot/vmlinuz-2.6.24-19-xen root=UUID=42eaad38-6350-4e59-a469-725ce1cad223 ro console=tty0
module  /boot/initrd.img-2.6.24-19-xen
quiet

NEW line
title        Xen 3.2 / Ubuntu 8.04.1, kernel 2.6.24-19-xen
root       (hd0,0)
kernel    /boot/xen-3.2.gz noapic
module  /boot/vmlinuz-2.6.24-19-xen root=UUID=42eaad38-6350-4e59-a469-725ce1cad223 ro console=tty0
module  /boot/initrd.img-2.6.24-19-xen
quiet


Sorry if this is a know problem, this is new for me.

Thanks to everyone!

Emiliano Vazquez.

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

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>