|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Xen 3.4.1 Configuration Issues with Ubuntu 9.04!
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
|
|
|
|
|