This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
Re: iostat-scsi.stp
- From: "Frank Ch. Eigler" <fche at redhat dot com>
- To: Krahbichler Roland <Roland dot Krahbichler at egger dot com>
- Cc: systemtap at sources dot redhat dot com
- Date: Fri, 19 Dec 2008 12:35:26 -0500
- Subject: Re: iostat-scsi.stp
- References: <C0E61E23F3364E42BED1D9F6674DF28205400279@SJOCEXCN01.egger.com> <20081219170745.GD24081@redhat.com> <C0E61E23F3364E42BED1D9F6674DF2820540027A@SJOCEXCN01.egger.com>
Hi -
> version:
> SystemTap translator/driver (version 0.6.1/0.137 built 2008-06-06)
> [...]
Yeah, pretty old, but that should not account for the present problems.
> i didn´t know anything about glitch but i installed libelf1 on the system.
> # rpm -ql libelf1-0.137-4.18
> /usr/lib64/libelf-0.137.so
> /usr/lib64/libelf.so.1
Please check whether /usr/lib*/elfutils/libebl* are also installed.
You could also run stap under strace to see whether it's finding
these various elfutils shared libraries: something like
% strace -eopen stap ...
> stap-report isn´t a part of systemtap in the version 0.6 wich i
> have. should i upgrade to a newer version
That's not necessary for the current problem, but there are other
reasons one may wish to upgrade.
> and did i need the systemtap-debuginfo?
One needs the -debuginfo for a package mainly if one needs to debug
that package. That does not seem to be an issue here yet.
- FChE