This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Newb: Probe My Application


Frank, Masami, thanks a lot!

My problem was indeed a slight mismatch between the kernel-devel and the
actual kernel versions installed. I'm now happily probing away at my
application :)

Thanks!

-----Original Message-----
From: Masami Hiramatsu [mailto:mhiramat@redhat.com] 
Sent: Tuesday, October 14, 2008 3:47 PM
To: Hassan Radwan
Cc: systemtap@sourceware.org
Subject: Re: Newb: Probe My Application

Hi,

Hassan Radwan wrote:
> Pass 5: starting run.
> ERROR: module release mismatch (2.6.18-92.1.13.el5 vs 2.6.18-92.el5)

Your kernel-devel(and kernel) package might have been updated.
Could you check it by executing "rpm -q kernel-devel" ?

If the version was different from the result of "uname -r",
you would have to ;
1. make sure you have installed new kernel package(2.6.18-92.1.13.el5).
 $ rpm -q kernel-2.6.18-92.1.13.el5
2. update your kernel-debuginfo package by debuginfo-install as below.
 $ sudo debuginfo-install kernel
3. reboot the system and boot with the newer kernel(2.6.18-92.1.13.el5)
4. retry to run stap! :-)

Thank you,

-- 
Masami Hiramatsu

Software Engineer
Hitachi Computer Products (America) Inc.
Software Solutions Division

e-mail: mhiramat@redhat.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]