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] Compiling Xen-3.2.0

To: "Tait Clarridge" <Tait.Clarridge@xxxxxxxxxxxx>
Subject: Re: [Xen-users] Compiling Xen-3.2.0
From: "Edoardo Ceccarelli" <eddy@xxxxxx>
Date: Thu, 13 Mar 2008 14:01:28 +0200
Cc: Jeremie Le Hen <jeremie@xxxxxxxxxx>, Ian Tobin <itobin@xxxxxxxxxxxxx>, Xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Thu, 13 Mar 2008 05:02: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:sender:to:subject:cc:in-reply-to:mime-version:content-type:references:x-google-sender-auth; bh=SIcG2v9DxiWdkPFcgw4qgb3ATHkczkLB1o1pfFNrspE=; b=xtbFMe976XZdH+UcfrLRde6TXcj8lpu407Tu/56bsXtRkoVV+AWvKznFFrE5SmWSHIxXnI6eX2EHIsxLHebzSeSz1ahvYy3WZjCJCYwB2CFgaJWatxwxV8Zgf8T29IHUDtxwXkCXmw5Eb8GXGGA4iP6zp4Ass/RtvpJp99Hd2CY=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=ksL1In0OhFaeRY06Jg8RzdTsTdQzVyeUIMGd11w7rtLC34RPqrZQU8OozsPsD8TbyQ1MuVEOLzOtshxU5F3z1nQU9ultRBx8HOgwF00/RsqugpM3ZPXTvpgQoBWckD5tgDb02ZePoaFt0sy7a/U8EGj5RMOefyQAuMnFHkgP53Q=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <2c5b22d10803130421ye5ee963h3dba3091b2c1c901@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/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <1241F505DD3E2145B9BE36BDC4342CFE02405C@xxxxxxxxxxxxxxxxxxxxxx> <EBEEB3C8FBD6B0448AEDF986B303BEB60A51189A@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> <1241F505DD3E2145B9BE36BDC4342CFE02405F@xxxxxxxxxxxxxxxxxxxxxx> <20080129142856.GN8109@xxxxxxxxxxxxxxxxxxxxxxxx> <2c5b22d10803101130o681a2d6fr1afca374c805a24@xxxxxxxxxxxxxx> <20080312072105.GO39998@xxxxxxxxxxxxxxxxxxxxxxxx> <2c5b22d10803120409g7aa65204j43a585a20e0d14d8@xxxxxxxxxxxxxx> <EBEEB3C8FBD6B0448AEDF986B303BEB60B610C3F@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> <2c5b22d10803130421ye5ee963h3dba3091b2c1c901@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
SOLVED!
it was my modprobe.conf, showing these lines:
# cat /etc/modprobe.conf
alias scsi_hostadapter pata_atiixp
alias scsi_hostadapter1 sata_sil

commented the first and mkinitrd works, after reboot everything seems fine... the system can survive without pata_atiixp
thanks to everybody for the various support.


On Thu, Mar 13, 2008 at 1:21 PM, Edoardo Ceccarelli <eddy@xxxxxx> wrote:
I tried the preload options but with no results:
The major issue here is that mkinitrd is searching for this "pata_atiixp" module and can't find it... now I thought of making it ignore it but then if I do (on linux 2.6.2x fedora 8 kernel):

# lsmod | grep atii
pata_atiixp            14913  0
libata                114545  3 pata_atiixp,sata_sil,ata_generic

I get that this module is loaded!
On the other hand I have searched inside the 2.6.18 xen kernel and there is no such module.
going to try and remove it or blacklisting and see if my system can still access the disk :)


On Wed, Mar 12, 2008 at 3:52 PM, Tait Clarridge <Tait.Clarridge@xxxxxxxxxxxx> wrote:
What I found was useful was to double check all the sata and ahci sections and compile those as modules, same with all the USB host options.

Next, in the RAID and LVM section compile everything statically into the kernel.

When making the RAM disk I think it worked when I used --preload=sg --preload=ahci --preload=sd_mod or something like that, I Can't remember at this time.

Let me know if those options in the kernel recompile help.
Tait

From: ridleys@xxxxxxxxx [mailto:ridleys@xxxxxxxxx] On Behalf Of Edoardo Ceccarelli
Sent: Wednesday, March 12, 2008 7:09 AM
To: Jeremie Le Hen
Cc: Ian Tobin; Tait Clarridge; Xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] Compiling Xen-3.2.0

thanks to everybody but I am giving up, I managed to compile xen on two servers so far, everything was smooth..
not with this F@#.#ING HP laptop, I tried basically everything and I was indeed updating the correct .config

Problem might be in a conflict in the sata section, somewhere around modules pata_atiixp and ahci, so if I enable the old ATA disk access it asks me for the sata_sil, so I enable the scsi and sata_sil and it asks me pata_atiixp ............it's a loop!
Then I found this page
http://linuxmafia.com/faq/Hardware/sata.html
and I believe the problem it's only about finding the correct combination of modules for my sata implementation.
anyone managed to install xen 3.2 on a laptop (with sata) ?
On Wed, Mar 12, 2008 at 8:21 AM, Jeremie Le Hen <jeremie@xxxxxxxxxx> wrote:
Hi Edoardo,

On Mon, Mar 10, 2008 at 07:30:41PM +0100, Edoardo Ceccarelli wrote:
> On Tue, Jan 29, 2008 at 3:28 PM, Jeremie Le Hen <jeremie@xxxxxxxxxx> wrote:
>
> To make it short: "make prep-kernels" create a build directory for the
> > kernel ***where you can copy your .config file***.  DO NOT CREATE A
> > .config FILE IN THE KERNEL SOURCE TREE.
> >
>
> the HOWTO is nice
> so I guess if I have to change some kernel settings I shall run "make
> menuconfig" inside the same
>
> build-linux-2.6.18-xen_x86_64/
>
> folder, after prep-kernels, right?
My advice is to use go to the Linux kernel source, use whatever make
target you want and add "O=$BUILDDIR".

For example:
% root# cd linux-2.6-git
% root# make menuconfig O=../build-linux-2.6.18-xen_x86_64

Hope this helps.
Best regards,
--
Jeremie Le Hen
< jeremie at le-hen dot org >< ttz at chchile dot org >



--
Edoardo Ceccarelli - eddy@xxxxxx




--
Edoardo Ceccarelli - eddy@xxxxxx



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