anhongkui@gmail.com
2008-Jun-07 11:10 UTC
[Xen-users] how to build linux-2.6.24 above kernels to be dom0 ?
I am a newbie, and I can not build dom0 kernels. my kernel is linux-2.6.24 please help me a little. thanks. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Boris Derzhavets
2008-Jun-07 11:53 UTC
Re: [Xen-users] how to build linux-2.6.24 above kernels to be dom0 ?
You would better address this request to Ubuntu guys :-) http://www.howtoforge.com/high-performance-xen-on-ubuntu-8.04-amd64 Same schema would work on desktop as well:- http://deshantm.livejournal.com/29959.html ******************* Todd''s sugestion:- ******************* $ sudo /etc/init.d/network restart $ sudo apt-get install ubuntu-xen-server $ wget http://downloads.howtoforge.com/ubuntu_8.04_server_xen_from_repositories/linux-headers-2.6.24-16-xen_2.6.24-16.30zng1_amd64.deb $ wget http://downloads.howtoforge.com/ubuntu_8.04_server_xen_from_repositories/linux-image-2.6.24-16-xen_2.6.24-16.30zng1_amd64.deb $ sudo dpkg -i linux-headers-2.6.24-16-xen_2.6.24-16.30zng1_amd64.deb linux-image-2.6.24-16-xen_2.6.24-16.30zng1_amd64.deb At mean time just two commands would be enough (it''s patched already) $ sudo /etc/init.d/network restart $ sudo apt-get install ubuntu-xen-server --- On Sat, 6/7/08, anhongkui@gmail.com <anhongkui@gmail.com> wrote: From: anhongkui@gmail.com <anhongkui@gmail.com> Subject: [Xen-users] how to build linux-2.6.24 above kernels to be dom0 ? To: "xen-users" <xen-users@lists.xensource.com> Date: Saturday, June 7, 2008, 7:10 AM I am a newbie, and I can not build dom0 kernels. my kernel is linux-2.6.24 please help me a little. thanks. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Ray Barnes
2008-Jun-07 12:28 UTC
Re: [Xen-users] how to build linux-2.6.24 above kernels to be dom0 ?
There are essentially two "mainstream" kernel branches - that which xen.orgmaintains based on 2.6.18-8, and the mainline 2.4.24+ which is the regular linux kernel. Because Xen patches were so cumbersome to maintain (and because there were all kinds of other variants of 2.6.18+ in various Linux distributions), RedHat spearheaded a development effort to incorporate the Xen patches into the mainline kernel. As you found out, those patches (called "pvops" or "paravirt ops") are only incorporated for the domU. With just a small bit of googling, I found this in relation to dom0 patches: http://www.nabble.com/Updated-dom0-pvops-for-2.6.24-available-on-git-td15091656.html It looks like no dev has taken place since February - not surprising. RH developers were trying to get Fedora 9 out the door so they abandoned the notion of dom0 support for FC9. The last report I read was that they''re shooting for dom0 stability in FC10 and hopefully mainline incorporation by then or soon thereafter (someone jump in and correct me if I''ve messed anything up). HTH. -Ray On Sat, Jun 7, 2008 at 7:10 AM, anhongkui@gmail.com <anhongkui@gmail.com> wrote:> I am a newbie, and I can not build dom0 kernels. > my kernel is linux-2.6.24 > > please help me a little. > > thanks. > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Boris Derzhavets
2008-Jun-07 13:16 UTC
Re: [Xen-users] how to build linux-2.6.24 above kernels to be dom0 ?
It''s possible to install packages mercurial, dev86, python-virtinst and virt-viewer on F8 along with building Xen 3.2.1 from source so, that virt-install as well as virt-manager appear to be completely functional on Xen 3.2.1 F8 Dom0 (64-bit) and allow to create PV and HVM guests like on enterprise class systems. Ofcourse, it''s driven 2.6.18-8 xen kernel. Details may be viewed:- http://lxer.com/module/newswire/view/103746/index.html The reason , why i did it, is broken virt-install on Ubuntu 8.04 Xen 3.2 Server (Desktop) (amd64) . Ubuntu kernel 2.6.24-17-xen. --- On Sat, 6/7/08, Ray Barnes <tical.net@gmail.com> wrote: From: Ray Barnes <tical.net@gmail.com> Subject: Re: [Xen-users] how to build linux-2.6.24 above kernels to be dom0 ? To: "anhongkui@gmail.com" <anhongkui@gmail.com> Cc: "xen-users" <xen-users@lists.xensource.com> Date: Saturday, June 7, 2008, 8:28 AM There are essentially two "mainstream" kernel branches - that which xen.org maintains based on 2.6.18-8, and the mainline 2.4.24+ which is the regular linux kernel. Because Xen patches were so cumbersome to maintain (and because there were all kinds of other variants of 2.6.18+ in various Linux distributions), RedHat spearheaded a development effort to incorporate the Xen patches into the mainline kernel. As you found out, those patches (called "pvops" or "paravirt ops") are only incorporated for the domU. With just a small bit of googling, I found this in relation to dom0 patches: http://www.nabble.com/Updated-dom0-pvops-for-2.6.24-available-on-git-td15091656.html It looks like no dev has taken place since February - not surprising. RH developers were trying to get Fedora 9 out the door so they abandoned the notion of dom0 support for FC9. The last report I read was that they''re shooting for dom0 stability in FC10 and hopefully mainline incorporation by then or soon thereafter (someone jump in and correct me if I''ve messed anything up). HTH. -Ray On Sat, Jun 7, 2008 at 7:10 AM, anhongkui@gmail.com <anhongkui@gmail.com> wrote: I am a newbie, and I can not build dom0 kernels. my kernel is linux-2.6.24 please help me a little. thanks. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
anhongkui@gmail.com
2008-Jun-09 04:29 UTC
Re: [Xen-users] how to build linux-2.6.24 above kernels to be dom0 ?
Thank you very much, I''m trying to build it now. Ray Barnes wrote:> There are essentially two "mainstream" kernel branches - that which > xen.org <http://xen.org> maintains based on 2.6.18-8, and the mainline > 2.4.24+ which is the regular linux kernel. Because Xen patches were > so cumbersome to maintain (and because there were all kinds of other > variants of 2.6.18+ in various Linux distributions), RedHat > spearheaded a development effort to incorporate the Xen patches into > the mainline kernel. As you found out, those patches (called "pvops" > or "paravirt ops") are only incorporated for the domU. With just a > small bit of googling, I found this in relation to dom0 patches: > > http://www.nabble.com/Updated-dom0-pvops-for-2.6.24-available-on-git-td15091656.html > > It looks like no dev has taken place since February - not surprising. > RH developers were trying to get Fedora 9 out the door so they > abandoned the notion of dom0 support for FC9. The last report I read > was that they''re shooting for dom0 stability in FC10 and hopefully > mainline incorporation by then or soon thereafter (someone jump in and > correct me if I''ve messed anything up). HTH. > > -Ray > > > On Sat, Jun 7, 2008 at 7:10 AM, anhongkui@gmail.com > <mailto:anhongkui@gmail.com> <anhongkui@gmail.com > <mailto:anhongkui@gmail.com>> wrote: > > I am a newbie, and I can not build dom0 kernels. > my kernel is linux-2.6.24 > > please help me a little. > > thanks. > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com <mailto:Xen-users@lists.xensource.com> > http://lists.xensource.com/xen-users > >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Boris Derzhavets
2008-Jun-09 07:47 UTC
Re: [Xen-users] how to build linux-2.6.24 above kernels to be dom0 ?
Looks like you going to compete fedora development team :-) --- On Mon, 6/9/08, anhongkui@gmail.com <anhongkui@gmail.com> wrote: From: anhongkui@gmail.com <anhongkui@gmail.com> Subject: Re: [Xen-users] how to build linux-2.6.24 above kernels to be dom0 ? To: "Ray Barnes" <tical.net@gmail.com> Cc: "xen-users" <xen-users@lists.xensource.com> Date: Monday, June 9, 2008, 12:29 AM Thank you very much, I''m trying to build it now. Ray Barnes wrote: > There are essentially two "mainstream" kernel branches - that which > xen.org <http://xen.org> maintains based on 2.6.18-8, and the mainline > 2.4.24+ which is the regular linux kernel. Because Xen patches were > so cumbersome to maintain (and because there were all kinds of other > variants of 2.6.18+ in various Linux distributions), RedHat > spearheaded a development effort to incorporate the Xen patches into > the mainline kernel. As you found out, those patches (called "pvops" > or "paravirt ops") are only incorporated for the domU. With just a > small bit of googling, I found this in relation to dom0 patches: > > http://www.nabble.com/Updated-dom0-pvops-for-2.6.24-available-on-git-td15091656.html > > It looks like no dev has taken place since February - not surprising. > RH developers were trying to get Fedora 9 out the door so they > abandoned the notion of dom0 support for FC9. The last report I read > was that they''re shooting for dom0 stability in FC10 and hopefully > mainline incorporation by then or soon thereafter (someone jump in and > correct me if I''ve messed anything up). HTH. > > -Ray > > > On Sat, Jun 7, 2008 at 7:10 AM, anhongkui@gmail.com > <mailto:anhongkui@gmail.com> <anhongkui@gmail.com > <mailto:anhongkui@gmail.com>> wrote: > > I am a newbie, and I can not build dom0 kernels. > my kernel is linux-2.6.24 > > please help me a little. > > thanks. > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com <mailto:Xen-users@lists.xensource.com> > http://lists.xensource.com/xen-users > > _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users