[rhn-users] kernel debuginfos list (kernel versions list)

inode0 inode0 at gmail.com
Sat Nov 24 16:56:57 UTC 2012


On Sat, Nov 24, 2012 at 4:57 AM, phi gcc <phi.gcc at gmail.com> 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




More information about the rhn-users mailing list