Comment 13 for bug 106957

Revision history for this message
Michael R. Head (burner) wrote :

Can the systemtap package effectively do what is described in the http://sourceware.org/systemtap/wiki/SystemtapOnUbuntu page?

$ sudo apt-get install linux-image-debug-generic
$ sudo ln -s /boot/vmlinux-debug-$(uname -r) /lib/modules/$(uname -r)/vmlinux
$ sudo apt-get install linux-headers-generic gcc libcap-dev

After doing that, stap seems to be functioning correctly on hardy now.