Thanos Makatos
2016-Mar-03 19:22 UTC
[CentOS] no kernel-debuginfo or source RPM for kernel 3.18.21-17
I'm trying to debug what I believe to be a kernel bug (https://lists.centos.org/pipermail/centos-devel/2016-March/014463.html) and I'm trying to set up systemtap for that. I'm trying to set up systemtap on kernel 3.18.21-17.el6.x86_64 (Xen 4.4.3-10.el6) and it requires the kernel-debuginfo package, however I cannot find anywhere package kernel-debuginfo-3.18.21-17.el6.x86_64.rpm. In addition, I cannot find anywhere the kernel source RPM in order to build the debuginfo RPM. Should these packages be available in the first place? Am I missing something? -- Thanos Makatos
Johnny Hughes
2016-Mar-07 14:42 UTC
[CentOS] no kernel-debuginfo or source RPM for kernel 3.18.21-17
On 03/03/2016 01:22 PM, Thanos Makatos wrote:> I'm trying to debug what I believe to be a kernel bug > (https://lists.centos.org/pipermail/centos-devel/2016-March/014463.html) > and I'm trying to set up systemtap for that. > > I'm trying to set up systemtap on kernel 3.18.21-17.el6.x86_64 (Xen > 4.4.3-10.el6) and it requires the kernel-debuginfo package, however I > cannot find anywhere package > kernel-debuginfo-3.18.21-17.el6.x86_64.rpm. In addition, I cannot find > anywhere the kernel source RPM in order to build the debuginfo RPM. > > Should these packages be available in the first place? Am I missing something? >The xen kernel does not provide debuginfo. The spec file initially came from the elrepo repository, though it has been modified. I don't think any of the elrepo kernels build debuginfo files. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: OpenPGP digital signature URL: <http://lists.centos.org/pipermail/centos/attachments/20160307/6c93e9df/attachment-0001.sig>
Johnny Hughes
2016-Mar-07 14:44 UTC
[CentOS] no kernel-debuginfo or source RPM for kernel 3.18.21-17
On 03/03/2016 01:22 PM, Thanos Makatos wrote:> I'm trying to debug what I believe to be a kernel bug > (https://lists.centos.org/pipermail/centos-devel/2016-March/014463.html) > and I'm trying to set up systemtap for that. > > I'm trying to set up systemtap on kernel 3.18.21-17.el6.x86_64 (Xen > 4.4.3-10.el6) and it requires the kernel-debuginfo package, however I > cannot find anywhere package > kernel-debuginfo-3.18.21-17.el6.x86_64.rpm. In addition, I cannot find > anywhere the kernel source RPM in order to build the debuginfo RPM. > > Should these packages be available in the first place? Am I missing something? >There is a newer kernel available now: http://mirror.centos.org/centos/6/virt/x86_64/xen-44/kernel-3.18.25-18.el6.x86_64.rpm -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: OpenPGP digital signature URL: <http://lists.centos.org/pipermail/centos/attachments/20160307/2aee9c53/attachment-0001.sig>
Thanos Makatos
2016-Mar-23 13:47 UTC
[CentOS] no kernel-debuginfo or source RPM for kernel 3.18.21-17
On 7 March 2016 at 14:42, Johnny Hughes <johnny at centos.org> wrote:> On 03/03/2016 01:22 PM, Thanos Makatos wrote: >> I'm trying to debug what I believe to be a kernel bug >> (https://lists.centos.org/pipermail/centos-devel/2016-March/014463.html) >> and I'm trying to set up systemtap for that. >> >> I'm trying to set up systemtap on kernel 3.18.21-17.el6.x86_64 (Xen >> 4.4.3-10.el6) and it requires the kernel-debuginfo package, however I >> cannot find anywhere package >> kernel-debuginfo-3.18.21-17.el6.x86_64.rpm. In addition, I cannot find >> anywhere the kernel source RPM in order to build the debuginfo RPM. >> >> Should these packages be available in the first place? Am I missing something? >> > > The xen kernel does not provide debuginfo. The spec file initially came > from the elrepo repository, though it has been modified. I don't think > any of the elrepo kernels build debuginfo files.In this case is the kernel source RPM publicly available then?