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] Xen 3.4.1 Configuration Issues with Ubuntu 9.04!

To: xen-users@xxxxxxxxxxxxxxxxxxx, Jan Muhammad <janmuhd@xxxxxxxxx>
Subject: Re: [Xen-users] Xen 3.4.1 Configuration Issues with Ubuntu 9.04!
From: Boris Derzhavets <bderzhavets@xxxxxxxxx>
Date: Wed, 17 Jun 2009 07:14:10 -0700 (PDT)
Cc:
Delivery-date: Wed, 17 Jun 2009 07:15:01 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1245248050; bh=mR6ZI3Gz+JKUb6xO/EGFyB9oYxygxTjUiqdD4P9wLg0=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=lnMiV3yQYmWuuNDavzQAIoxiu5RC5K9FEEHkzplZFLmQ8SKm2abCLYnWQ9hn7aALSoPfEBOC0+CY/ZqCe3p2aPlaNfzueRDzxWhHuYR+cQquvJBTp+f5YdaaILqrB5W5JuOexaUN2KysPUx3uYmVvmaPclhMPEtbKOF534jc6Mo=
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=L2NjYkKL3FzNzvGqIMjDwx3C3QI2bbBLbxQ95TMn4BOFwrS1PNqmDGIP25ahFffDmwROlzcxeZ+mO8X/50KRElwvDwfUrH9FBZc0qJVvBY/NkIldHs4wypK9WmYV/oS0/8eQ1p+/AE9LApsBnvkBEfyMv8ymBhW+GcJhNAZXl4M=;
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/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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Yes.
First remove old :-

# rm -fr xen-3.4-testing.hg
# hg clone http://xenbits.xensource.com/xen-3.4-testing.hg

It takes 20-30 min at 100Kb/sec ADSL connection.

# cd xen-3.4-testing.hg
# make world.

You always run "make world" UNDER xen-3.4-tesing.hg  folder,  NOT under /usr/src.
Do it step by step.

Boris.


--- On Wed, 6/17/09, Jan Muhammad <janmuhd@xxxxxxxxx> wrote:

From: Jan Muhammad <janmuhd@xxxxxxxxx>
Subject: Re: [Xen-users] Xen 3.4.1 Configuration Issues with Ubuntu 9.04!
To: xen-users@xxxxxxxxxxxxxxxxxxx
Cc: bderzhavets@xxxxxxxxx
Date: Wednesday, June 17, 2009, 10:04 AM

Hi Boris,
 
Please consider me a novice Xen user..... and sorry for asking stupid questions.......

When I try your sent commands, I get the following error......... Should I deleye xen-3.4-testing.hgr directory and re-run these commands?


==================================
@octopus:/usr/src# hg clone http://xenbits.xensource.com/xen-3.4-testing.hg

destination directory: xen-3.4-testing.hgr
abort: destination 'xen-3.4-testing.hg' already exists

@octopus:/usr/src# make world
make: *** No rule to make target `world'. Stop.

============================================

Wonder how/what to do.... ??

Cheers
-Jan Muhammad


--- On Wed, 6/17/09, Boris Derzhavets <bderzhavets@xxxxxxxxx> wrote:

From: Boris Derzhavets <bderzhavets@xxxxxxxxx>
Subject: Re: [Xen-users] Xen 3.4.1 Configuration Issues with Ubuntu 9.04!
To: xen-users@xxxxxxxxxxxxxxxxxxx, "Jan Muhammad" <janmuhd@xxxxxxxxx>
Date: Wednesday, June 17, 2009, 6:46 PM

Quote:-

***************************************************************************************
I'm trying to install/configure Xen-3.0.4 on Ubuntu 9.04 (Kernel 2.6.28-11-Server) using this link http://bderzhavets.wordpress.com/2009/05/30/; All necessary pre-requisite software/packages installed (I checked one by one with Synaptic Package Manager) all steps gone fine but when I come Load Intrepid Server Instance according to above guide like:
# mount /dev/sda1 /mnt
# cd /usr/src/xen-unstable.hg/dist
root@ServerIntrepid:/usr/src/xen-unstable.hg/dist# ./install.sh /mnt


But the real problem is I don't see any dist directory under /usr/src/xen-unstable.hg
*****************************************************************************************
End Quote

On Ubuntu Intrepid Server :
# cd /usr/src
# hg clone http://xenbits.xensource.com/xen-3.4-testing.hg
# cd xen-3.4-testing.hg  ( no need to clone unstable in meantime)

If you wont to see ./dist ready for transfer then run :-

# make world
The build above is supposed to build xen,kernel (2.6.18-xen),tools, stubdom
If failed with with "make world" you cannot "make dist"
If success , run:-
# make dist

The CS bellow:-
***********************************************************************
changeset: video/sstfb: Fix #elif->#else typo
changeset 903:     e4790de3234a
parent 902:    75e5bfa7fbdc
tag:    tip
author:     Keir Fraser <keir.fraser@xxxxxxxxxx>
date:     Tue Jun 16 12:00:56 2009 +0100 (26 hours ago)
files:     drivers/video/sstfb.c
description:     video/sstfb: Fix #elif->#else typo
Signed-off-by: Keir Fraser <keir.fraser@xxxxxxxxxxxxx>
**************************************************************************
is fixing error been affecting  "make world"  build for about 1 week.
Actually , minimal C experience was enough to workaround the issue.
However, there was my post to list and Keir's feedback a bit latter.
Now it's fixed.

Quote:- 
***************************************************************************
> But the real problem is I don't see any dist directory under /usr/src/xen-unstable.hg .
****************************************************************************
That's why you DIDN'T succeed with  "make world"  followed by "make dist"

Quote:-
****************************************************************************************
I wonder has anyone tried Xen 3.4 on Ubuntu 9.04? Or is there any Step-by-Step and easy to follow tutorial/manual for Xen 3.4 on Ubuntu 9.04
****************************************************************************************
I posted this question to Ubuntu Jaunty Launchpad with zero valuable feeds.
They seem not to  realise what  patch of Ian Jackson CS 19594 does.

Boris.




-----Inline Attachment Follows-----

_______________________________________________
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>