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


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]