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

Re: [Xen-devel] problem using compiled kernel -- Sisu

To: Jeremy Fitzhardinge <jeremy@xxxxxxxx>
Subject: Re: [Xen-devel] problem using compiled kernel -- Sisu
From: Sisu Xi <xisisu@xxxxxxxxx>
Date: Mon, 2 Aug 2010 10:48:31 -0500
Cc: Sander Eikelenboom <linux@xxxxxxxxxxxxxx>, "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>, Keir Fraser <keir.fraser@xxxxxxxxxxxxx>, Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx>
Delivery-date: Mon, 02 Aug 2010 08:50:50 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=loUBEqW997Wt1yGmDCkzSe+l/RKM/6xNXxZroiBFIvE=; b=wHNIcpU6npIvhczwoMHovc6eMGisuUb2Zk7h3tFKTNVToaJv3wmgY2Qe314SgUXl0X zScLPSMPGrbvbhcDtb3HXOm1AaKV5Wp8TwRfjUA6+lXrxugQl0/Rck6POW5D9YIj2eZJ QeJVzqYRwLlAvBrKni2qutPKg+L9UEakWJ+qA=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=qm2A7SDHPZnl2oBySzuAhNF03ffsGVGJLB4JYvbT4Pnc6B7bdn32gV8a1i+jXwV5y7 okwN8Ns+vua3RdO3u9ZEtxzO+J+22jlGY5pE4ghnolVu4KM/NlyT5WsaQt51h+ctecVG itH+cea8wynu5KaTcFqwz8pNlgOcHeSAkm/Oc=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <4C56E61F.2090205@xxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <C8759FA6.1BCF8%keir.fraser@xxxxxxxxxxxxx> <AANLkTimcofdjU3TniTnpQ7igMD556WnGMH=SZFWhsmsE@xxxxxxxxxxxxxx> <20100728174900.GA23130@xxxxxxxxxxxxxxxxxxx> <AANLkTimRQ2+CnfaXiJ=Db0TiGEbj3dqgFNmZTiJ=kJFP@xxxxxxxxxxxxxx> <AANLkTi=LsUjaLAXRE0zh3DExvJg8qwrpezU2aT2Y4b_Q@xxxxxxxxxxxxxx> <4C521E3B.7060400@xxxxxxxx> <AANLkTikdY1bKEOvPAzjXtTGNRVDRmi60zO23OnPzixqP@xxxxxxxxxxxxxx> <AANLkTi=xgw3vWs2Azm1W9Vn5y0QNbjvmkU-3LU0JkEec@xxxxxxxxxxxxxx> <20100802144949.GC4227@xxxxxxxxxxxxxxxxxxx> <4C56E32D.4020009@xxxxxxxx> <20100802152934.GA9122@xxxxxxxxxxxxxxxxxxx> <4C56E61F.2090205@xxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi, Jeremy, Konrad:

Thanks for all your reply. I really appreciate it.

I encountered the following problems:
1. after 'make world' and reboot, the screen would flash some time, so
i removed my graphic card and use the integrated one instead;
2. it seems by default there is a module called 'logitech mouse' which
is not chosen, and guess who's using a logitech mouse?..  it would
stop at boot time and saying some usb problem..

I rebuild and reconfigured the kernel several times, but with no luck..

Then I switched to 64-bit Ubuntu, everything works fine now.

Thanks very much!

Best!

Yours,
Sisu

On Mon, Aug 2, 2010 at 10:37 AM, Jeremy Fitzhardinge <jeremy@xxxxxxxx> wrote:
>  On 08/02/2010 08:29 AM, Konrad Rzeszutek Wilk wrote:
>>
>> On Mon, Aug 02, 2010 at 08:24:29AM -0700, Jeremy Fitzhardinge wrote:
>>>
>>>  On 08/02/2010 07:49 AM, Konrad Rzeszutek Wilk wrote:
>>>>
>>>> On Fri, Jul 30, 2010 at 04:20:06PM -0500, Sisu Xi wrote:
>>>>>
>>>>> Hi, all:
>>>>>
>>>>> Sorry to trouble you again. But I really tried very hard on installing
>>>>> xen on my machine. I reformatted my whole disk, install Ubuntu 10.04,
>>>>> and compile Xen and Kernel from the source code.
>>>>
>>>> Ok.. why? Why didn't you just re-build?
>>>>
>>>>> it gives out info this time, saying something about
>>>>> BUG: scheduling while atomic: rsyslogd/565/0x10000001
>>>>> kernel BUG at arch/x86/mm/highmem_32.c:45!
>>>>
>>>> The .config that Pasi pointed has this:
>>>>
>>>> # CONFIG_HIGHPTE is not set
>>>>
>>>> That is what you need in your .config file.
>>>
>>> Why?  That shouldn't be necessary, and is disabled at runtime even
>>> if you enable it.
>>
>> Didn't we have some trouble with this?
>
> We had trouble with it being enabled; my recommendation has been to leave it
> off.  But now we disable it at runtime by just not allocating ptes in high
> memory, so we don't need to deal with them any more.
>
> But I haven't looked at this specific BUG; what's the failure?
>
>    J
>>
>> _______________________________________________
>> Xen-devel mailing list
>> Xen-devel@xxxxxxxxxxxxxxxxxxx
>> http://lists.xensource.com/xen-devel
>>
>
>

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

<Prev in Thread] Current Thread [Next in Thread>