Hello! How can I tell what is the current kernel version of Fedora (5 and 6) ? Of course without installing and running yum update kernel... I want to know whether the newest kernel in those Fedora versions already have KVM... thank you neshama
Neshama Parhoti wrote:> Hello! > > How can I tell what is the current kernel version of Fedora (5 and 6) ? > > Of course without installing and running yum update kernel... > > I want to know whether the newest kernel in those Fedora versions already > have KVM... >all current kernels have kvm (it got mergen upstream in 2.6.20) and fc5/6 uses 2.6.20.x while rawhide/f7 uses 2.6.21> thank you > neshama > > >
Hello, On 5/1/07, dragoran <drago01@gmail.com> wrote:> Neshama Parhoti wrote: > > How can I tell what is the current kernel version of Fedora (5 and 6) ? > > I want to know whether the newest kernel in those Fedora versions already > > have KVM... > > > all current kernels have kvm (it got mergen upstream in 2.6.20) and > fc5/6 uses 2.6.20.x while rawhide/f7 uses 2.6.21Thank You ^^ Can you please show me how can I check this in the web (what kernel version fc5/6 uses) ? Thank. neshama> > thank you > > neshama > > > > > > >
Neshama Parhoti wrote:> Hello, > > On 5/1/07, dragoran <drago01@gmail.com> wrote: >> Neshama Parhoti wrote: >> > How can I tell what is the current kernel version of Fedora (5 and >> 6) ? >> > I want to know whether the newest kernel in those Fedora versions >> already >> > have KVM... >> > >> all current kernels have kvm (it got mergen upstream in 2.6.20) and >> fc5/6 uses 2.6.20.x while rawhide/f7 uses 2.6.21 > > Thank You ^^ > > Can you please show me how can I check this in the web (what kernel > version > fc5/6 uses) ? >here: http://download.fedora.redhat.com/pub/fedora/linux/core/updates/5/SRPMS/ you will find a kernel srpm which is the lastest update for fc5 same for fc6: http://download.fedora.redhat.com/pub/fedora/linux/core/updates/6/SRPMS/
On 5/1/07, dragoran <drago01@gmail.com> wrote:> >> Neshama Parhoti wrote: > >> > How can I tell what is the current kernel version of Fedora (5 and > >> 6) ? > here: > http://download.fedora.redhat.com/pub/fedora/linux/core/updates/5/SRPMS/ > you will find a kernel srpm which is the lastest update for fc5Can I tell in advance how this kernel is configured ? Can I see the .config file of it ? I am referring to the kernel that comes when I do yum update kernel. I want to know in advance what are the features that are configured inside the kernel, before I download it.. Thank You !!!!! neshama> same for fc6: > http://download.fedora.redhat.com/pub/fedora/linux/core/updates/6/SRPMS/ > >
Neshama Parhoti wrote:> On 5/1/07, dragoran <drago01@gmail.com> wrote: >> >> Neshama Parhoti wrote: >> >> > How can I tell what is the current kernel version of Fedora (5 and >> >> 6) ? >> here: >> http://download.fedora.redhat.com/pub/fedora/linux/core/updates/5/SRPMS/ >> you will find a kernel srpm which is the lastest update for fc5 > > Can I tell in advance how this kernel is configured ? > Can I see the .config file of it ? > > I am referring to the kernel that comes when I do yum update kernel. > > I want to know in advance what are the features that are configured > inside the kernel, before I download it.. >look at the cvs repo: http://cvs.fedora.redhat.com/viewcvs/rpms/kernel/ but make sure that you get the info for the version that is released. (not the work in progress one)
On 05/01/2007 02:16 AM Neshama Parhoti wrote:> Hello! > > How can I tell what is the current kernel version of Fedora (5 and 6) ? > > Of course without installing and running yum update kernel... > > I want to know whether the newest kernel in those Fedora versions > already have KVM... >Try: yum list kernel\* That should give you what''s installed and what''s available. - David