Re: kernel debuginfos list (kernel versions list)
inode0 <[email protected]> Sat, 24 Nov 2012 10:56:57 -0600
| Newsgroups | gmane.linux.redhat.rhn.user |
|---|---|
| Message-ID | <CAAHfup=KWz-_vu0NKc+F8X7-ECQCdVxJLRR5V1uskGUb9jDfdw@mail.gmail.com> |
On Sat, Nov 24, 2012 at 4:57 AM, phi gcc <[email protected]> wrote: > Hi All, > > This is my first post at redhat.com. > If I picked the wrong mailing list tell me gently :) > > I have a suscription on rhn and I try to get the list of all kernel > version that have been publised for a given version pattern like > kernel-2.6.32-279* or kernel-debuginfo-2.6.32-279* > > My wish is to get something like > kernel-2.6.32-279 > kernel-2.6.32-279.1.1 > ... > or > kernel-debuginfo-2.6.32-279 > kernel-debuginfo-2.6.32-279.1.1 > ... > > I could not find a easy way to do that. > > I need these as I do many kernel crash dump reading, and I need to > 'pre download' some debuginfo locally to be ready when a dump arrive, > not having to get the .rpm at the time. You can do something like this perhaps. # repoquery --plugins --show-duplicates --nvr kernel*-2.6.32-279* Modify the pattern to match your needs and other options to suit your taste. John