[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-users] Xen 3.4.1 Configuration Issues with Ubuntu 9.04!


  • To: Boris Derzhavets <bderzhavets@xxxxxxxxx>
  • From: Jan Muhammad <janmuhd@xxxxxxxxx>
  • Date: Wed, 17 Jun 2009 12:16:44 -0700 (PDT)
  • Cc: xen-users@xxxxxxxxxxxxxxxxxxx
  • Delivery-date: Wed, 17 Jun 2009 12:18:37 -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:Cc:MIME-Version:Content-Type; b=f8ZxCLCvJwy55ftsatF4jRBesgQLGAqFAZ1NQR909pG+hp/lLB7nuqAtK3XbNEmoe1Gxc8upVnKiAeimMCcmvGtEwBOEukPe4+6bTOq1OKXfbn7tqHw5QyiwmDwZlCemHtH3c8NQ6HWzR8+fdMHnZUj5aD2pDzVQO73hyxF4R9Y=;
  • List-id: Xen user discussion <xen-users.lists.xensource.com>

Hi,

As per my earlier communication on the above subject; I'm still stuck when it comes to
make modules_install install command I get the Write Error message complaining about spaced problems..

sh /usr/src/xen-3.4-testing.hg/dist/linux-2.6-xen/arch/x86/boot/install.sh 2.6.30-rc6-tip arch/x86/boot/bzImage \
        System.map "/boot"
cat: write error: No space left on device
make[1]: *** [install] Error 1
make: *** [install] Error 2
---------------------------------------------------------
On checking space with df -h command there's seem to be problem with my disk space as /mnt seems to filled  100%; but wonder how to remove unnecessary files to give space to Xen?? Feeling scared of reinstalling/reconfiguring Ubuntu again......

The disk space on my system is follows:
-------------------------------------------------------------------
Filesystem            Size  Used Avail Use% Mounted on
/dev/sda8              22G   15G  6.5G  69% /
tmpfs                 2.0G     0  2.0G   0% /lib/init/rw
varrun                2.0G  128K  2.0G   1% /var/run
varlock               2.0G     0  2.0G   0% /var/lock
udev                  2.0G  180K  2.0G   1% /dev
tmpfs                 2.0G  240K  2.0G   1% /dev/shm
lrm                   2.0G  2.4M  2.0G   1% /lib/modules/2.6.28-11-server/volatile
/dev/sda7              96M   96M     0 100% /boot
/dev/sda9             7.7G  2.1G  5.3G  29% /home
/dev/sda5              40G  1.2G   38G   3% /media/disk
/dev/sda6              40G  3.4G   36G   9% /media/disk-1
/dev/sda7              96M   96M     0 100% /mnt
---------------------------------------------------------------------------

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, 7:14 PM

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



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

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.