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] how can I use this patch xen-patches-2.6.34-1.tar.bz2 fo

To: "Fajar A. Nugraha" <fajar@xxxxxxxxx>
Subject: Re: [Xen-users] how can I use this patch xen-patches-2.6.34-1.tar.bz2 for dom0
From: Boris Derzhavets <bderzhavets@xxxxxxxxx>
Date: Sat, 17 Jul 2010 12:28:24 -0700 (PDT)
Cc: Xen Mailing List <xen-users@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Sat, 17 Jul 2010 12:30:04 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1279394904; bh=x63Mqj0FnnpUvEuGtkGCQPbawEtq7LITbohFCUhZX6c=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=mW5nxO905Xv/oePQqok87aXYD60hyGouKtzXSwdJAg7lRtltitoixUUb1wZJPG0RCiNPr4zqr60UQU5wyqCxU7Ey1aYvQbJiCOSCnN05HA4BEpa52QA3iyTI+2fhAWcd1Su9Y8OeKxlSgdM0zERDCgsIAJJoWy8JQDz6FdsKgC8=
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:In-Reply-To:MIME-Version:Content-Type; b=iJKmsFotmmBHOaqQuRaOb0cUWy9y9CPkzzvI5mhO1I9pyDkrL/+LoCBb40762B+rswnk6M/6YdVX7oIvbE8W/cnC3JggiQvqDiB7yH3HDhvcxjuxO1VIZOctXn0cwhFzm75V1VRl8f4yKuntBCK/7yDffoEoeKhEmlhjhLgk6T0=;
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <925946.4663.qm@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
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
I am also experiencing issue with virt-install. It may be started only in nographics mode
under 2.6.34 xenified and at the same time vnc mode is available under 2.6.32.16 pvops. It's Libvirt 0.8.2 ( along with all related packages : virtinst,python-virtinst,...)
& Xen 4.0.1-rc4 on top of Ubuntu Lucid Server.
Something goes wrong in interaction Xen VFB with 2.6.34 xenified.

Boris.


--- On Sat, 7/17/10, Boris Derzhavets <bderzhavets@xxxxxxxxx> wrote:

From: Boris Derzhavets <bderzhavets@xxxxxxxxx>
Subject: Re: [Xen-users] how can I use this patch xen-patches-2.6.34-1.tar.bz2 for dom0
To: "Fajar A. Nugraha" <fajar@xxxxxxxxx>
Cc: "Xen Mailing List" <xen-users@xxxxxxxxxxxxxxxxxxx>
Date: Saturday, July 17, 2010, 1:58 PM

> Here's the config I use: http://pastebin.com/WrrNHbTq or
> http://www.mediafire.com/file/0itbbmmymmm4zz2/kernel-2.6.34-x86_64-xen.config

All three configs suggested above :-

1. Have backend Dom0 drivers described as modules <M> , what causes "Hotplug scripts not working" issue to raise up right away. Exactly as for pvops kernel backend Dom0 drivers should be described as hard linked <*>  to avoid issue mentioned above at least on Ubuntu 10.04 Server.
2. CONFIG_SYSFS_DEPRECATED should not be set also at least on Ubuntu 10.04 Server.

Boris.

--- On Thu, 7/15/10, lei yang <yanglei.fage@xxxxxxxxx> wrote:

From: lei yang <yanglei.fage@xxxxxxxxx>
Subject: Re: [Xen-users] how can I use this patch xen-patches-2.6.34-1.tar.bz2 for dom0
To: "Fajar A. Nugraha" <fajar@xxxxxxxxx>
Cc: "Xen Mailing List" <xen-users@xxxxxxxxxxxxxxxxxxx>
Date: Thursday, July 15, 2010, 2:10 AM

On Thu, Jul 15, 2010 at 12:00 PM, Fajar A. Nugraha <fajar@xxxxxxxxx> wrote:
> On Wed, Jul 14, 2010 at 10:53 PM, lei yang <yanglei.fage@xxxxxxxxx> wrote:
>> Hi experts,
>>
>> How can I use this patches for dom0 kernel?
>
> It's generally assumed that you have a sufficient knowlodge to use
> them. Otherwise, you'd probably best stick with vendor packaged
> kernel. A short intro on kernel patches:
> http://www.mjmwired.net/kernel/Documentation/applying-patches.txt
>
> Anyway, a short summary:
> download kernel 2.6.34 from kernel.org (2.6.34.1 might or might not
> work, I haven't tried)
> - extract it somewhere
> - download xen patches
> - create a new directory (lest assume it's called xen-patches)
> - extract the patches on that directory
> - change to kernel's extracted directory
> - run
>
> for p in /path/to/xen-patches/*.patch*;do patch -p1 < $p;done
>
> basically you'd need to apply all the patches one by one according to
> the applying-patches documentation.
>
> - configure the kernel like you usually do, selecting xen dom0 options.
>
> Here's the config I use: http://pastebin.com/WrrNHbTq or
> http://www.mediafire.com/file/0itbbmmymmm4zz2/kernel-2.6.34-x86_64-xen.config

Thanks very much, I have applied th patches, do you have a
2.6.34_x86_32-xen.config  for dom0 kernel
I want to to use a 32 bit version

Lei




> Here's the SRPM I use:
> http://www.mediafire.com/file/moojqnt3ygw2tit/kernel-2.6.34-1.el5.fan.src.rpm
> It's tested on RHEL5 x86_64 with Xen 4.0 RPM from http://www.gitco.de/repo/
> Other distros might require different config (like the fact that newer
> distros don't need
> CONFIG_SYSFS_DEPRECATED=y and CONFIG_SYSFS_DEPRECATED_V2=y)
>
> --
> Fajar
>

_______________________________________________
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