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: SystemTap Installation on Fedora core 5


Kevin Feliksa <feliksa@us.ibm.com> writes:

> In an effort to provide release documentation, following is a
> preliminary procedure for installing SystemTap on a Fedora core 5
> system [...]

While I don't see anything incorrect, the procedure appears suboptimal
and the prose infrugal.  Is there a reason for saying much beyond this?

% su
# yum install systemtap
# yum install kernel-devel # or kernel-smp-devel
# yum install kernel-debuginfo # after enabling the debuginfo repositories
                               # in /etc/yum.repos.d
# stap -e 'probe begin { log ("hello world") }'

- FChE


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